Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Zim

    (@zimisun)

    can someone help to fix this problem?

    Hello how could you solve the problem?

    Thread Starter Zim

    (@zimisun)

    Add the following CSS code to any of CSS file or any custom CSS box.

    ul.products li.product > a {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

    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);

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I can not click product’ is closed to new replies.