WPML appearing twice

Posted in: Newspaper
Post count: 100

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

Post count: 35449

Hi,

I think that this problem appear from the settings on the translate button/link.
Where you set the option for translate ?

Thank you!

Post count: 100

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/

Post count: 35449

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!

Post count: 100

EXACTLY! U RULE! THanks a lot!

Post count: 100

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

Post count: 35449

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!

Post count: 100

Thank you my dear, so much. You always make me happy, a lot. <3

Post count: 35449

Hi, I’m glad that I was able to help you!
If there is anything else, let me know!
Have a nice week!

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.