Hi @aowisdom50
I tested on my local installation with following configuration
WordPress 5.3.1
WooCommerce 3.8.1
YITH WooCommerce Wishlist 3.0.3
GTranslate 2.8.50
Flatsome 3.10.0
and everything seems ok
When I switch to a different language, Add to wishlist button is translated too, including content of Flatsome “tooltip”
Not sure why this is happening
What is your original language?
If you disable GTranalate, are you able to correctly see Add to Wishlist in original language?
In this case, I suppose it is a translation problem, and you should ask GTranslate developers if they have any idea on what could cause this strange issue
I switched to TranslatePress plugin. Most issues are gone except no remove button in mobile in wishlist. It is working well in PC version.
I translate English to Korean.
Thanks,
JiYeon
-
This reply was modified 6 years, 5 months ago by
aowisdom50.
Please, try to add the following CSS rule to Additional CSS section of theme customizer
.wishlist_table.shop_table.mobile{
list-style: none;
}
.wishlist_table.shop_table.mobile li{
margin-left: 0;
}
.wishlist_table.shop_table.mobile .product-remove{
width: auto;
float: right;
margin-top: -40px;
}
.wishlist_table.shop_table.mobile .product-remove a.remove_from_wishlist {
position: static;
}
.wishlist_table.shop_table.mobile .product-remove a.remove_from_wishlist i:before{
font-style: normal;
color: #ccc;
display: inline-block;
padding: 0 3px;
content: '×';
border: 2px solid currentColor;
border-radius: 100%;
width: 24px;
height: 24px;
}
.wishlist_table.shop_table.mobile .product-remove a.remove_from_wishlist i:hover:before{
color: #000;
}
This is my result on your installation: screen
It is working great now.
Thanks a lot!
JiYeon
You are welcome!
We are doing our best to improve our plugins. Our target is to develop and release the best free plugins for WooCommerce, but to achieve this we need your help. Please leave a good review to support us and help our growth 🙂
-
This reply was modified 6 years, 5 months ago by
YITHEMES.