View Full Version : Hide breadcrumbs stopped working
ryanmillerphoto
Aug-06-2009, 08:40 PM
I have this code in my CSS to hide breadcrumbs
#breadcrumb {visibility: hidden;}
#altViews {visibility: visible;}
.loggedIn #breadcrumb {visibility: visible;}
It seemed to work fine. But now, my breadcrumbs are there...not sure what I did to make that not work.
Does anyone know what could cause this?
EDIT: Looks like more of my CSS is broken as well. I used to have the 4-across icons going and now they are back to two across.
Here's my site: www.ryanmillerphoto.com
jfriend
Aug-06-2009, 09:32 PM
I'm looking in the CSS in your page and I don't see either of those CSS codes in your CSS. Apparently, they got removed somehow (I have no idea how). You will need to put them back.
If you're just trying to hide the breadcrumb when you are not logged in, there's a much better way to do it with this single line of CSS:
.notLoggedIn #breadCrumbTrail {display:none;}
ryanmillerphoto
Aug-06-2009, 09:40 PM
Yes, I know...I may have spoken too soon. After I sent this message, I copied everything to a text file so I could paste it back in one step at a time.
When I erased everything, my CSS still didn't go back to the default. I was really scratching my head.
So I started pasting one at a time back and next thing I know, I was locked out due to an update this morning they are doing to the servers. Now, I can't even log in to modify it.
I have a feeling the CSS irregularities I was seeing were due to the update.
Once it's restarted tomorrow morning, I'll go back and paste everything back in. Hopefully it starts working as expected.
If not, I'll write back here.
jfriend
Aug-06-2009, 09:45 PM
Yes, I know...I may have spoken too soon. After I sent this message, I copied everything to a text file so I could paste it back in one step at a time.
When I erased everything, my CSS still didn't go back to the default. I was really scratching my head.
So I started pasting one at a time back and next thing I know, I was locked out due to an update this morning they are doing to the servers. Now, I can't even log in to modify it.
I have a feeling the CSS irregularities I was seeing were due to the update.
Once it's restarted tomorrow morning, I'll go back and paste everything back in. Hopefully it starts working as expected.
If not, I'll write back here. You have used the Easy Customizer at some point and that causes Smugmug to inject a whole bunch of "default" CSS in your page which can often conflict with your site-wide-customizations. If you don't need the Easy Customizer, you can get rid of all of it's "default" CSS by using the "Start Over" button in the Easy Customizer and then confirming at the prompt. "Start Over" will not touch any of your own custom CSS that you enter in the site-wide-customization page, but it will clear all the Easy Customizer "default CSS".
FYI, this is what that "default CSS" looks like in your page:
/** START: EZC CSS **/
#customLogo { background-color: transparent; background-image: url(http://ryanmiller.smugmug.com/photos/606746025_2ozzc-O.png); background-repeat: no-repeat; background-position: top left; }
#customLogo, #customLogo a, #customLogo a:active, #customLogo a:hover, #customLogo a:visited { text-align: left !important; font-family: monospace !important; font-size: 22px !important; color: #FFFFFF !important; text-decoration: none !important; }
#customHeaderContainer { padding-top: 10px; margin: 0 auto; padding-left: 15px; padding-right: 15px; }
#customNavContainer { text-align: right; }
#customNav { font-family: sans-serif !important; font-size: 12px; color: #A6A6A6 !important; list-style-type: none; padding: 0; margin: 0; }
#customNav li{ display: inline; }
#customNav li a, #customNav li a:active, #customNav li a:visited, #customNav li a:link { font-family: sans-serif !important; font-size: 12px; color: #A6A6A6 !important; text-decoration: none !important; }
#customNav li a:hover { font-family: sans-serif !important; font-size: 12px; color: #FFFFFF !important; text-decoration: none !important; }
/** END: EZC CSS **/
ryanmillerphoto
Aug-06-2009, 09:52 PM
I've actually been using a combo of the easy and advanced customization.
Easy one to input a banner and page navigation, and the advanced one to tweak the interface elements.
It seemed to work fine up until tonight. And since there is this update going on, I think that might be the cause of it.
I can't even think of anything I did to the CSS tonight to change it. The only things I did tonight were update the location for the intro slideshow and update the javascript so that the text bubble doesn't fly out when you hover over an image. Doesn't seem like that would ruin all my CSS. Has to be the site-wide server update causing problems.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.