Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Erunafailaro

    (@erunafailaro)

    My first guess would be, that the theme “Vinter2010” is causing this. It looks to me as if it is loading multiple instances of the jQuery-library.

    Maybe IE can handle this and firFox can’t. I would like to reproduce this on my blog, but I could not find the download for this theme.

    Can you tell me, where I can get vinter2010?

    Thread Starter Mysmasken

    (@mysmasken)

    Thank you, I tried to remove one of the jQuery:
    <script src="<?php bloginfo('stylesheet_directory'); ?>/jquery_2.js" type="text/javascript"></script>

    But it didn’t make a difference.

    It worked flawless on my 2.4 or whatever version I had before I upgraded to 3.0.3 last night, if you think that has anything to do with it.

    Plugin Author Erunafailaro

    (@erunafailaro)

    Both of these lines:

    <script src="<?php bloginfo('stylesheet_directory'); ?>/jquery_1.js" type="text/javascript"></script>
    <script src="<?php bloginfo('stylesheet_directory'); ?>/jquery_2.js" type="text/javascript"></script>

    … are unnecessary. Couly you try to remove them both?

    There should be the template-tag wp_head(). That one will take care of the inclusion of all necessary js-files.

    Plugin Author Erunafailaro

    (@erunafailaro)

    Hi again,

    I won’t be able to answer on this thread before December 27th …

    Until then – God Jul! 🙂

    Thread Starter Mysmasken

    (@mysmasken)

    Oh yes, that fixed it. I can’t believe people like you. I wish I was as knowledgeable.

    Thank you so much!

    Merry Christmas and God Jul! 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: WP Social Blogroll] Works in Explorer but not Firefox?’ is closed to new replies.