No gap after second paragraph

Posted in: Newspaper
Post count: 16

hi Tagdiv guys,

firstly, thanks for the Newspaper theme, it’s awesome!

Secondly, it appears one of the recent updates has introduced some kind of bug — on some articles there is no gap between the second and third paragraphs. You can see this hereL

https://delimiter.com.au/2015/12/16/truth-the-nbns-two-satellites-will-be-nowhere-near-enough/

Can you guys check this out and let me know what’s going on, and how to fix it?

Kind regards,

Renai

Post count: 23312

Hello renai42,

I have checked your website and I notice that you have an empty paragraph in your article, like this -> http://screencast.com/t/vrJzIhfAisLB You can re-edit your article from the panel and remove this paragraph or you can try a bit of CSS and add it in Theme panel, like this -> http://screencast.com/t/ubZbTkEHjXZ

.td-post-content p:empty {
display: block;
}

The result -> http://screencast.com/t/rR30cQmn

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 16

Thanks for your response!

I edit articles in WordPress in HTML view. I have checked the HTML in those articles in the WordPress CMS and cannot find the extra paragraph of which you speak. In addition, these articles were previously fine — the gap only disappeared when I upgraded the Newspaper theme recently to the latest version.

Would you have any idea of what is causing this? Is it something you’re seeing on other sites which use Newspaper?

Cheers,

Renai

Post count: 23312

Hello renai42

In this case, depends from which version you have done the update. This CSS comes from the theme and has the role to give display:none for any empty paragraphs. Please ensure that you did not have any empty paragraph in your article…check your TEXT editor from the panel -> http://screencast.com/t/8j9b5oQNZ and looking for these tags

. This problem you can resolve with the CSS that I gave you above and if you not found this you can send us an email at contact@tagdiv.com with your log-in information so we can further inspect the page set up. Please copy/paste this link in the e-mail so we can know who are you and what the issue is.

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 16

OK, no worries, appreciated. That CSS does fix the issue — cheers, much appreciated. I’ll let you know if any further assistance needed.

Cheers!

Renai

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