in IE it is perfect, but in firefox the link do not open in internal pages, sometimes it does but as i browes it stops to open.
in IE it is perfect, but in firefox the link do not open in internal pages, sometimes it does but as i browes it stops to open.
Comments
Comment #1
itaye commentedyou can check it at:
http://www.iamblessed.org
Comment #2
greenskin commentedI looked at your site but couldn't even find the share link, make sure permissions are set correctly.
Comment #3
itaye commentedthis is adirect link to one of the posts:
http://www.iamblessed.org/positive-thought/wishing-good
and you can check some others in the "related" on the left.
thanks.
Comment #4
greenskin commentedIt appears to work for me, I can't reproduce the problem. What OS are you using, Firefox for Mac and Windows render differently, I tested on a Mac. If you could install the Firebug add-on for Firefox then check the pages where the popup doesn't work and see if Firebug returns any javascript errors. Also try refreshing the page and/or clearing your temporary files to see if maybe it's a caching problem.
Comment #5
itaye commentedI tested it with mac and windows,
the firebug shows no errors,
the refresh sometimes help, but not always.
try different pages, usually it works at the first pages but then stops and does not open the pop up.
Comment #6
greenskin commentedI see the problem. The 'Share' link has been wrapped in an tag. The javascript looks for the parent tag of the link and check's it's id then uses that to distinguish it from the other links/popups for the javascript code. The tag on refresh doesn't get added and I'm not sure why that is, this is why it works on refreshing. Something somewhere is added the tag to the links, this should be done in a style sheet.
Comment #7
itaye commentedthank for the comprehensive investigation.
i am not a programmer so i don't really understand what you wrote, so please just tell me what can i do to fix it?
thanks again.
Comment #8
greenskin commentedAre you using a custom theme or a pre-built theme and what's the name? My guess is the tag is being put in via the theme.
Comment #9
itaye commentedI am using the channel nine theme.
Comment #10
greenskin commentedOk, just downloaded the theme and took a look at it. Do the following:
In the theme's node.tpl.php page, change line 12 from
<div class="clear links"><em><?php print $links ?></em></div>to<div class="clear links"><?php print $links ?></div>.If you want the italic look then edit the style.css file in your theme, and add a line just under line 115 with
font-style: italic;.Hope that fixes it for you.
Comment #11
itaye commentedJust did it... it works!!!
Thank you very much.
Comment #12
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.