View Full Version : Hiding Gallery Page Info
MatthewDavis
Mar-15-2010, 11:41 PM
At the bottom of one of my info galleries currently titled Displays([URL="http://www.matthewdavisimages.com/Other/Displays-1/11269020_qo3ge"], a gallery page reference, "Gallery pages: 1" appears Twice; once at the end of the gallery text, and once under a photo footer.
I do not wish to see either of these "Gallery pages: 1". Is there a way to rid of these?
And am just now realizing it is also appearing at the top of my Guestbook page; http://www.matthewdavisimages.com/Other/GuestBook/11239053_x4a3q
How are these page references turned off?
J Allen
Mar-16-2010, 02:01 AM
How are these page references turned off?
Add this to your CSS:
/*===== Guestbook-Page =====*/
.gallery_11239053 #breadCrumbTrail,
.gallery_11239053 .play_slideshow,
.gallery_11239053 .share_button,
.gallery_11239053 #albumNav_top,
.gallery_11239053 #albumNav_bottom,
.gallery_11239053 .pageNav
{display:none;}
/*===== Contact-Page =====*/
.gallery_11318961 #breadCrumbTrail,
.gallery_11318961 .play_slideshow,
.gallery_11318961 .share_button,
.gallery_11318961 #albumNav_top,
.gallery_11318961 #albumNav_bottom,
.gallery_11318961 .pageNav
{display:none;}
MatthewDavis
Mar-16-2010, 08:40 AM
Add this to your CSS:
/*===== Guestbook-Page =====*/
.gallery_11239053 #breadCrumbTrail,
.gallery_11239053 .play_slideshow,
.gallery_11239053 .share_button,
.gallery_11239053 #albumNav_top,
.gallery_11239053 #albumNav_bottom,
.gallery_11239053 .pageNav
{display:none;}
/*===== Contact-Page =====*/
.gallery_11318961 #breadCrumbTrail,
.gallery_11318961 .play_slideshow,
.gallery_11318961 .share_button,
.gallery_11318961 #albumNav_top,
.gallery_11318961 #albumNav_bottom,
.gallery_11318961 .pageNav
{display:none;}
-----------------------------
In attempt to self-help myself, how did you determine the ".gallery_xxxxxxxx" code number? I need to do the same to the gallery currently titled as "Exposure"
http://www.matthewdavisimages.com/Other/Exposure-1/11269020_qo3ge
J Allen
Mar-16-2010, 08:51 AM
-----------------------------
In attempt to self-help myself, how did you determine the ".gallery_xxxxxxxx" code number? I need to do the same to the gallery currently titled as "Exposure"
http://www.matthewdavisimages.com/Other/Exposure-1/11269020_qo3ge
The gallery number comes from the URL...so in your URL the red is the gallery number:
http://www.matthewdavisimages.com/Other/Exposure-1/11269020_qo3ge
This targets only this gallery
.gallery_11269020
Now you have to add the element you want to target:
.gallery_11269020 #breadCrumbTrail
Now you have to add the rule:
.gallery_11269020 #breadCrumbTrail
{display:none;}
I use these 2 free addons from Firefox to find the elements I want to hide:
Firebug (https://addons.mozilla.org/en-US/firefox/addon/1843/)
Web Developer (https://addons.mozilla.org/en-US/firefox/addon/60/)
Does this help you at all?
MatthewDavis
Mar-16-2010, 06:08 PM
The gallery number comes from the URL...so in your URL the red is the gallery number:
http://www.matthewdavisimages.com/Other/Exposure-1/11269020_qo3ge
This targets only this gallery
.gallery_11269020
Now you have to add the element you want to target:
.gallery_11269020 #breadCrumbTrail
Now you have to add the rule:
.gallery_11269020 #breadCrumbTrail
{display:none;}
I use these 2 free addons from Firefox to find the elements I want to hide:
Firebug (https://addons.mozilla.org/en-US/firefox/addon/1843/)
Web Developer (https://addons.mozilla.org/en-US/firefox/addon/60/)
Does this help you at all?
----------------------------
Yes, it does help my understanding in what Should be happening, although I am not seeing any results in the displays. I still have "Gallery pages: 1" references showing up on all of these pages. I must still be missing something.
Here are my codes:
/*===== Guestbook-Page =====*/
.gallery_11239053 #breadCrumbTrail,
.gallery_11239053 .play_slideshow,
.gallery_11239053 .share_button,
.gallery_11239053 #albumNav_top,
.gallery_11239053 #albumNav_bottom,
.gallery_11239053 .pageNav
{display:none;}
/*===== Contact-Page =====*/
.gallery_11318961 #breadCrumbTrail,
.gallery_11318961 .play_slideshow,
.gallery_11318961 .share_button,
.gallery_11318961 #albumNav_top,
.gallery_11318961 #albumNav_bottom,
.gallery_11318961 .pageNav
{display:none;}
/*===== Exposure-Page =====*/
.gallery_11269020 #breadCrumbTrail,
.gallery_11269020 .play_slideshow,
.gallery_ 11269020 .share_button,
.gallery_ 11269020 #albumNav_top,
.gallery_ 11269020 #albumNav_bottom,
.gallery_ 11269020 .pageNav
{display:none;}
What else do I need to change to rid of the "Gallery pages: 1" references ?
I also want to turn Off the Slideshow reference at http://www.matthewdavisimages.com/Other/Exposure-1/11269020_qo3ge
I tried deleting ".gallery_11269020 .play_slideshow", but that was not effective.
jfriend
Mar-16-2010, 06:35 PM
----------------------------
Yes, it does help my understanding in what Should be happening, although I am not seeing any results in the displays. I still have "Gallery pages: 1" references showing up on all of these pages. I must still be missing something.
Here are my codes:
/*===== Guestbook-Page =====*/
.gallery_11239053 #breadCrumbTrail,
.gallery_11239053 .play_slideshow,
.gallery_11239053 .share_button,
.gallery_11239053 #albumNav_top,
.gallery_11239053 #albumNav_bottom,
.gallery_11239053 .pageNav
{display:none;}
/*===== Contact-Page =====*/
.gallery_11318961 #breadCrumbTrail,
.gallery_11318961 .play_slideshow,
.gallery_11318961 .share_button,
.gallery_11318961 #albumNav_top,
.gallery_11318961 #albumNav_bottom,
.gallery_11318961 .pageNav
{display:none;}
/*===== Exposure-Page =====*/
.gallery_11269020 #breadCrumbTrail,
.gallery_11269020 .play_slideshow,
.gallery_ 11269020 .share_button,
.gallery_ 11269020 #albumNav_top,
.gallery_ 11269020 #albumNav_bottom,
.gallery_ 11269020 .pageNav
{display:none;}
What else do I need to change to rid of the "Gallery pages: 1" references ?
I also want to turn Off the Slideshow reference at http://www.matthewdavisimages.com/Other/Exposure-1/11269020_qo3ge
I tried deleting ".gallery_11269020 .play_slideshow", but that was not effective.
Remove the spaces after the underscore in these rules:
.gallery_11269020 #breadCrumbTrail,
.gallery_11269020 .play_slideshow,
.gallery_ 11269020 .share_button,
.gallery_ 11269020 #albumNav_top,
.gallery_ 11269020 #albumNav_bottom,
.gallery_ 11269020 .pageNav
{display:none;}
MatthewDavis
Mar-16-2010, 10:32 PM
Remove the spaces after the underscore in these rules:
.gallery_11269020 #breadCrumbTrail,
.gallery_11269020 .play_slideshow,
.gallery_ 11269020 .share_button,
.gallery_ 11269020 #albumNav_top,
.gallery_ 11269020 #albumNav_bottom,
.gallery_ 11269020 .pageNav
{display:none;}
---------------------------
Thank you, that was it. Operator error on my behalf :)
p.s. any assist you can give me on another post ( http://www.dgrin.com/showthread.php?t=162064 ) would be Greatly appreciated - or even pass it over to someone who could assist would be Wonderful !!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.