MarketingWiki
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Clickable categories (menu) links?Thank you for your answer.
Tested the solution (disabling plugins) before, for my main problem without any success.
Anyway, I deleted 1 javascript line of the two listed above, and its working.Will leave it like that!
Thank you guys for hepling me out.
/MW
Forum: Fixing WordPress
In reply to: Clickable categories (menu) links?Hmm, I found out that if I delete either the line:
<script type=”text/javascript” src=”http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js”></script>or
<script type=”text/javascript” src=”<?php bloginfo(‘stylesheet_directory’); ?>/js/application.js”></script>
from the file: header.php, the problem is solved… And why is that..?
Forum: Fixing WordPress
In reply to: Clickable categories (menu) links?Ah, thank you VERY MUCH for helping me out with that part.
Good to know whats causing it.
So now… Anyone in here that might know a solution?
Thanks in advance!!!
Regards,
MWForum: Fixing WordPress
In reply to: Clickable categories (menu) links?Hmm, how do I fix that? Hehe…
And, anyone knows the solution to the main problem? When you have the cursor on the category, the link shows down the statusbar. But its still unclickable… Why?!