PDA

View Full Version : removing ,removing, removing


Bountyphotographer
Oct-27-2007, 10:38 AM
How do I remove the line that says
gallery pages: 1 on this page:dunno :dunno :dunno




http://bph.smugmug.com/gallery/3622499


Thanks BP

denisegoldberg
Oct-27-2007, 11:13 AM
How do I remove the line that says
gallery pages: 1 on this page:dunno :dunno :dunno




http://bph.smugmug.com/gallery/3622499


Thanks BP
See question # 32 in the advanced customization FAQ - http://www.dgrin.com/showthread.php?t=52811

--- Denise

Bountyphotographer
Oct-27-2007, 11:52 AM
See question # 32 in the advanced customization FAQ - http://www.dgrin.com/showthread.php?t=52811

--- Denise


Thanks, I can't remove it though, but will try again and again

Bountyphotographer
Oct-27-2007, 11:56 AM
I got it:clap :clap :clap :clap

Thank you

BP

Bountyphotographer
Oct-31-2007, 01:31 PM
I got it:clap :clap :clap :clap

Thank you

BP

hello, Denise I am trying to repeat it for another page but it doesn't work.
Is anything wrong with the location??

http://bph.smugmug.com/gallery/3747731




.gallery_3622499 .pageNav {
visibility:hidden;
}

.gallery_3622499 #breadcrumb {display: none;}
.

.gallery_3747731 .pageNav {
visibility:hidden;
}

.gallery_3747731 #breadcrumb {display: none;}
.
:scratch :scratch

jfriend
Oct-31-2007, 03:29 PM
hello, Denise I am trying to repeat it for another page but it doesn't work.
Is anything wrong with the location??

http://bph.smugmug.com/gallery/3747731




.gallery_3622499 .pageNav {
visibility:hidden;
}

.gallery_3622499 #breadcrumb {display: none;}
.

.gallery_3747731 .pageNav {
visibility:hidden;
}

.gallery_3747731 #breadcrumb {display: none;}
.
:scratch :scratch

Two things to fix:

The gallery you linked above has NO custom CSS from you at all. That probably means it's set to Smugmug style, not to your own custom style or it's set to "Hide Owner". Actually, now that I look at it, I think it's hide owner because the URL is www.smugmug.com, not even your own account name. In any case, both of those settings cause the gallery to NOT get any of your customizations.
The CSS you pasted in here appears to have extra period characters on empty lines by themselves. Those are not legal CSS so if they are in your real CSS (which it looks like they are), you should get rid of them.

Bountyphotographer
Nov-01-2007, 09:55 AM
Two things to fix:

The gallery you linked above has NO custom CSS from you at all. That probably means it's set to Smugmug style, not to your own custom style or it's set to "Hide Owner". Actually, now that I look at it, I think it's hide owner because the URL is www.smugmug.com (http://www.smugmug.com), not even your own account name. In any case, both of those settings cause the gallery to NOT get any of your customizations.
The CSS you pasted in here appears to have extra period characters on empty lines by themselves. Those are not legal CSS so if they are in your real CSS (which it looks like they are), you should get rid of them.


right you are about the owner hide feature:barb

thanks