Home › Forums › Basel support forum › Some bugs › Reply To: Some bugs
Artem Temos
Thank you.
First of all we suggest you to translate pot file with Loco Translate plugin. See this tutorial https://www.youtube.com/watch?v=tAFq1yTfWfU
1. We have added a code snippet that will load your child theme po files.
2. This string will be added in the next update.
3. Change these strings in YITH Plugins -> Wishlist
4. Fixed by changing your permalinks structure on your web-site.
5. You can remove reviews tab by adding this code snippet to your functions.php file in the child theme
add_filter( 'woocommerce_product_tabs', 'basel_woo_remove_reviews_tab', 98);
function basel_woo_remove_reviews_tab($tabs) {
unset($tabs['reviews']);
return $tabs;
}
6-7-9. Please provide some screenshots, we can’t find it.
10. You didn’t translate this string in basel pot file.
Here is updated POT file https://drive.google.com/file/d/0B4HduPLdnq5UeUI1NnV5MkRmSE0/view?usp=sharing