Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author mantish

    (@mantish)

    Hi Mark,
    It should be working with WooCommerce 2.5. I just checked again.
    It’s very strange that it works with some categories, but not with others…
    Are you using a theme?
    Is your site online? Maybe I can check it out

    Thread Starter Mark Smallman

    (@marks99)

    Hi Mantish,
    This version of the site isn’t online – local dev in Vagrant.
    Will do more assessing, and will let you know if I can find anything.

    Hi Mark & Mantish,
    I am getting the same problem.
    I have deactivate plugin, but can re-activate if you would like to troubleshoot. Webpage is boat.net.nz.

    Regards,
    Dave.

    Hi,
    I have reactived the plugin in the hopes that it will assist you in troubleshooting.

    Sorry for hi-jacking thread.

    webpage is boat.net.nz.

    Regards,
    Dave.

    Plugin Author mantish

    (@mantish)

    Hi boatnz,
    Thanks for your help.
    What I can see in your site is that there’s a css rule that’s hiding the images:

    .product.has-default-attributes.has-children>.images {
        opacity: 0;
    }

    Thanks Mantish,
    Problem all solved.

    It’s interesting that the problem would disappear when this plugin was disabled. Thank you for sorting out – great plugin!

    Mantish,
    I’m having difficulties with WP 2.5 using the Flatsome theme. I have traditionally used your advice and copied plugins/wc-variations-radio-buttons/templates/single-product/add-to-cart/variable.php to themes/your-child-theme/woocommerce/single-product/add-to-cart/variable.php
    However, I’m wondering if that file is missing something required for WP 2.5.

    variable.php is listed as one of the templates changed with this new major release: https://woocommerce.wordpress.com/tag/woocommerce-2-5/

    Thread Starter Mark Smallman

    (@marks99)

    @mantish
    For some reason, I was also getting the same code…

    .product.has-default-attributes.has-children>.images {
        opacity: 0;
    }

    Showing up after updating to Woo 2.5. But it was only showing in the one category of posts. Weird!

    Marking this as resolved, as the main question for this thread has been resolved.
    @inkmeetspaper Best to open a new thread, as it’s a totally different question you are asking.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Checking if compatible with Woo 2.5 (final)?’ is closed to new replies.