Post edited 6:55 pm – July 29, 2009 by benkaeding Post edited 7:07 pm – July 29, 2009 by benkaeding
I saw this mentioned in the Multiple Posts thread but figured I had better post it separately as it is a different question/ issue.
I believe I may be experiencing a conflict with other plugin or java script files loaded on my site. I have tried both the Shadowbox and Thickbick. The marque function works but the popup does not. The pop-up does work when I select the Member popup option in the admin area, therefore I do believe it is a conflict with either functions or scripts possibly.
Are there existing settings or options to help work around this?
Don't you hate it when someone posts problems without thoroughly combing the requirements for the specific plugins? So I realized that I did not have the
<?php do_action('wp_footer'); ?>
called in the theme. Just so everyone knows… it is required so that the scripts are properly called on the shadowbox or thickbox plugins.
I think the plugin could use a little more documentation, still. I have not yet figured it all out yet.