Hello,
As I see reviews are shown http://storage4.static.itmages.com/i/16/0427/h_1461783597_4525683_84a3e8adf0.jpeg . Please show on a screenshot what link needs to be clicked to replicate the issue.
Thank you.
Regards,
Eva Kemp.
Hello,
I’ve set Reviews tab as the first tab so it’s opened by default when viewing a product and now link is working. Please check.
I’ve added this code in functions.php file in the theme directory:
add_filter( 'woocommerce_product_tabs', 'woo_reorder_tabs', 98 );
function woo_reorder_tabs( $tabs ) {
$tabs['reviews']['priority'] = 5; // Reviews first
$tabs['description']['priority'] = 10; // Description second
$tabs['additional_information']['priority'] = 15; // Additional information third
return $tabs;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.
The message was successfully sent
Your shopping cart is empty
You may extend support period on ThemeForest and then update its status by clicking "Update" button in your Account area.
Purchase code | Expiration date |
---|---|
817e8a3b-18c8-492c-8ba6-9188c27b0995 | 05 Jan 2017 |