PDA

View Full Version : "This is a brand new gallery with no photos."


hwb
Feb-10-2008, 07:16 PM
I've created two new galleries (the exact same way), and I wanted both to be "html only" pages. I found the instructions on how to do that, but on one of the pages, the sentence "This is a brand new gallery with no photos." is still on the page whereas the other page does not have it. What happened?

Allen
Feb-10-2008, 07:24 PM
I've created two new galleries (the exact same way), and I wanted both to be "html only" pages. I found the instructions on how to do that, but on one of the pages, the sentence "This is a brand new gallery with no photos." is still on the page whereas the other page does not have it. What happened?
Do you have this in your CSS? xxxxxxxx is the gallery number.

.gallery_xxxxxxxx .nophotos h3 {display: none;}

If you do there might be an error above it in your CSS if not working.
Got a link to your site and we'll check.

Andy
Feb-10-2008, 07:29 PM
I've created two new galleries (the exact same way), and I wanted both to be "html only" pages. I found the instructions on how to do that, but on one of the pages, the sentence "This is a brand new gallery with no photos." is still on the page whereas the other page does not have it. What happened?
In the FAQ for HTML Gallery
http://www.smugmug.com/help/customize-faq.mg it's also there :)

:wave

hwb
Feb-11-2008, 06:32 AM
Do you have this in your CSS? xxxxxxxx is the gallery number.

.gallery_xxxxxxxx .nophotos h3 {display: none;}

If you do there might be an error above it in your CSS if not working.
Got a link to your site and we'll check.

I don't have the "h3" part, but I do have the rest of it. I tried putting the h3, but it didn't do anything different.

Andy
Feb-11-2008, 06:38 AM
I don't have the "h3" part, but I do have the rest of it. I tried putting the h3, but it didn't do anything different.
Give us the direct link to the gallery you are working on so we can help you best thanks.

acidburn_85
Feb-12-2008, 01:04 PM
I am experincing the same problem as the original poster.... here is my direct link http://hardeepix.smugmug.com/gallery/4328095_bmsAY

Thanks
Alex G.

Allen
Feb-12-2008, 01:07 PM
I am experincing the same problem as the original poster.... here is my direct link http://hardeepix.smugmug.com/gallery/4328095_bmsAY

Thanks
Alex G.
Change this

/* html only page for Fair */
.4328095_bmsAY .nophotos h3 { display: none; }

to this

/* html only page for Fair */
.gallery_4328095 .nophotos h3 { display: none; }

ScottC
Mar-29-2008, 06:32 AM
I seem to have developed the same problem, but mine came on suddenly. Initially the gallery did not have the message "This is a brand new gallery with no photos" but then I went to the gallery customization and clicked on "yes" for hide owner, and then the message appeared.

I want to be able to "hide owner" AND not have the message "This is a brand new..."

my link is:

http://www.smugmug.com/gallery/4604046_yoYkz/1/271513468_npeAj#271513468


Change this

/* html only page for Fair */
.4328095_bmsAY .nophotos h3 { display: none; }

to this

/* html only page for Fair */
.gallery_4328095 .nophotos h3 { display: none; }