Mobile: Modify text anguage

Posted in: Newspaper
Post count: 16

I didn’t find any options for modifying the text (e.g. ‘latest posts’) on th obile theme.
Same with the ‘trending now’ running text.

Give me a hint, pls.

Greets,
Alex

Post count: 22421

Hello,

The mobile theme translation is common with the main theme translation. Please use this section to translate your content: http://screencast.com/t/y856S457

Thank you!

Post count: 16

Nope. No such string there.
We are searching for “Latest Article” and “About us” for example.

Post count: 22421
Post count: 2

I had translated everything in the theme panel manually and had exactly the same problem with “latest articles”, “about us” etc – they are not being translated into the mobile theme if you do the translation manually in the theme panel. Then I used “load an available translation” option and it was fixed.

Post count: 22421

I will add this issue to our list for further testing. We will investigate and if any issue is found with translations on the mobile theme, we will add a fix for it in the next theme update.

Thank you!

Post count: 9

How can I get rid of those text (like “about us” which is not-clickable and “latest articles”)?

Post count: 6535

HI

Please provide your site url so we can have a closer look and get back to you with a more accurate answer.
Thanks!

Post count: 9

http://ironfactory.pl/
Thanks in advance!

Post count: 23312

Hi MarcinHinz,

Try the code below and place it in Theme panel->Custom CSS area.

@media(max-width:767px){
.td-container .block-title span, .td-footer-description{
display:none;
}
}

Thanks.

Post count: 9

Great! Thanks!
What about big logo on the bottom? Can I hide it too?

I also have to found on this forum thread about featured images. They are not shown in many cases on homepage.

Post count: 6535

Hi

I’ve checked your site and you don’t have any logo in footer, also feature images are displayed fine now: http://screencast.com/t/CgyAuVZa6sxe However I’ve found a js error in browser’s console which seem to be related with theme’s js: http://screencast.com/t/AYROgA1xDsx If you still have the issue with featured images try to deactivate all plugins, clear the caches then test the site again.

Thanks!

Post count: 9

I’ve checked your site and you don’t have any logo in footer,

I mean on mobile.

Post count: 23312

Hi MarcinHinz,

You should try the code below ->

.td-mobile-footer-wrap .td-footer-logo{
display:none;
}

Thanks.

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