mobile version translation

Posted in: Newspaper
Post count: 57

How can I change the translation of the tagDiv Mobile Theme plugin in sections like the single, the next and prev post, and how can I deactivate the “About us” that appears in the footer

Post count: 23312

Hello gpm79,

Unfortunately, I do not exactly understand what you mean regarding on Next and Prev post…about what section do you are referring to? Provide more details, some useful screenshots so I can be able to identify it and also, so I will be able to provide a more accurate response.

If you want to remove the “About Us” from footer section, you should use a bit of CSS code to hide it. Try the code below and place it in Theme panel->Custom CSS Area.

The code is ->

.td-footer-wrap .block-title{
display:none;
}

The result is here -> https://www.screencast.com/t/4tZW5tOaf

Thanks for the message!

Post count: 57

What I want is to change the translation of the version of my site with the tagDiv Mobile Theme plugin

Post count: 22421

Hello,

The mobile theme will pick up the translation from the main theme from the theme panel-> translations section

Thank you!

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