Hello, guys, please help me.
So, i got the WPML plugin. When i put on “Link to translate on posts”, the translator link appears twice. How to remove the first one: http://prntscr.com/pmsfu2
Hey, Calin, how are you?
The problem appears when i choose “Show links above posts, offer them in other languages” (http://prntscr.com/pn48a7).
I just want to appear above the post content (and the menu, that is already ok)
But it appear in the beggining of the template http://prntscr.com/pn4745 and https://prnt.sc/pn4a6i
The main page will be: https://www.mixbrasil.org.br/mix/
A sample of post: https://www.mixbrasil.org.br/games/games/
Hi,
Is look that one is set on post and one on cloud template, if you want you can use a custom css like this one -> http://prntscr.com/pncxy8 to remove the translation set on templates.
.page p:first-of-type.wpml-ls-statics-post_translations,
.single .wpml-ls-statics-post_translations
{
display: none;
}
.single .tdb-block-inner .wpml-ls-statics-post_translations
{
display: block;
}
Thank you!
Hello, again, how are you?!
Can you help again with this? I tried this year put that code and didnt work https://www.mixbrasil.org.br/28/categoria/cinema/
Thank you very much
I think that you want to remove the language from category page, if is so, then this code should work -> https://i.imgur.com/ZUGSR9B.jpg
p:first-of-type.wpml-ls-statics-post_translations,
.single .wpml-ls-statics-post_translations
{
display: none;
}
.single .tdb-block-inner .wpml-ls-statics-post_translations
{
display: block;
}
Please check your website after you replace the code.
Let me know if there is something incorrect.
Thank you!
Thank you my dear, so much. You always make me happy, a lot. <3