I recently purchased avia feedback box and have had no success in getting it working...
I am experiencing exactly the same issues outlined in the following thread by Jim...
<a href="http://www.kriesi.at/support/topic/avia-feedback-add-comments-and-info-problems</a>
As the implementation resides internally inside an intranet it is not internet facing... As such I use the following code in my function.php file to call jquery;
if ( !is_admin() ) {
wp_deregister_script('jquery');
wp_register_script('jquery', ("/wp-content/themes/BLANK-Theme/js/jquery-1.4.4.min.js"), false);
wp_enqueue_script('jquery');
}
I can see that the plugin is loading jquery from http://ajax.googleapis.com/ajax/libs/jquery/1.4.0/jquery.min.js and I'm also loading jquery from my local directory...
Could there be a conflict with the two jquery calls being made??? If so, how do I get the plugin working using jquery locally???
Thanks,
Sean.














