Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    It’s because the plugin needs to restrict its function to run only on single product page.
    You can try modifying this plugin as my below guide to see if it helps:
    – Open the file /plugins/woo-photo-reviews/frontend/frontend.php
    – Look up for the function “frontend_enqueue” and remove this part:

    if ( ! is_product() || ! is_single() ) {
    			return;
    		}

    Please see https://prnt.sc/wc3kaj
    Best regards

    Thread Starter ajsneacky

    (@ajsneacky)

    Thank you for your help . It worked.
    I think I will buy this plug in for the other functions because it suits my site. Thank you.

    You’re welcome.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem update shop – landing page’ is closed to new replies.