- cforms 13.0
- chrome 16.0 / firefox 8.0.1
- wordpress 3.3.1
- backcountryaccess.com
Hello there and many thanks for this great plugin- it came highly recommended!
I just recently installed everything without issue, but when I went to my homepage it duplicated every banner image that we had on the same screen (they normally rotate through).
The following errors were generated by Chrome:
Uncaught TypeError: Object [object Object] has no method 'cycle'
Uncaught TypeError: Cannot read property 'className' of undefined
-
(anonymous function)
-
jQuery.extend.ready
My guess is this has something to do with "Include cforms header data only on specific pages" function, which I set to Exclude ID# 4 (my homepage ID); but to no avail.
I checked out this post: http://www.deliciousdays.com/cforms-forum/troubleshooting/cforms-header-data-on-specific-pages/ and essentially tried to reverse their solution (they wanted just the Homepage to display the header data, whereas I obviously don't) by using this:
if( is_home() && ($onPages=='' || (in_array($page_obj->ID,$onPagesA) && !$exclude) || (!in_array($page_obj->ID,$onPagesA) && $exclude))){ …
Still no dice.
Unfortunately being that this is an issue with the frontpage, I won't be able to use this plugin at all without getting this issue resolved!
Any help would be greatly appreciated.
Thanks,
Dave