I’VE ALREADY GONE TO http://msyk.es/blog/prevent-jquery-wordpress-theme/ and it doesn’t work!!! I need something, I’ve been trying to get this resolved for over a month now and ON ONE has been able to resolve this issue!
Have you confirmed it’s definitely the theme and not s plugin?
Can you share a link?
I don’t know if it’s the theme or the plugin… I know that my developer deactivated all that didn’t work. She changed it out to the default WP theme and that didn’t work. So I’m ASSUMING it’s the plugin itself.
Share what kind of link?
I had been getting the problem on my event submission page after recent updates.
After testing deactivation of other plugins and a revert to the default theme the event submission page would not display the date picker under any of the conditions.
I implemented the advise at http://msyk.es/blog/prevent-jquery-wordpress-theme/ making sure that I was loading jquery correctly and had wp_head and wp_footer placed in my theme.
I load Jquery this way in header.php.
<?php
add_action( 'wp_enqueue_script', 'load_jquery' );
function load_jquery() {
wp_enqueue_script( 'jquery' );
}
?>
I installed the “Use Google Libraries” plugin and the problem was resolved.
Hope that helps.
I meant a link to your site, it’ll make it easier to work out what’s wrong.
Just to clarify what I meant about deactivating things: It’s a good first step to switch to the default theme and deactivate all other plugins to see if that fixes the problem. If it does, you can reactivate each in turn to find out which is causing the problem.
Another thing worth trying is re-installing the plugin. My feeling is that there’s a either a file missing (faulty download / install) or something is interfering with the loading of the datepicker files.
With a live link we can probably see which it is.
http://www.culsire.com is the link to my website, sorry about that
thanks for the heads up aeckerson, I’ll try that next 🙂
caimin_nwl the link to my website is http://www.culsire.com
just to narrow down the problem have you tried to temporarily:
– deactivating all other plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
– switching to the default theme to rule out any theme-specific problems
Yes, we did try that and it didn’t work!
Hiya,
Although I went to your site I could not see an event submission form – can you provide the link to that please?
Thanks
Hi PhilipJohn,
The link to the event submission page is http://www.culsire.com/event-submission
I don’t have it turned-on on the site, because it isn’t working, but the url is
http://www.culsire.com/event-submission
Can you make that page public? I’m just seeing You do not have the rights to manage this Event. Thanks.
I published it to public, it works now http://culsire.com/event-submission/
[Moderator Note: No bumping. If it’s that urgent, consider hiring someone instead.]