Andymackk
Forum Replies Created
-
Forum: Plugins
In reply to: [Fuse Social Floating Sidebar] Divi Theme front end errorHi – this error has been reported a few times and has been supposed to be fixed many times since.:
From the fuse_social_Sidebar.php file in the root of the Plugin folder
What you have to do to fix this is to change:
add_action( ‘wp_footer’, ‘fuse_social_sidebar’, 100 );
to
add_action( ‘wp_footer’, ‘fuse_social_sidebar’, 1000 );PLEASE fix this for the next version… Thanks ??
Forum: Plugins
In reply to: [HD Quiz] Feature changeThat would do fine – thanks very much
Forum: Plugins
In reply to: [HD Quiz] Warnings on WebpageForum: Plugins
In reply to: [Fuse Social Floating Sidebar] WP admin bar – in fuse social floating sidebarHi Just an update – your recent update wiped out that change and broke the wp admin bar again.
Changing the 100 to 1000 fixes the problem.
I’m only saying, because you were going to add this to your next release.Thanks for a nice plugin ??
Forum: Plugins
In reply to: [Fuse Social Floating Sidebar] WP admin bar – in fuse social floating sidebarThanks – that fix worked for me
Andy
You may be interested to know that this happened to me as well. I had to follow your instructions to get it to work. Just in case its an issue with the plugin.
Thanks
AndyHi,
I have tried this as well, and get the same problem as dukati.
I downloaded the example form, and installed it. The “subscribe” button remains enabled regardless of content. My understanding is that when you open the form (because email1 is blank) then the button should be disabled. Its not – the button is enabled by default when you open the form
Andy