• Hello,

    When I active this plugin in my site the image insert at the post content doesn’t works, I can upload but not paste.

    I found out that problem is with the javascript, your script is breaking the wordpress script

    So I fix it, You need only change the line 559 at file “slidorion.php”. See what I did:

    Before:

    add_action(‘admin_print_scripts’, ‘slidorion_register_admin_scripts’);

    After:

    add_action(‘admin_print_scripts-slidorion_page_slidorion_menu_new’, ‘slidorion_register_admin_scripts’);

    http://ww.wp.xz.cn/plugins/slidorion/

The topic ‘One problem with script’ is closed to new replies.