Can you check if there is a javascript error in that page?With Firebug or with chrome console
Hi Nicola, no js errors on page. checked with firebug
Can you post an image of the full page?
Hi, it seems that the js is not loaded at all.
Can you check if the link to render it is present?It’s near the end of the html http://take.ms/MIGis
if it’s there can you click it and see what it renders?
Is your admin area under https?
The link is there if i click on it it renders nothing just blanco page
it’s in a dev directory using a theme from woothemes + child theme
ah if i disable the theme it works. I use canvas theme from woothemes. do you know this?
Update: if i remove the functions.php from the childtheme it works. There must be something conflicten with the calender. If you like i can email you the functie.php maybe you see what’s going wrong.
copy here the content of function.php
‘
<?php
/*
Add any custom functions to your child theme here
*/
add_action( ‘woo_header_after’, ‘woo_custom_post_header_image’, 30 );
function woo_custom_post_header_image() {
if ( is_front_page() ) { ?>
<?php echo slider_pro(2, array(“width”=>”100%”, “height”=>300)); ?>
<?php
}}
?>
‘
I really would not know how this is affecting our javascript in the admin side, it seems to be adding a slider on the front page. If you can delete this without causing problem to your theme, delete it
I need it to display the slider correct, but i agree i also don’t see why this is affecting your plug-in