Alright, you will probably be as chocked as I am, but for once it is Firefox acting up for me.
My blogroll will show the time since last update in Explorer, but in Firefox it won't even sort them properly.
Does anyone have an idea why?
Alright, you will probably be as chocked as I am, but for once it is Firefox acting up for me.
My blogroll will show the time since last update in Explorer, but in Firefox it won't even sort them properly.
Does anyone have an idea why?
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?
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.
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.
Hi again,
I won't be able to answer on this thread before December 27th ...
Until then - God Jul! :-)
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! :)
This topic has been closed to new replies.