Hi,
I think it’s a conflict with another plugin or your theme.
To find out what happens try this:
1.Disable all the plugins except BkNewsticker plugin.
2.If the problem persists, switch to a default ‘twenty-…’ series theme.
If the problem disappears immediately after disabling all the remaining plugins, even before switching to a default theme, use the following steps:
Enable one plugin, check if the problem comes back.
If the problem still doesn’t reappear, disable this plugin and enable the next plugin.
Check if the problem reappears.
Repeat the cycle till the problem reappears.
Unfortunately, not able to solve the issue after trying all recommended hints. I would love to use this plugin, please help!
I solved the issue myself. The instructions on the plugin Settings Page are incorrect. It instruct to paste the following code on the place of your choice inside your page: <?php if ( function_exists(‘insert_bknewsticker’) ) { insert_bknewsticker(); } ?>
The right code is: <?php if ( function_exists('insert_bknewsticker') ) { insert_bknewsticker(); } ?>.
After all, thanks for this excellent Plugin.
Sorry, this forum posting truncated some characters.
The right code is: ‘ <?php if ( function_exists('insert_bknewsticker') ) { insert_bknewsticker(); } ?> ‘
Start the command with ‘'
Sorry, I hope this time it does not truncate the code.
The right code is: <code> <?php if ( function_exists('insert_bknewsticker') ) { insert_bknewsticker(); } ?> </code>
Hi,
I am new to wordpress and i m still having this issue , please give me a hand if possible, i can be contacted via email [email protected]
i am using wordpress 3.9.1
thank you!
William