• Resolved MikeW

    (@rfdprint)


    Hello, for some reason after I updated the panoramic theme the WooCommerce action hook woocommerce_product_thumbnails stopped working correctly.

    The content ends up partially on the side of the product image (if you swipe it) and not under the thumbnails as it is intended to function.

    Any suggestions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • try this instead.

    add_action( ‘woocommerce_before_single_product_summary’, ‘yourfuction’, 21 );

    Thread Starter MikeW

    (@rfdprint)

    The last woocommerce update seems to have fixed the issue. However, I will keep this hook in mind.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Action Hook Does Not Function Correctly’ is closed to new replies.