Since I updated the theme the share text on articles disappeared

Posted in: Newspaper
Post count: 66

My blog is http://desdelaraiz.com

Can you check why the share text doesn’t appear?

Edited: There’s another problem. On the social icons of the top bar, even I chosed white color in the theme panel it stills appears black.

Thank you!

Bernat

  • This topic was modified 8 years by bemibel.
Post count: 20688

Hi,

Check if the text is enabled in the theme panel, it could be disabled
https://www.screencast.com/t/a6vJMZvyZaHS
Regarding the top bar icons, there seems to be an issue specific to the header style you are using. This prevents the color set in the theme panel to be displayed. I will add this on our list. Sorry for the inconvenience.
In the meantime you could use a code like this
https://www.screencast.com/t/6xAJXbaj2sS

.td-header-style-7 .td-header-top-menu .td-social-icon-wrap .td-icon-font {
color: #fff;
}

Thanks

Post count: 66

If you check now, the text now is activated, and you can see the word “Share”, the problem is that I can not change it in the translations menu, and before the update there was no problem changing the text.

I think maybe is a bug of the update? I attach screenshots.

2
Captura

By the way, the problem of the top menu social icons is solved, I changed the code you gave me.

Thank you.

Post count: 20688

Hi,

That would be a different issue, we are aware of it and we will fix it as soon as possible. In the next theme update most likely. In the meantime if you want to set a translated text for the sharing you could do it like this
https://forum.tagdiv.com/topic/update-8-6/
Sorry again for all these inconveniences.

Thanks

Post count: 66

Okey, I changed the text in td_social_sharing.php file and now it’s working fine.

Thank you!

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