Issues: show comments homepage, edit language etc

Posted in: Newsmag
Post count: 41

I have a few smaller fixes that needs to be done. I can’t find where to do the changes. Please advice me.

1. On the homepage in the Newsmag demo the comments counts are visible. Nice. How to make the counter visible?

2. On the demo there is a ticker named “TRENDING NOW”. I would like to change that text. Where?

3. I would like to move the logo to the left and also increase the logo area. Where?

4. On a page where I have fit in RSS feeds the RSS Widgets header text is white by default and subsequently against a white background it becomes invisible. Where to change the text color of the RSS Widgets header text?

Post count: 6535

Hi

1. Please make sure that comment counter is enable in theme panel > block settings: http://screencast.com/t/nvV4LpdFk3S
2. You can change that text from theme panel > translation: http://screencast.com/t/aUTsX52ms Just scroll down until you find the text and change it as you need.
3, 4 Please provide your site url so I can have a closer look and maybe I can help.

Thanks!

Post count: 41

Thanks. Now 2 i solved.

1. But lets look at this image. The meta info on blocks/modules is gone!
http://media.newsvoice.se/2016/08/blocksettings.png

3,4: newsvoice.se

5. How to get under scored links back?
http://media.newsvoice.se/2016/08/No-underscore.png

6. Here is the white text invisible. How to change text color for the heading in the RSS Widget? See the blueish marking. I had to add another text box on top to create a heading.
http://media.newsvoice.se/2016/08/text-should-not-be-white.png

Post count: 6535

HI

1. You’re using V 7.1.1 of Newspaper theme and the option I’ve indicated it’s available only since 7.3 Try to update the theme following our documetation: https://forum.tagdiv.com/how-to-update-the-theme-2/ then test again.

3. Try this css in theme panel > custom cod > custom css: http://screencast.com/t/kj2MrhQ0T

.td-header-style-2 .td-header-sp-logo{
margin: 24px 0px 0 0px;
}
.td-header-style-2 .td-header-sp-logo img{
margin-left: 0;
margin-right: 0;
width: 300px;
}

5. Try this css: http://screencast.com/t/dIQSRWDpJH8n

a{
text-decoration: underline;
}

6. I can’t find the rss widget on your site, please provide a link pointing the page where I can see the widget and maybe I can help.
Thanks!

Post count: 41

Thanks for your patience. But concerning point 5. Now all links are underscored including all links on the front page /homepage: http://newsvoice.se/ Is it possible to only have the links within the posts to be underscored?

Post count: 6535

HI

To make only the links from post content underscored replace the above css with this one:

.td-post-content a{
text-decoration: underline;
}

Thanks!

Post count: 41

Thank you Andrei. Now it looks much better. And what is the code for having the same link underscores on pages?

Post count: 6535

Hi

The first css will underscore all links from post and pages. If this is not what you mean please provide more details about what you’re trying to do and maybe I can help.
Thanks

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