• Jeroen

    (@jeroenonstenk)


    Hi,

    Thanks for this fantastic plugin! But I bumped into a conflict with the WP e-Commerce plugin by Getshopped.com (originally https://www.instinct.co.nz/e-commerce/)

    I guess it is a jQuery issue?

    Only the last slide from the slideshow is shown. And that one is sticky. When I disable the WP e-Commerce plugin, your slideshow plugin works ok.

    Regards,
    Jeroen

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi Jeroen, thanks for trying my plugin! If you are having problems with the slideshow cycling through slides, it most likely is a jQuery or JavaScript issue.

    I installed WP e-Commerce and tested them together. Out of the box it worked for me. But I didn’t create any products or anything. Do you have the slideshow on the same page as a product, or WP e-Commerce widget, or in the cart or checkout pages? Or do you have any of the add-ons installed like the product slider?

    Could you post a link to the page you are having this problem on?

    Thread Starter Jeroen

    (@jeroenonstenk)

    Hi,

    It’s curious because I used it also out of the box. And I also didn’t create a product.
    The link to the page is https://samen.voorhaal.nl

    Could be great if you could take a small peek. At this point I do not need to use WP e-commerce. So for now it’s turned off. But in the future I’d love to use them both. (Not on the same page though)

    Thread Starter Jeroen

    (@jeroenonstenk)

    Hi JLeuze,

    I’ve activated the WP e-Commerce plugin now, so you can check the problem? The dots for the paged navigation don’t show up when the WP e-commerce plugin is active. When that plugin is inactive they do show up.

    I haven’t added any product, I only activated the plugin. In the end I want to use the WP e-commerce in combination with their membership add-on.

    I hope you can give me a solution for this. I really want to use your great plugin and this WP e-Commerce.

    Thread Starter Jeroen

    (@jeroenonstenk)

    Bump? (-:

    Plugin Author Josh Leuze

    (@jleuze)

    Hi Jeroen, it’s definitely a problem with jQuery, but I don’t think it is WP e-Commerce. Something is deactivating the copy of jQuery in WordPress that both WP e-Commerce and Meteor Slides are using and replacing it with Google’s version:

    <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js?ver=3.1.2'></script>

    It looks like qTip is also loading two additional copies of jQuery, so there could be conflicts there. I would try disabling qTip and testing that. I’d also try deactivating all your plugins besides WP e-Commerce and Meteor Slides to confirm that they do work together.

    Thread Starter Jeroen

    (@jeroenonstenk)

    Hi,

    It turned out that there is indeed a conlfict between qTip and WP e-Commerce and Meteor Slides. All three together they wont function. If I take one out then the other two are fine.

    I have no clue which piece of code is calling the version from Google. I have searched within all plugins and code, but I can’t find anywhere this ver=3.1.2 code.

    Do you have any tips I could follow right now?

    Plugin Author Josh Leuze

    (@jleuze)

    Meteor Slides isn’t using Google’s version of jQuery, and I don’t think WP e-Commerce is either. I would check in your theme, that would be the most likely culprit, but also look at qTip. Are you manually adding just the qTip files, or are you using a plugin or something to add it?

    Hi, I have the same problem here, is there any solution for this?

    Problem page:
    https://www.ladyswalker.com/blog/products-page/handbag_all/samantha_vega_akb48_itano_tomomi_crossover_handbag_sm2

    Problem 1:
    I have set 2 slides for the slideshow, but only 1 slide shows. For other pages without showing the single product, the slideshow works fine.

    Problem 2:
    On the same page, there is a small image above the big product image. Before using the Meteor Slides plugin, there is no such small image……….how can I delete this image?

    Sorry…..I have another question…..I have put <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?> on the theme’s function.php, is that correct? Do I need to put this again after any upgrade? I am now using weaver theme.

    Thanks a lot!

    Plugin Author Josh Leuze

    (@jleuze)

    Hi, you don’t need to add any code to functions.php for Meteor Slides.

    You would use that meteor_slideshow template tag in your theme templates where you want the slideshow to appear. But with Weaver you don’t want to edit the theme directly as you will lose those changes if you update the theme.

    I am guessing that you added the slideshow shortcode to the header in the Weaver theme options? In that case you don’t need that code in functions.php and can remove it.

    Meteor Slides has been tested with the Weaver theme and with the base WP e-Commerce plugin, so there should be no conflicts there. It could be conflicting with any addons to WP e-Commerce you might have installed or other plugins.

    I would try deactivating these other plugins and testing to figure out which one is causing the problem. The first plugin I would deactivate it Fancy Box, that is the most likely culprit.

    Thank you very much for your reply.

    Yes, I have put the slideshow shortcode under “Site Header Insert code”. That is : Weaver admin -> Advanced options -> HTML Insertion -> Site Header Insert code

    Is that correct?

    I have removed the template tag from the functions.php, thanks!

    I have also tried to deactivate the Fancy Box plugin, but unfortunately the situation remains unchanged.

    Apart from the core WP e-commerce, I am also using the other paid plugin called “Gold Cart” from the same company. I have tried to deactivate this “Gold Cart” plugin, but again…..no change…….

    Could you please advise me what to do? I have little knowledge on these kind of things……..sorry to have bothered you…….

    Plugin Author Josh Leuze

    (@jleuze)

    I think that your theme or a plugin is making changes to the post thumbnails that are causing this problem. I can’t really tell what it is from the frontend though. Would you be able to email some login info so I could take a look at the admin?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Conflict with the WP e-Commerce plugin’ is closed to new replies.