Hi, I have some problem with the plugin. When I open any post, I have this message:
Failed to load plugin url: https://crealexia.com/wp-content/plugins/clear-floats-button/mce/clear/langs/hu.js
Could you help me?
]]>In Gutenberg (WP 5) the button is only available in “Classic block”.
(My System: WP 5.2.4 German language)
On a fresh loaded page when first adding a new Classic block or first clicking within an existing Classic block I get a red error message “Failed to load plugin url: https://…/wp-content/plugins/clear-floats-button/mce/clear/langs/de.js” which has to be closed manually.
But afterwards the clear floats button is there and works as expected.
I’ve investigated the file path and found no “langs” folder in the “clear” folder.
Please repair your great plugin!
As the “langs” folder seams not necessary for the button to work, you could remove the reference to it in the plugin code.
Or add missing “langs” folder and “de.js” file.
And a second big wish: Please make the clear floats button available in regular Gutenberg blocks like paragraph and list!
]]>Hi,
Thank you for this useful plugin.
I’ve upgraded the plugin to ver.1.1.3. and it gets this PHP notice below now.
Notice: Undefined variable: plugin_name in /wp-content/plugins/clear-floats-button/clear-floats-button.php on line 88
I hope it will be fixed this notice in the next version.
Cheers,
]]>Hi guys, this is one of those must have plugins, really helpful.
However I have noted that this plugin has a javascript conflict with another plugin, that being Web-dorado Photo Gallery. I have already been in contact with them and they have told me that it is your plugin that is causing the conflict.
Now I know I have used this plugin before with the Photo Gallery, but I am 99.9% sure it is related to the latest update as it was then that the issue started.
I hope you are able to fix this issue. If you need access to the site to check and identify the issue please send me a contact email or form I can use to send those details to you.
I have since downgraded to 1.0.10 and it is working again.
Cheers
Greg
]]>Hey,
thanks for your plugin. Do you see a chance to make it configurable either to use “br” or “div” as element which get the clearing?
My use case is that a “br” can be inside a “p” paragraph and clar a floating image there. A “div” will get shifted to “a new line” in the editor and therefore does not clear the floating image inside the “p” element.
Thanks
]]>Hey,
Fist, thank you for creating this very good and handy plugin.
Unfortunately I ran into a duplicate class conflict with this plugin and the (both the free and the pro ) Minamaze theme from ThinkUp themes.
This theme uses a short code that also use the class .diver
This resultes in the unwanted result that on places where I place a “clear div” the webpage shows a diver line on the front page.
I think this conflict can be easily fixed by using a more distinct class name.
E.g. clearfixdivider instead of diver.
Thanks for fixing this tiny issue.
Best regards, Bart
]]>With this plugin enabled, if I add a <div> with an id attribute the id attribute is stripped away by the visual editor:
<div id="foo" class="bar">text</div>
.<div class="bar">text</div>