View Full Version : Removing "Gallery 1" from my journal pages & breadcrumb prob
LAwoman
Mar-17-2009, 02:06 PM
Hi,
I would appreciate some pointers...I can't figure out how to remove the text "gallery 1" from from from top and bottom of my About Me and Guestbook pages.
Also, I'm having problems hiding breadcrumbs. I entered this in my CSS, but they are still showing up...
#breadcrumb {visibility: hidden;}
#altViews {visibility: visible;}
.loggedIn #breadcrumb {visibility: visible;}
http://lawomanphotography.smugmug.com/
Thanks,
Christy
Allen
Mar-17-2009, 02:20 PM
Hi,
I would appreciate some pointers...I can't figure out how to remove the text "gallery 1" from from from top and bottom of my About Me and Guestbook pages.
Also, I'm having problems hiding breadcrumbs. I entered this in my CSS, but they are still showing up...
#breadcrumb {visibility: hidden;}
#altViews {visibility: visible;}
.loggedIn #breadcrumb {visibility: visible;}
http://lawomanphotography.smugmug.com/
Thanks,
Christy
remove this from your CSS
If you want to have the galleries show up on your homepage when you are logged in, you can add the following below this code:
You have a carriage return after src=' see red, and it's disabling some CSS
.smuglogo {
width: 250px !important;
height: 300px !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,
sizingMethod=image src='
http://www.smugmug.com/photos/492096562_fsR5q-S.jpg') !important;
}
change it to like this
.smuglogo {
width: 250px !important;
height: 300px !important;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,
sizingMethod=image src='http://www.smugmug.com/photos/492096562_fsR5q-S.jpg') !important;
}
Add this to yoru CSS
.gallery_7609553 #albumNav_top,
.gallery_7609553 #albumNav_bottom,
.notLoggedIn .gallery_7609553 #breadcrumb {display: none;}
.gallery_7609475 #albumNav_top,
.gallery_7609475 #albumNav_bottom,
.notLoggedIn .gallery_7609475 #breadcrumb {display: none;}
and remove this
.gallery_7609475 .pageNav,
.gallery_7609553 .pageNav {display: none;}
LAwoman
Mar-17-2009, 02:27 PM
:bow THANK YOU!
doglips
Mar-22-2009, 10:02 AM
Hi Allen I am have the same problem as well. I followed your tips on how to remove the gallery 1 from the page but mine still shows up. My page is www.velosportphoto.com any help you could would be appreciated. The page with the problem is my events page.
Thanks,
Jim
Allen
Mar-22-2009, 11:50 AM
Hi Allen I am have the same problem as well. I followed your tips on how to remove the gallery 1 from the page but mine still shows up. My page is www.velosportphoto.com (http://www.velosportphoto.com) any help you could would be appreciated. The page with the problem is my events page.
Thanks,
Jim
Like this in CSS?
.gallery_7345989 #albumNav_top,
.gallery_7345989 #albumNav_bottom,
.notLoggedIn .gallery_7345989 #breadcrumb {display: none;}
doglips
Mar-22-2009, 05:56 PM
I changed the css and it removed gallery 1 but it also took out the bottom of my frame. How do I get my bottom back. And if you do not mind my thumbs in the galleries differ in size from gallery to gallery. I have no idea how to get the website to be consistent.
Thanks for all of your help.
Jim
www.velosportphoto.com
Allen
Mar-22-2009, 06:07 PM
I changed the css and it removed gallery 1 but it also took out the bottom of my frame. How do I get my bottom back. And if you do not mind my thumbs in the galleries differ in size from gallery to gallery. I have no idea how to get the website to be consistent.
Thanks for all of your help.
Jim
www.velosportphoto.com (http://www.velosportphoto.com)
Disable the second line with comment tags and add the first. Keeps the line
going across if that's what you want.
.gallery_7345989 .pageNav.nav,
/* .gallery_7345989 #albumNav_top, */
.gallery_7345989 #albumNav_bottom,
.notLoggedIn .gallery_7345989 #breadcrumb {display: none;}
Category/gallery boxes with five or less thumbs will have 150x150 size
thumbs. Six and more they will be 100x100. This is built in to the site
code and no way to change it. At least is what it should be. Maybe it
counts all the thumbs on the page whether sub-cats or galleries.
doglips
Mar-22-2009, 07:29 PM
Allen Thank you for your help. I wish I knew the lingo to fix this stuff so thanks for your help. In regards to the gallery picture sizes I have two groups displayed in each gallery and they are different sizes. Check out www.velosportphoto.com/swimming and www.velosportphoto.com/field and you will see exactly what i'm talkinng about. If you have any suggestions feel free to help.
Thanks,
Jim
smugjunkie
Apr-05-2009, 11:33 AM
Like this in CSS?
.gallery_7345989 #albumNav_top,
.gallery_7345989 #albumNav_bottom,
.notLoggedIn .gallery_7345989 #breadcrumb {display: none;}
I tried the information you provided above, but it's not working for me....is there another part of the code that I'm possibly missing?
EDIT: Please disregard...removed a code under my css and everything worked including other items that were not...guess I solved my problem.
Thanks,
Steph :scratch
www.ej-photography.com (http://www.ej-photography.com)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.