• Resolved jester1987

    (@jester1987)


    There is this annoying bug. This Bug happens in OceanWP with this plugin installed.
    I made a woocommerce category as follow
    1 = Ticked 0 = Unticked

    Product A Men’s Product as All->Men
    All(1)
    |
    L Men(1)
    |
    L Women(0)

    Product B All->Women
    All(1)
    |
    L Men(0)
    |
    L Women(1)

    The Page keeps jumping between the 2 subcategories in a loop unless I make it as

    Product A Men’s Product as All->Men (Kept as is)
    All(1)
    |
    L Men(1)
    |
    L Women(0)

    Product B Now I removed ALL & Changed it to Direct to a subcategory of Women
    All(0)
    |
    L Men(0)
    |
    L Women(1)

    This Way it doesn’t jump between products in a loop while page loads. But it messes up the Product category tree.

    This Bug happens in OceanWP with this plugin installed.

    • This topic was modified 6 years, 2 months ago by jester1987. Reason: This Bug happens in OceanWP with this plugin installed
Viewing 1 replies (of 1 total)
  • Thread Starter jester1987

    (@jester1987)

    SOLUTION:

    Found the Culprit.

    Under “woo-product-gallery-slider\assets\public\js”

    Open wpgs.js

    and comment the line “$(‘.attachment-shop_thumbnail’).trigger(‘click’);”

    I think its some leftover debug code.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug – Single Product page Loop bwt’ is closed to new replies.