Umberto,
If you still see the whole post, it means there is some CSS which is overriding the default plugin CSS which was supposed to keep it hidden. Can you please send me the URL so i can check and guide you accordingly. I normally don’t use “!important” in my styles, so it’s quiet possible that some other styles are interrupting. I appreciate that you reported it. In case it would require a next version release, i will surely do that too.
Thanks,
Fahad
Thread Starter
ucipri
(@ucipri)
Umberto,
I have just checked this issue closely, you are missing a checkbox from the settings page which will let this plugin use the CSS files called “paged-post.css”. That CSS file is having that class to keep full post hidden on first page. Track it or simply copy/paste to your CSS somewhere.
Line: 132
.entry-content > p > a > span.pagelink,
.jps_full_content {
display: none;
}
Thread Starter
ucipri
(@ucipri)
Hi Fahad,
I added the css and it works, thank you!
Actually i can’t find the checkbox you mentioned. Have a look at the screenshot https://prnt.sc/ndt5hu
Thanks again for your kind help!
Best
See the first checkbox, it’s unchecked.