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
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 2 years, 2 months ago by
santiago316.
-
This reply was modified 2 years, 2 months ago by
santiago316.
-
This reply was modified 2 years, 2 months 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