Where did my Share button go??
justice-photography
Registered Users Posts: 84 Big grins
Hello. I wanted to Share some pictures by displaying them somewhere else and my share button in all of my galleries (the galleries that I have the option to share on) has disappeared. Please help! Thank you!
www.justice-photography.com
www.justice-photography.com
0
Comments
Replace this CSS in your customization:
.share_button {
display: none;
}
.loggedIn .share_button, {
display: block;
}
with this:
.notLoggedIn .share_button {display:none;}
The new YUI button look for the share button is no longer display:block so the old way of doing it messes it up.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question