- Author had a Free File of the Month
- Author was Featured
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 4-5 years
- Most Wanted Bounty Winner
- Referred between 1 and 9 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
Friends.
I am facing problem with jquery conflict.
When I activate few plugins my nivo slider do not work.
can you tell me any resource or links to avoid the jquery conflict?
- Author had a File in an Envato Bundle
- Sold between 250 000 and 1 000 000 dollars
- Author was Featured
- Item was Featured
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 3-4 years
- India
Hi Ram. Did you tried jQuery.noConflict()? If you are initializing nivo slider inside your common custom.js file, try to separate the initialization code in a different file. Like nivo_init.js, and use no conflict on that. Hope it works.
- Author had a Free File of the Month
- Author was Featured
- Bought between 1 and 9 items
- Exclusive Author
- Has been a member for 4-5 years
- Most Wanted Bounty Winner
- Referred between 1 and 9 users
- Repeatedly Helped protect Envato Marketplaces against copyright violations
Hi Ram. Did you tried jQuery.noConflict()? If you are initializing nivo slider inside your common custom.js file, try to separate the initialization code in a different file. Like nivo_init.js, and use no conflict on that. Hope it works.
I got solved the nivoslider issue.
But my main issue was I used jquery tabs in theme options, the widget drag & drop is not working when I use jquery tabs,
I used the link in function.php like this:
wp_enqueue_script("jquery-ui.min", $file_dir."/kaya_admin/js/jquery-ui.min.js", false, "1.0");
If we remove the above link then the widget works but the theme options tab does not.
Thanks ram
