Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author David Rosendo

    (@drosendo)

    Hello suge1w,

    As I explain in the FAQ:

    The plugin doesnt work with my theme

    Themes that follow the default WooCommerce implementation will usually work with this plugin. However, some themes use an unorthodox method to add their own lightbox/slider, which breaks the hooks this plugin needs.

    And this is the case with your theme and migth need some custom development in order to work. Or try the following method(s).

    In your theme, search for:
    remove_action('woocommerce_product_thumbnails','SOME_OTHER_FUNCTION');

    And Comment it out. Add // before de remove_action and save, check if my plugin works now.

    You may probably find it in a single-product.php

    If not: besides commenting the above, search also for:
    remove_action('woocommerce_before_single_product_summary','SOME_OTHER_FUNCTION');

    And Comment it out also, , check if my plugin works now.

    Note: You will loose the default theme functionality for the images, but anyway my plugin has its own.

    Hope this helps.

    Sorry for the delay on the answer, please leave a review if you like the plugin.

    Thanks,
    David

    Thread Starter suge1w

    (@suge1w)

    Hi David,

    Thanks for the response.

    Looks like my theme doesn’t have that page and I can’t seem to find that line of code anywhere.

    I thought the problem lay with Zoom Magnifier by YiT but deactivating that plugin has zero effect. I then tried enabling another theme (Mystile) but ran into the exact same issue. It totally messes up the CSS of the images and the descriptions won’t even display.

    Plugin Author David Rosendo

    (@drosendo)

    Hello suge1w,

    I did find that there was a bug messing up the CSS of the images, this was because it was not loading the css file.
    This has been fixed with the current version. 1.4.1

    Thanks for alerting it to me, because my plugin will work with most of the themes.

    All the best,
    David

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin breaks my template’ is closed to new replies.