Hi there,
Is this extension compatible with Enfold?
I am having no luck so far, but if I switch to Twenty Seventeen – no issues.
Thanks,
Jason
Hey Jason,
In one message “Product Reviews enabled, the reviews section is not displaying on all products” in turned out that “enabling reviews” can be turned on or off on individual products.
Yet in another “WooCommerce Product Reviews Pro but I am having no luck with this showing in my product pages.” there was no feedback.
For “WooCommerce product reviews. The Stars for “Your Ratings” not showing up on desktop only.” there was a CSS fix.
So it is hard to say if on a whole the plugin works well with Enfold, it depends on the issues you are having.
I didn’t check the plugin author’s support fourm, there maybe more answers there for you.
Best regards,
Mike
Hi Mike,
The previous dev had added the following to the child themes functions.php
/* Remove Review Tab */
add_filter( 'woocommerce_product_tabs', 'wcs_woo_remove_reviews_tab', 98 );
function wcs_woo_remove_reviews_tab($tabs) {
unset($tabs['reviews']);
return $tabs;
}
So I’m all sorted now :)
Thanks,
Jason
Hi Jason,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
More than happy for you to close it thanks :)