No Add Photos and Tools Buttons
Jay78412
Registered Users Posts: 9 Beginner grinner
I don't have Add Photos and Tool bar in my galleries.
www.jmedwardsphotography.com
www.jmedwardsphotography.com
0
Comments
You are hiding the object that contains those buttons. This CSS of yours:
#breadcrumb {
display: none;}
makes those buttons be hidden. If you want all breadcrumb navigation hidden for your viewers, but you want to see the toolbar buttons when logged in, then change the above CSS to this:
.notLoggedIn #breadcrumb {display: none;}
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
You have this in your CSS: Change that to Also - I highly recommend that you read my post about hiding (not hiding!) the breadcrumb, at http://www.dgrin.com/showthread.php?t=111484. Without the breadcrumb and without the addition of some descriptive information to your galleries, your viewers won't have a clue what gallery they are viewing.
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com