PDA

View Full Version : HTML Only Page - Help! Do I need a photo?


jeffu
Feb-13-2007, 06:24 AM
Ok - I've tried for hours now to create an html only "about me" page. I created a gallery - added html code in the description - looks fine.

Here's the problem - if I don't put a picture in the gallery, it doesn't give me a gallery number in the address line to use to update the CSS for no display - does that make sense?

If I put a picture in the gallery - it gives me an address to share, but then it always shows the picture.

I have entered the code in CSS:

/* html only page for gallery 2463044 About Me */
.gallery_2463044 .nophotos { display: none; }
.gallery_2463044 .pageNav {
display: none;
}

So - do I need a picture or not and if I take it out, what's my address because 2463044 no longer shows when I click "share photo".

Help...

S&SPhoto
Feb-13-2007, 06:42 AM
So - do I need a picture or not and if I take it out, what's my address because 2463044 no longer shows when I click "share photo".Hello,

I'm pretty sure you do NOT need a picture in an HTML-only gallery. I was able to create one here (http://sonsamphoto.smugmug.com/gallery/2440304), and as you can see, my gallery number is 2440304. What's your site name? Maybe someone else can provide more details.

Thanks.

Samir

Allen
Feb-13-2007, 06:43 AM
Ok - I've tried for hours now to create an html only "about me" page. I created a gallery - added html code in the description - looks fine.

Here's the problem - if I don't put a picture in the gallery, it doesn't give me a gallery number in the address line to use to update the CSS for no display - does that make sense?

If I put a picture in the gallery - it gives me an address to share, but then it always shows the picture.

I have entered the code in CSS:

/* html only page for gallery 2463044 About Me */
.gallery_2463044 .nophotos { display: none; }
.gallery_2463044 .pageNav {
display: none;
}

So - do I need a picture or not and if I take it out, what's my address because 2463044 no longer shows when I click "share photo".

Help...
Look here (http://allen-steve.smugmug.com/gallery/2210148) for clue. You can add a photo to the gallery and turn it's display
off. This was, up a level, the photo thumb will show on the category or
sub-cat page.

jeffu
Feb-13-2007, 07:17 AM
Ok - just set up a new gallery with html.

Look at http://jeffulrich.smugmug.com/gallery/2467600

If I don't put a picture in, then I get the "this is a new gallery with not pictures" line at the bottom - how do I get rid of that?

This is so frustrating - I'm spending hours on what should be a simple task!

If I add a picture in, then I can't get it not to show.

jeffu
Feb-13-2007, 07:26 AM
Ok - just set up a new gallery with html.

Look at http://jeffulrich.smugmug.com/gallery/2467600

If I don't put a picture in, then I get the "this is a new gallery with not pictures" line at the bottom - how do I get rid of that?

This is so frustrating - I'm spending hours on what should be a simple task!

If I add a picture in, then I can't get it not to show.

Nevermind - got it fixed.

I had to add in another .nophotos { display: none; } for it to work.

Allen
Feb-13-2007, 07:29 AM
Ok - just set up a new gallery with html.

Look at http://jeffulrich.smugmug.com/gallery/2467600

If I don't put a picture in, then I get the "this is a new gallery with not pictures" line at the bottom - how do I get rid of that?

This is so frustrating - I'm spending hours on what should be a simple task!

If I add a picture in, then I can't get it not to show.
This works just find it you move it to the top of your CSS.
.gallery_2467600 .nophotos { display: none; }

I think this might be a problem.

<style type="text/css">
<!--
.style8 {font-size: 24px;
color: #CC6633;
}
.style7 {font-size: 14px;
font-family: Arial, sans-serif}

.style8 {font-size: 24px;
color: #CC6633;}
-->

clousephoto
Feb-27-2007, 08:36 PM
I'm having the same problem with this gallery.

http://clousephoto.smugmug.com/gallery/2522944
pass: bbean01

I can't get the photo hidden but I want it for the feature photo! the thumb doesn't show on my homepage.

help please!

Allen
Feb-27-2007, 08:49 PM
I'm having the same problem with this gallery.

http://clousephoto.smugmug.com/gallery/2522944
pass: bbean01

I can't get the photo hidden but I want it for the feature photo! the thumb doesn't show on my homepage.

help please!
Look thru these and see if any can be of help. If only showing the gallery
description change the style to journal under gallery customization. Use the
journal_ entry below hide photo. You can still feature the photo before
hiding it and it should show as thumb upwards.

.gallery_xxxxxxxx .nophotos {display: none;}
.gallery_xxxxxxxx #searchBox {display:none;}
.gallery_xxxxxxxx #breadcrumb {display: none;}
.gallery_xxxxxxxx .journal_entry {display:none;}
.gallery_xxxxxxxx .pageNav {display: none;}
.gallery_xxxxxxxx .play_slideshow {display: none;}
.gallery_xxxxxxxx #albumNav_top {display: none;}
.gallery_xxxxxxxx #albumNav_bottom {display: none;}

clousephoto
Feb-27-2007, 08:55 PM
:clap:barb:bow

bless you!!!