Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Slider and shopping cart won't work at same time
Tagged: wp shopping cart
- This topic has 7 replies, 4 voices, and was last updated 7 years, 9 months ago by admin.
-
AuthorPosts
-
August 23, 2013 at 1:55 am #9545HuntingFishingMember
using “Retro” theme on WP – has 3 sliders – worked fine until I installed wp estore.
Okay – did Theme test and this is what I found.
RECOMMENDED: No reference to add_theme_support( ‘custom-header’, $args ) was found in the theme. It is recommended that the theme implement this functionality if using an image for the header.
WARNING: error_log PHP error log found.
RECOMMENDED: Theme URI: is missing from your style.css header.
INFO: At least one hard coded date was found in the file functions.php. Consider get_option( ‘date_format’ )
INFO: inc/admin/options-framework.php The theme appears to use include or require. If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead.
Line 65: require_once($optionsfile);
INFO: iframe was found in the file inc/widget-facebook.php iframes are sometimes used to load unwanted adverts and code on your site.
Line 34: <iframe src=’//www.facebook.com/plugins/likebox.php?href=<?php echo $fburl;
Any ideas how I can make sliders work with the wp e store?
August 23, 2013 at 11:34 pm #57357adminKeymasterIt is likely that this theme has other JavaScript errors which is interfering with eStore.
The following post will help you find these errors so you can fix it:
https://support.tipsandtricks-hq.com/forums/topic/debugging-javascript-errors-on-your-site
If you post a link to your site, I can check it too.
Here is a related post where another theme had a similar issue:
January 25, 2017 at 3:19 pm #57358eliazaraMemberI 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
January 25, 2017 at 3:22 pm #57359wzpModeratorDo you have multiple copies/versions of the JQuery library being loaded/used?
January 25, 2017 at 11:24 pm #57360adminKeymasterDo you see the same issue if you do the following theme test?
https://support.tipsandtricks-hq.com/forums/topic/test-to-identy-a-conflicting-theme-or-plugin
January 31, 2017 at 8:24 pm #57361eliazaraMemberI 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!
January 31, 2017 at 8:29 pm #57362eliazaraMembertried forcing it to the default, that version seems to be a much older version
February 1, 2017 at 12:08 am #57363adminKeymasterThe theme developer should be using the JQuery library that comes with core wordpress.
The following post has more explanation on this:
So you should just ask the theme developer to update his theme code to add the library properly.
-
AuthorPosts
- You must be logged in to reply to this topic.