miising translation string
-
Hi
The statment ” start typing to see products you are looking for ” have no string in the language file to translate.
sorry but I fount the string to translate.
but still there are only 3 strings that are not translated in cart sidebar widget:
screen shot: https://prnt.sc/gg9fvn
I have translated all the related strings but still not reflected .
Hi,
Did you change the login info? We can’t login now to check the issue.
Also, try to clear your browser cache and cookie. And be sure that your WooCommerce POT file is 100% translated since it is related to the plugin and not to our theme.
Regards
Thanks
I have cleared cache twice before but the third time it bring the translation to live.
Thanks
These are 3 small css fixes for the rtl version you may consider to add in the future upgrade :
.rtl .woodmart-search-dropdown .woodmart-search-wrapper {
left: auto;
right: -25px;
}
.rtl .woodmart-header-links .sub-menu-dropdown {
left: auto;
right: 0;
}
.min-footer .col-right {
text-align: left;
padding-left: 50px !important;
}
also I found that you forgot to add editor-style-rtl.css in css folder and that cause an error when viewing admin panel with rtl.
Thanks.
Thank you for letting us know. We will take a look at this CSS issues in our future updates.
Regards