Edson Galina Fortes
Forum Replies Created
-
Hello @caro93 , hope you’re fine ? Sorry for the issue you’re facing.
I’ve take a look and seems we’ve a bug when translating the page. We add an worse attr on the dom : https://www.loom.com/share/ff3b8bf6e64e4a8ca3ac7a4d6854a376
Do you use some filter from our plugin ? Can you reach the issue to our support (support@weglot.com). I may have access to your website to help you fixing that and we can’t share access on this public forum ^^
RegardsHi @mikel555 ,
hope you’re fine. I’ve make a short video it seems to be ok on my side (tested with stripe) : https://www.loom.com/share/f8e5890ab51f4ba7a7e8288fce900978
I’ll release an update tommorow. Will you able to test it and tell me if you’re issue is still here ?
RegadsHi @moacirsantana ,
thanks for your feedback it’s help. In this case too I’m not able to reproduce your issue : https://www.loom.com/share/f5c39bc219a04f21ae86f75330deae6a
May you can reach your issue to our support ? They can access to your website and check where the problem come fromRegards
Hi @moacirsantana ,
hope you’re fine ? Sorry for the issue you’re facing.
Sorry for the misunderstand, ont the changelog I talk about the switcher from our switcher editor not the switcher added by shortcode.
To be sure you don’t use the visual editor, you just use the shortcode [weglot_switcher] to place your switcher? In this video https://www.loom.com/share/1b2ddee7f5c54a7f92d8f3cab888d9da I try to reproduce your issue but seems I’m not able. Can you make a short video on your side to show me your issue ?
RegardsHi @mikel555 ,
hope you’re fine ? Sorry for the issue you’re facing. I’ll take a look about the issue and fix it for the next release
RegardsHi @singhmc ,
hope you’re fine. Here the the documentation to help you translate your product feed : https://support.weglot.com/article/301-how-can-i-translate-a-product-feed
In your case, using wordpress you’ve to contact our support cause you need them to get your API key to build the translated feed url
Hope it’s help
RegardsHi,
Thanks a lot for reaching out to us! I’m really glad to help you. I’m pleased to send you below the list of the available languages with Weglot.
> https://weglot.com/documentation/available-languages/
We propose a standard Spanish language as you can see in the documentation above. If you need to add another language on your website, you’ll be able to do so by creating a custom language in your project. See in the documentation below how to create a custom language.
> https://support.weglot.com/article/276-how-can-i-create-a-custom-language This feature will allow you to create a custom language from scratch or on another language basis.
Let me know if you need any further information.
Have a nice day,
Regards,Hi @iulia-cazan hope you’re fine ?
Sorry for the issue you’re facing. How do you try to install the plugin ? seems the download fail and missing some file.
Can you try to download it from here : https://wordpress.org/plugins/weglot/ and upload it into the plugin page of wp ?
RegardsRe @ramna95 ,
by default we don’t want to trad anything from the wordpress admin. If you want to do it you can modifiy this file : wp-content/plugins/weglot/src/actions/front/class-translate-page-weglot.php and replace the line 89 to 91 by this code :if ( Helper_Is_Admin::is_wp_admin() ) { return; }
Be aware that it’s not the normal Weglot behavior and you’ve to maintain this update on your side (if you update the plugin it should reset your modification)
RegardsHi @banijadev ,
we’ve contact wp-hive to have more information about the issue they identify cause but we’ve have no answerRegards
Hi,
the code should work for all. Even you don’t use any caching plugins, other user may have browser caching. They had to refresh it 😉
RegardsHi,
can you try this code :.country-selector.weglot-dropdown .wgcurrent:after {
top: 7px;
right: 5px;
width: 27px;
height: 19px;
}here a quick video to show you the result : https://www.loom.com/share/28f69148d70b477cbaa9598c14219db9?sid=596e9e4c-318b-42a1-a1b6-902371fd0640
Hope it’s help
RegardsHi @baykanun , hope you’re fine ?
Sorry for the issue you’re facing.
Yes you can change it. The dropdown icon is an image locate here : wp-content/plugins/weglot/dist/images/wgarrowdown.png.
Yoy can modify this image but I think the best solution is to create a new on and modify your css with this rule :.country-selector.weglot-dropdown .wgcurrent:after{
background: url('path of your own dropdown image') no-repeat;}
Another way is to change this rule with abackground: none;and use an icon from font-awesome if you have it on your website
Hope it’s help
RegardsHi @ramna95 ,
hope you’re fine. For the moment is not possible, Weglot don’t translate page from wp-admin. I’ll reach the feedbacks to the team and get you in touch if we change that
RegardsHi @fburatti ,
thanks again for your help! It works good, I’ve put small update (check if the languages is not empty). I check to adapt the code into the plugin. About the url excluded from the translation you can use getForLanguage($lang, true) instead of getForLanguage( $lang )
Regards