Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Brian Harris

    (@zgani)

    Hello Plarval,

    Yes that is doable – I can add the option to the plugin but it’ll require some testing first just to be sure there are no side effects.

    Will include the option in the upcoming update due on Monday subject to satisfactory test results.

    Thread Starter plarval

    (@plarval)

    Wonderful! Thank you so much for your time, it is greatly appreciated!

    Plugin Author Brian Harris

    (@zgani)

    Option added to v1.1.5 – please update.

    Thread Starter plarval

    (@plarval)

    Wow! That’s fantastic. Thank you so much. I noticed one issue. When I click on the title of the post, it takes me to a new page with the Post Title, however, the content does not display.

    Plugin Author Brian Harris

    (@zgani)

    Let me have a look in to that and see what the issue is plus get a fix.

    Will get back to you asap.

    Plugin Author Brian Harris

    (@zgani)

    Hello Plarval,

    Figured out the bug.

    In the plugin’s functions.php @line 211 is the code
    if ( is_archive() || is_search() || ! is_home() ) {

    Change that to
    if ( is_archive() || is_search() ) {
    and you should be good to go.

    I’ll commit the changes in the next update.

    Regards,
    Zulf

    Thread Starter plarval

    (@plarval)

    That got it! Thank you very much for your help!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Show Entire Post on Mobile’ is closed to new replies.