• Resolved santiago316

    (@santiago316)


    Your plugin is absolutly great!
    Is it possible to show the full content instead of the excerpt? Maybe to change in the plugin files? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pathhan

    (@razipathhan)

    Hi @santiago316,

    Thanks for contacting us.

    Yes, it is possible with file edit, Open the Blog-filter-output.php file go to line number 214, and replace the line with b\elow one

    echo esc_html( stripcslashes( get_the_content())); ?>

    Please try and let us know.

    Thanks

    Thread Starter santiago316

    (@santiago316)

    Cool, than you for helping, we’re in the right section ;-).
    New problem: This line outputs just text with style informations/tags:

    <style> #h5vp65acf6ade47ed .h5vp_video_overlay{ top:10px; left:10px; } .popup_close_btn { display:none }.h5vp_player.popup_close .plyr { display:none }.h5vp_popup_wrapper.popup_close video { display:none }#h5vp65acf6ade47ed video { max-width:100% }#h5vp65acf6ade47ed { border-radius:0px }#h5vp65acf6ade47ed { overflow:hidden }#h5vp65ac 

    … and so on. Any ideas? Again: Thank you so much.

    • This reply was modified 1 year, 1 month ago by santiago316.
    • This reply was modified 1 year, 1 month ago by santiago316.
    • This reply was modified 1 year, 1 month ago by santiago316.
    Plugin Author Pathhan

    (@razipathhan)

    Ok Then, replace it again the line with below one.

    echo esc_html( stripcslashes( the_content())); ?>

    Please try and let us know.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Content instead excerpt’ is closed to new replies.