View Full Version : Sharing won't show up...
jeffu
Feb-20-2007, 05:54 AM
I have sharing turned on in my Exhibit B gallery and the sharing button won't show up. I also have it on in Exhibit A and it's just fine. Why is it not showing up in B?
photography.jeffulrich.com
Thanks.
Barb
Feb-20-2007, 07:03 AM
I have sharing turned on in my Exhibit B gallery and the sharing button won't show up. I also have it on in Exhibit A and it's just fine. Why is it not showing up in B?
photography.jeffulrich.com
Thanks.
Hi :)
I see the share button in your Exhibit B gallery. Try a shift+refresh. See if you can see it then.
jeffu
Feb-20-2007, 07:09 AM
Hi :)
I see the share button in your Exhibit B gallery. Try a shift+refresh. See if you can see it then.
Weird - it's still not showing up for me. I've deleted my cookie, history, everything. Signed out - refreshed, still not there. It's not there in FF either.
Barb
Feb-20-2007, 07:26 AM
Weird - it's still not showing up for me. I've deleted my cookie, history, everything. Signed out - refreshed, still not there. It's not there in FF either.
Hi,
You're right. It's not showing up when logged out. I do see it when logged in. Have to leave for awhile, but can check your code when I return. In the meantime, someone else may pop in, too. You're getting a script error in IE, too.
jeffu
Feb-20-2007, 07:39 AM
Hi,
You're right. It's not showing up when logged out. I do see it when logged in. Have to leave for awhile, but can check your code when I return. In the meantime, someone else may pop in, too. You're getting a script error in IE, too.
I sure am getting an error - not sure why. Any help will be appreciated!
Barb
Feb-20-2007, 07:47 AM
I sure am getting an error - not sure why. Any help will be appreciated!
Hi :)
I've asked Ivar to check your code, etc. You have some HTML in your CSS and double JS calls. He is going to fix it for you. Stand by :)
ivar
Feb-20-2007, 07:49 AM
Hi :)
I've asked Ivar to check your code, etc. You have some HTML in your CSS and double JS calls. He is going to fix it for you. Stand by :)yep, fixed it.
The error you still might see is because you have JS running that changes your 'homelink', but on pages with your custom banner like in the ex B gallery, you have no homelink.
jeffu
Feb-20-2007, 07:53 AM
yep, fixed it.
The error you still might see is because you have JS running that changes your 'homelink', but on pages with your custom banner like in the ex B gallery, you have no homelink.
I may have fixed it too - I had
<body onload="changeHomelink();">
in my body tag - took it out and it's fine. Is there any reason I need that in?
jeffu
Feb-20-2007, 11:58 AM
I may have fixed it too - I had
<body onload="changeHomelink();">
in my body tag - took it out and it's fine. Is there any reason I need that in?
Any luck with why Sharing won't show up in Exhibit B?
And, do I need that body tag above?
Allen
Feb-20-2007, 01:08 PM
Any luck with why Sharing won't show up in Exhibit B?
And, do I need that body tag above? Add this in that location.
/* Hides the breadcrumb from the Exhibit B*/
.gallery_2489444 .share_button
{visibility: visible !important;}
.gallery_2489444 #breadcrumb {visibility: hidden;}
You also have double ##'s in a bunch of places.
.gallery_2489444##altViews {visibility: visible;}
.gallery_2489444 #altViews {visibility: visible;}
vBulletin v3.5.2, Copyright ©2000-2009, Jelsoft Enterprises Ltd.