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

itaye’s picture

you can check it at:

http://www.iamblessed.org

greenskin’s picture

Status: Active » Postponed (maintainer needs more info)

I looked at your site but couldn't even find the share link, make sure permissions are set correctly.

itaye’s picture

this 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.

greenskin’s picture

It 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.

itaye’s picture

I 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.

greenskin’s picture

Status: Postponed (maintainer needs more info) » Fixed

I 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.

itaye’s picture

thank 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.

greenskin’s picture

Are 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.

itaye’s picture

I am using the channel nine theme.

greenskin’s picture

Ok, 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.

itaye’s picture

Just did it... it works!!!

Thank you very much.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.