jla00783
Forum Replies Created
-
Forum: Plugins
In reply to: [Bknewsticker] Need help. Posts not scrollingSorry, I hope this time it does not truncate the code.
The right code is:
<code> <?php if ( function_exists('insert_bknewsticker') ) { insert_bknewsticker(); } ?> </code>Forum: Plugins
In reply to: [Bknewsticker] Need help. Posts not scrollingStart the command with ‘
'Forum: Plugins
In reply to: [Bknewsticker] Need help. Posts not scrollingSorry, this forum posting truncated some characters.
The right code is: ‘
<?php if ( function_exists('insert_bknewsticker') ) { insert_bknewsticker(); } ?>‘Forum: Plugins
In reply to: [Bknewsticker] Need help. Posts not scrollingI 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.
Forum: Plugins
In reply to: [Bknewsticker] Need help. Posts not scrollingUnfortunately, not able to solve the issue after trying all recommended hints. I would love to use this plugin, please help!