View Full Version : How to remove.... maybe you can help
deannadevine
Aug-05-2008, 08:52 PM
Does anyone know how to remove the grey box around the pictures in all of my galleries? Also is there anyway to make the "page 1 of 1" or "1 of 9" go away in the Smugmug style view?
My site is www.deannadevine.com (http://www.deannadevine.com)
Thanks in advance for your expertise!:D
Deanna
Allen
Aug-05-2008, 08:58 PM
Does anyone know how to remove the grey box around the pictures in all of my galleries? Also is there anyway to make the "page 1 of 1" or "1 of 9" go away in the Smugmug style view?
My site is www.deannadevine.com (http://www.deannadevine.com)
Thanks in advance for your expertise!:D
Deanna
Try these in CSS
.galleryPage #photos {background: none !important;}
.smugmug_small #albumNav_top,
.smugmug #albumNav_top {display: none;}
deannadevine
Aug-05-2008, 09:02 PM
Thanks Al... you're awesome! :thumb
But I have a question... with that code, my viewers cannot flip through the gallery.... is there a way to keep the arrows but lose the "page 1 of 1" ?
Allen
Aug-05-2008, 09:28 PM
Thanks Al... you're awesome! :thumb
But I have a question... with that code, my viewers cannot flip through the gallery.... is there a way to keep the arrows but lose the "page 1 of 1" ?
See if you like this instead.
.smugmug_small #photoNavTop,
.smugmug_small #pageNavigation_top,
.smugmug #photoNavTop,
.smugmug #pageNavigation_top {visibility: hidden;}
deannadevine
Aug-05-2008, 09:37 PM
I am not sure I see any difference? With the second code, I still cannot view more than "Page 1" of the images if I am in the smugmug style...
Also, I am having trouble getting my "Email me" link to work? Any suggestions? Also... can it be centered at the bottom, rather than off to the left?
You're the best!
Thanks for all of your help!
Allen
Aug-05-2008, 10:45 PM
I am not sure I see any difference? With the second code, I still cannot view more than "Page 1" of the images if I am in the smugmug style...
Also, I am having trouble getting my "Email me" link to work? Any suggestions? Also... can it be centered at the bottom, rather than off to the left?
You're the best!
Thanks for all of your help! Change this to hidden.
.smugmug_small #photoNavTop,
.smugmug_small #pageNavigation_top,
.smugmug #photoNavTop,
.smugmug #pageNavigation_top {visibility: hidden;}
Go to your wedding gallery page 2. The page nav will look like this.
<< < Prev Next > >>
If there is only one page no page nav shows like your maternity gallery.
Where is your email link?
deannadevine
Aug-06-2008, 06:24 AM
Sorry Al,
I changed everything back before I called it a night last night...
Now I have entered the following code with "hidden" but it looks the same... there are no arrows to go to the next page on both the wedding and children galleries. :scratch
Allen
Aug-06-2008, 07:11 AM
Sorry Al,
I changed everything back before I called it a night last night...
Now I have entered the following code with "hidden" but it looks the same... there are no arrows to go to the next page on both the wedding and children galleries. :scratch
This is how it looks here.
Maternity gallery with only one page
Weddings first page
Weddings page 2
deannadevine
Aug-06-2008, 07:17 AM
That's strange... b/c when I view the page on both of my computers I have no arrows and cannot get from one page to the next in the smugmug style?!?
Allen
Aug-06-2008, 07:21 AM
That's strange... b/c when I view the page on both of my computers I have no arrows and cannot get from one page to the next in the smugmug style?!?
Some reason I didn't see it, then did. On the Weddings page 1 go to last
photo on page then use keyboard right arrow key to go to next page photo.
Nav then shows here.
Maybe gota tell it to be visible first then hidden.
.smugmug_small #photoNavTop,
.smugmug_small #pageNavigation_top {visibility: visible;}
.smugmug_small #photoNavTop,
.smugmug_small #pageNavigation_top,
.smugmug #photoNavTop,
.smugmug #pageNavigation_top {visibility: hidden;}
deannadevine
Aug-06-2008, 07:30 AM
The visible then hidden thing did not work either?!?... I can however use the right arrow on the keyboard to get to the next gallery.... I just want it to be apparent that there's more to view than just the first page...
Thanks for all of your help Al! You have made this customization thing so easy on my end! :clap
Allen
Aug-06-2008, 07:31 AM
The visible then hidden thing did not work either?!?... I can however use the right arrow on the keyboard to get to the next gallery.... I just want it to be apparent that there's more to view than just the first page...
Thanks for all of your help Al! You have made this customization thing so easy on my end! :clap
Did the nav arrows then show on page 2 and stay shown back on page 1?
deannadevine
Aug-06-2008, 12:10 PM
no nav arrows at all!!
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.