Will the Simple Breaks plugin ever be updated?
]]>Makes Visual Editor edit box blank
]]>When I work on the Text tab, I can add [br] and it works beautifully, just as advertised. But when I click on the Visual tab, the edit box is empty – for every page I tried. Then I went into the Simple Breaks settings screen and unchecked all the boxes and the Visual edit box started working again. Hmm…
]]>I’m getting a message in my PHP Error log. PHP Strict Standards notice.
Can you correct this so the error doesn’t keep repeating in my logs?
[04-Nov-2013 14:15:59 UTC] PHP Strict Standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method simple_breaks::add_button() should not be called statically in /home/xxxxxx/public_html/wp-includes/plugin.php on line 429
Thanks,
Gary
Using WP 3.5.1. The supposedly compatible Simple Breaks plugin makes the Visual Editor inoperable. If I disable the plugin, then the Visual Editor works again. I’m using this plugin in lots of sites and love it. But now I fear to upgrade to 3.5.1 on those sites. Help?
]]>thanks for the great plugin.
it was working great until i decided to keep keep wordpress in its own directory and still use the root domain to point to it.
in short i changed site url in setting to my domain only without wordpress directory.
the hr.js is not loading because you hard coded the url to plugin directory. i fixed that like this:
file: simple-breaks.php
edit line 21
from this:
define( "SB_PLUGIN_URL", plugin_dir_url( __FILE__ )."/wp-content/plugins/" . SB_PLUGIN_DIR );
to this:
define( "SB_PLUGIN_URL", plugin_dir_url( __FILE__ ));