hi there
I have downloaded and installed your plugin.
Activated ok
but not displaying on my site
do i need to insert any other code to get the banner to appear?
also how do i customise the CSS for bg colour etc?
many thanks in advance :)
hi there
I have downloaded and installed your plugin.
Activated ok
but not displaying on my site
do i need to insert any other code to get the banner to appear?
also how do i customise the CSS for bg colour etc?
many thanks in advance :)
Hi
You need to check that you have wp_footer() in your theme footer. If not, add:
<?php wp_footer(); ?>
To customise the CSS you'll need to take a look at the plug-in's CSS file and add some rules to your theme's style.css to override the plug-in. When I get round to the next version I'll add some options for colour customisation.
I am having the same problem with the plugin not displaying on 2 of my sites using the Lucid theme from Elegant Themes. I have checked the footer.php and <?php wp_footer(); ?> is there so what else could the problem be?
Here are links to the sites
http://www.homeoffood.co.uk
http://www.homeoffood.com
What version of the plug-in are you using? I can't see its files in the source for the first link you've provided. Is it enabled?
You must log in to post.