Something's changed - where's my bio gone...
OvertheHill
Registered Users Posts: 36 Big grins
Checked my site at www.personalpaparazzi.co.uk like I do regularly and noticed my bio has disappeared. It's there when I log in, with my picture, but isn't displayed in either IE6 or Firefox when not. I haven't changed anything - any idea what's happened? Thanks
0
Comments
Firstly, please in future quote your smugmug address not your custom hostname. It just makes it easier for us to track stuff down.
Have you checked that "display on homepage" is selected for your bio ? As if I remove your customisation, I don't see anything including any galleries.
The other thing you need to be careful of, you have use the ".loggedIn" css attribute quite often, this may lead to differences/problems if not used correctly.
Cheers,
David
SmugMug API Developer
My Photos
Hmmm... I see your site is http://personalpaparazzi.smugmug.com but I can only see your header when I'm logged out. Not only does your bio disappear, but also your photo galleries.
Looking at your customization (accessed from the control panel), it looks like you've blocked a lot of things when logged out:
#userHome { display: none; }
.homepage .title {display: none;}
.homepage p {display: none;}
.homepage .panel p {display: block;}
.homepage #breadcrumb {
visibility:hidden;
}
.homepage .boxTop {
visibility:hidden;
}
.homepage .albumTitle {
visibility:hidden;
}
.homepage .description {
visibility:hidden;
}
.homepage .updated {
visibility:hidden;
}
.loggedIn .homepage #breadcrumb {
visibility:visible;
}
.loogedIn .homepage .boxTop {
visibility:visible;
}
.loggedIn .homepage .albumTitle {
visibility:visible;
}
.loggedIn .homepage .description {
visibility:visible;
}
.loggedIn .homepage .updated {
visibility:visible;
}
Meantime... change "looged" to "logged" in your CSS.
Portfolio • Workshops • Facebook • Twitter
Looged changed! Thanks for looking Andy
Standby
Portfolio • Workshops • Facebook • Twitter
Try making one gallery not-private, see if that makes a difference...
www.ivarborst.nl & smugmug
Yep, that's the answer! I just validated.
Portfolio • Workshops • Facebook • Twitter
And all of my galleries are not public!
Does that mean I have to have at least one public gallery?
Portfolio • Workshops • Facebook • Twitter