Update:
I found a way to fix the problem with the breaklines on the plugin.
Just go the plugins page, find the “Info Box on New Post Page Editor” and choose edit.
Find line:
echo stripslashes(strip_tags($this->options['InfoBox_Text'], '<br/> <b> <h1> <h2> <ul> <li> <ol>'));
And replace it with this one (Note that the only difference is the deletion of the “/” after the br:
echo stripslashes(strip_tags($this->options['InfoBox_Text'], '<br> <b> <h1> <h2> <ul> <li> <ol>'));
For me that solved the issue and now when I want to make a breakline I just use the “<br>
” ??
Hope this helps someone!
Fernando
https://www.ads-software.com/plugins/info-box-on-new-postpage-editor/
]]>Hi! the plugin idea is just what I was looking for. But if you could just fix for example break-lines or add a little simple editor to set bolds, titles, etc. would be enough to use it.
Thanks!
Fernando
https://www.ads-software.com/plugins/info-box-on-new-postpage-editor/
]]>I know this plugin is old but i’ll give this a go:
I’m trying to get a carriage return to show up with my text in the info box. Using br/ does not work, nor does p or any other tag.
Any ideas on how to enter a carriage return?
https://www.ads-software.com/extend/plugins/info-box-on-new-postpage-editor/
]]>I’d like to get this widget ABOVE the post editor.
Currently it appears instead of the update button, and moving it to the top left position I’m not sure it will be remembered for other users.
https://www.ads-software.com/extend/plugins/info-box-on-new-postpage-editor/
]]>