- This topic has 11 replies, 4 voices, and was last updated 15 years, 8 months ago by nirmaaan.
-
AuthorPosts
-
February 1, 2009 at 8:26 pm #606DeepakMember
Hi Team,
First of all regards for creating such a great plug-in of wordpress…
Currently I have plan to install dropdown menu on my site (http://www.forangelsonly.org). But when i just activate your plug-in "Multi-level Menus" sliding bar function on site stop working . I try to point out the problem but to my best knowledge this is something related to jQuery script. My wordpress theme works on jQuery script as suppose your plug also.
I am just a bigneer in PHP and CSS. but expecting your support for the above problem .
Thanks & Regards,
Deepak Jain
February 2, 2009 at 10:04 am #5160DeepakMemberHi all
Want to add some more comments
I try to install Suckerfish WordPress Plugin which got activated without any problem. But the dropdown menu hide behind the contented of the post. if any one can help me to solve any one of this issues will help me a lot…Waiting for helping hands…
Deepak
February 3, 2009 at 5:59 am #5161imported_RyanMemberHi,
Your site doesn’t seem to have plugin installed so not much I can do to help. If you don’t want to activate it due to it messing up your site, then just turn on maintenance mode in the settings page and let me know.February 3, 2009 at 6:10 am #5162DeepakMemberHi Ryan,
Thanks for Response…
As per your guide line now i have turn on maintenance mode in the setting page.
No messing up now..” title=”Smiley” /> and plugin is active..February 3, 2009 at 4:32 pm #5163imported_RyanMemberHi,
There is a bug in your theme. It is not using the enqueue method to add jQuery.Below is a sample of your source code, you can see that your theme is adding jQuery as well as the Multi-level Navigation plugin, the difference between the two though, is that the plugin is adding it via the ‘enqueue’ method, so it is calling it from wp-includes/js/jquery/jquery.js and if another plugin or theme does the same, it will only be added once to the HTML, whereas the theme is simply calling it’s own copy of jQuery on top of the existing jQuery script. This will cause your theme to fail to work with almost any plugin which uses jQuery.
[code:msahf6y2]<script type="text/javascript" src="http://www.forangelsonly.org/wp-content/themes/Journal/js/jquery-1.2.6.min.js"></script>....
<!– Multi-level Navigation Plugin v1.8.1 by PixoPoint Web Development ... http://pixopoint.com/multi-level-navigation/ –>
<!– MAINTENANCE MODE IS ACTIVATED! –><link rel="stylesheet" type="text/css" href="http://www.forangelsonly.org/wp-content/plugins/multi-level-navigation-plugin/style.php" />
<script type=’text/javascript’ src=’http://www.forangelsonly.org/wp-includes/js/jquery/jquery.js?ver=1.2.6′></script>
[/code:msahf6y2]You could crudely fix it by simply removing the call to jQuery in the theme. If you downloaded the theme from somewhere you should ask the theme developer to release a new version which calls the script correctly.
February 3, 2009 at 5:01 pm #5164DeepakMemberThanks for your help..
I am will talk with theme developer for this problem and let you now…
Is there any other way you can help me out.. i can give any information about side to you but need to solve this issue as soon as possible…February 7, 2009 at 11:59 pm #5165imported_RyanMemberSorry, but I don’t help fix bugs in other software for free. If you sign up for our premium support service I will be happy to help though ” title=”Smiley” /> https://geek.hellyer.kiwi/premium_support/
February 20, 2009 at 11:10 pm #5166AnonymousMemberWe have installed the Multi-level plugin in three of our Group blogs. On top of our author/post pages we use a tabs created by Jquery. Since upgrading the Multi-level Nav plugin, the jquery tabs are no longer working.
See:
this is how the jquery tabs should look: http://www.nirmaaan.com/blog/ajkerlink/3028 [look at the 4 blueish tabs on top of content]. In this site, we still haven’t upgraded which is why the tabs are generating correctly.this is how it now looks on our test site after updating the plugin: http://www.nirmaaan.com/wptest/admin/1 [ie, the tabs are messed up]
this is an extremely useful plugin and we would hate to disable it. please advise us if there is any means to get around the problem and make both the plugin and the jquerytabs work.
thank you in advance,
muktangonFebruary 21, 2009 at 2:06 am #5167imported_RyanMemberHi,
I’m not sure exactly what is causing your problem.Are you certain this problem was caused after upgrading our plugin and not another one? I can see that the other plugin is calling a different version of jQuery from the default one built into jQuery. This is normally caused by the plugin not using the enqueue method for inserting the scripts.
February 23, 2009 at 9:18 am #5168AnonymousMemberThanks Ryan for your reply. I am positive that it started right after upgrading the plugin, with everything else as they were. Just to check, I replaced the plugin’s folder with one of the older versions I had as backup and the problem was solved.
However, I take note from your advice and will try the enqueue method, which was not used so far on the site. Will keep you posted about the results.
Cheers.February 24, 2009 at 8:16 am #5169imported_RyanMemberWhich version did you use before upgrading?
March 20, 2009 at 10:31 pm #5170nirmaaanMemberpreviously we used version 1.0.7 of the plugin which involved a different snippet of code to be placed on the header.php.
-
AuthorPosts
- You must be logged in to reply to this topic.