Yeah Chris, but plugin doesn’t work well 🙂 The theme needs custom modifications so the auto load next post plugin ll be able to work smooth and fine. So we are waiting for the dev team to embed this feature to the theme 🙂
i do not own this website, i gave just an idea for the dev team to implement the feature that 95% of theme users need as soon as possible!
Here is a working version of auto load next post with Newspaper theme.
https://www.autoblog.gr/2017/04/17/mercedes-amg-a45-vs-volkswagen-golf-r/
Yes we need this!
Solved. Thank you for your kind support.
Problem still exists. Tried fresh installation, reset everything @ database and still problem exists. When i change theme to wordpress default theme all works fine.
URGENT – email sent! thank you in advance!
Hm… On some devices like iPad it doing it again.
Solved!
Do we have any other solution until you fix that issue ? Earlier version of newspaper maybe ?
Do we have any news with that issue ? I need a solution as soon as possible – my client finds that css issue dissapointing :/
Worked awesome. Thank you!
Solved.
Is this possible with CATEGORY ?
Something like
.categoryid-xx .td-g-rec-id-content_top, .postid-32766 .td-g-rec-id-content_bottom{
display: none;
}
Same problem here! After the latest update the site is REALLY SLOW!
Any ideas ?
//add the top ad
if (td_util::is_ad_spot_enabled(‘content_top’) and is_single()) {
$content = td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘content_top’)) . $content;
}
//add bottom ad
if (td_util::is_ad_spot_enabled(‘content_bottom’) and is_single()) {
$content = $content . td_global_blocks::get_instance(‘td_block_ad_box’)->render(array(‘spot_id’ => ‘content_bottom’));
}
here i want to EXCLUDE one CATEGORY ID
same here!
Awesome! Solved!
Any ideas ?
Yeah – i have the date enabled that i wanna do is to display not only the date of the post but also the time that the post posted !
