Hi All,
I am trying to get icarousel.js to tun with thesis 1.8 but it will not.
Here is the php to try and get it:-
This is located in custom_functions.php that thesis uses for all pages.
/* icarosel added js and css */
function add_icarousel (){
wp_enqueue_script('icarouseljs','http://www.tmvillage.org.uk/wp-content/themes/thesis_18/custom/icarousel.js');
}
add_action('thesis_hook_before_content_area', 'add_icarousel');
/* icarosel added js and css */
Anyone got any ideas?
Cheers,
John