• Resolved ucipri

    (@ucipri)


    Hi man, I ve just purchased your plugin and it is great.
    I have only one problem: if i select the option “Display full content on first page as hidden?”, i still see the whole post without break. Can you help me?

    Best,
    Umberto

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Fahad Mahmood

    (@fahadmahmood)

    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)

    Hi Fahad,
    here the url:
    https://www.studentifuori.it/5-consigli-per-poter-dormire-mattino-non-essere-in-ritardo/

    Thanks for letting me know!
    Best,
    Umberto

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    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

    Plugin Author Fahad Mahmood

    (@fahadmahmood)

    See the first checkbox, it’s unchecked.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hidden content doesn’t working’ is closed to new replies.