Hi,
Awesome plug in – seriously one of the best i’ve used 🙂
Quick question, I’d like to disable the floating share bar on certain wordpress ‘pages’. Not all, just a few.
I know this feature isn’t currently available via the control panel but can you show me how I can edit the code instead?
In total, I only have about 4 ‘pages’ that I’d like to disable the floating share bar on.
Thanks in advance for any help.
Martin.
Hello,
Thanks for using my plugin. Currently there is no inbuilt option to disable the plugin in certain pages.
But you can edit the file to disable as required.
– Open includes/wpsr-floatingbar.php
– Add the following line after $flag = 0;
if( is_page( array( PAGE IDS SEPERATED BY COMMA ) ) ) return 0;
Thank you.
Great, thanks.
That works a treat!
Get updates on the WordPress plugins, tips and tricks to enhance your WordPress experience. No spam. View newsletter
By using this website, you agree to our Terms Ok