You are here: Home
Support site for Tips and Tricks HQ premium products
tried forcing it to the default, that version seems to be a much older version
I did the Theme test and the navigation does work on a default theme. I did not try a slider.
WZP, good call, it does look like the theme is calling for it’s own version of jquery.js. Here is what I found;
wp_deregister_script(‘jquery’);
wp_register_script(‘jquery’, get_bloginfo(‘template_url’).’/js/jquery-1.7.2.min.js’, false, ‘1.7.2’);
wp_enqueue_script(‘jquery’);
Should I force it to go to the default WP directory? /wp-includes/js/jquery?? I tried removing the above file with the same results, as some online had suggested.
Thank you!
I am also having the same problem. As soon as I activate the WP eStore, I lose both the navigation at the top of the screen as well as the slider photos below it. I have checked the site for errors and corrected 2 gifs that were out of place. Those are fixed and same problem. I have other plugins working just fine on this site. Site is [www.fatbeeman.com]. Please let me know how to get around this problem.
Thanks