Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Valdinia

    (@valdinia)

    The solution I found:

    In /wp-content/plugins/woocommerce-lightbox/inc/wpb_wl_hooks.php
    change this line:

    add_action( ‘woocommerce_before_shop_loop_item’,’wpb_wl_hook_quickview_link’, 11 );

    by replacing priority 11 with priority 9. So the correct line should be:

    add_action( ‘woocommerce_before_shop_loop_item’,’wpb_wl_hook_quickview_link’, 9);

    Plugin Author WPBean

    (@wpbean)

    Hi,

    I already this plugin with latest version of WP and WooCommerce.

    In my local development server with the default theme, it’s working fine.

    May by it’s an theme issue.

    Good to see you figured it out.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Any plans to upgrade this plugin for WP 4.4.2 and WooCommerce 2.5.5?’ is closed to new replies.