PDA

View Full Version : I think I've tried everything (removing "This gallery is empty" and breadcrumbs)...


Michelle S.
Jan-28-2010, 08:04 AM
...but it still isn't working for me.

I've read through all the discussions I could and tried everything mentioned, but it isn't working for my site. :dunno

Mine's a small site (so far) - only a few pages: home page (slide show), Portfolio page, About page (wanna-be-html-only, no photos) and Contact page (also wanna-be-html-only, no photos).

Here's my website: http://www.centralvalleyimages.com (http://www.centralvalleyimages.com)

My goals are to:

1. Remove "This gallery is empty. You can upload photos or play with smart gallery settings." text from the bottom of the About page and the Contact page.

2. Remove the breadcrumbs (since my site is small, and it's messing with the aesthetics on at least the About page and the Contact page that are both centered... and the breadcrumbs are left-justified).

Please let me know what I need to change.

Thank you in advance for any and all help!!

J Allen
Jan-28-2010, 08:14 AM
1. Remove "This gallery is empty. You can upload photos or play with smart gallery settings." text from the bottom of the About page and the Contact page.



.nophotos h3 {display:none;}






2. Remove the breadcrumbs (since my site is small, and it's messing with the aesthetics on at least the About page and the Contact page that are both centered... and the breadcrumbs are left-justified).




This will remove them from any visitors and still allow you to use while you are logged in:




.notLoggedIn #breadCrumbTrail {display:none;}




You can also use this code to be gallery specific, that way it would only affect your info galleries, and not your whole site:




.gallery_XXXXXX #breadCrumbTrail {display:none;}






Also have a look at this thread about breadcrumbs:

Breadcrumbs (http://www.dgrin.com/showpost.php?p=966008&postcount=1)






:D

J Allen
Jan-28-2010, 08:18 AM
Also, fix this error in your CSS box..it is probably the culprit that's been giving you some problems with things not working...add the red brace:


#bioBox .photo {
display: none;}

Michelle S.
Jan-28-2010, 08:31 AM
Also, fix this error in your CSS box..it is probably the culprit that's been giving you some problems with things not working...add the red brace:


#bioBox .photo {
display: none;}




I love this forum! Thank you so much! :clap :clap :clap