Forum Replies Created
-
AuthorPosts
-
You can add the above code to the fucntions.php file to solve this problem.
Hi,
I don't know where these codes come from right now.
You need to check which plugins come from, by deactivating each plugin.
Hi,
I changed some PHP codes. You can reload your site and check agaain.
Best regards,
tb.
Ok, you can reload your site and check again.
Best regards,
tb.
This reply has been marked as private.This reply has been marked as private.I added padding-right for single product, please reload your site and check again.
I set the text "'Quality'" centered, you can check it.
Hi,
If your price included tax, please set "None" for Tax status.
Best regards,
tb.
Hi,
I added some CSS lines to Custom CSS of Theme Options.
You can reload your site and check again.
Best regards,
tb.
Hi,
You can add these lines to Custom CSS:
.yolo-breadcrumb-wrap {
display: none;
}
Best regards,
tb.
Hi,
I don't understand, you can describe it more clearly.
Ok, you can reload your site and check it.
Hi,
Woocommerce will only generate 50 variations at a time.
In order to generate more than 50 variations in addition to the frontend, you can add these lines to the functions.php file:
add_filter( 'woocommerce_ajax_variation_threshold', 'marce_wc_inc_ajax_threshold' );
function marce_wc_inc_ajax_threshold() {
return 100;
}
Best regards,
tb.
Hi,
Are you using any plugins to add structured data?
-
AuthorPosts
