Hi,
I sent you a mail around a week ago - maybe a spam filter blocked it?
1) I'm sorry but I couldn't find any js conflict. I investigated the website with Firebug and the console didn't show any errors or warnings. Thus I can't say why the plugin(s) are not working.
2) The cufon issue isn't related to a js conflict but you simply need to apply it to standard headlines too. Open up abundance\includes\admin\register-styles.php and replace:
array(
'elements' => '.cufon_headings',
'key' => 'cufon',
'value' => avia_get_option('font_heading')
),
with:
array(
'elements' => '.cufon_headings,h1,h2,h3,h4,h5,h6',
'key' => 'cufon',
'value' => avia_get_option('font_heading')
),
Like I said in the other thread Kriesi enqueues all scripts correctly and he doesn't enqueue any custom jquery ui core scripts, etc. Actually the theme doesn't enqueue or use any js ui core scripts at all.