• Resolved cargarm3

    (@cargarm3)


    We are trying to make this pluggin work with the pluggin WordPress File Upload Pro plugin – Iptanus but when we select the .JS combination, it fails.

    We have tried with this code :

    add_filter( 'sgo_javascript_combine_exclude', 'js_combine_exclude' );
    function js_combine_exclude( $exclude_list ) {
    	$exclude_list[] ='wordpress_file_upload_script';
    
        return $exclude_list;
    }

    but does not work.

    Can you help us?
    If not, is there any way to exclude the .Js / .css combination on some page?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Hristo Pandjarov

    (@hristo-sg)

    SiteGround Representative

    That’s probably not the right script handle. Please, contact your plugin developers to provide you with the right handler to use and exclude it. Then it will work as intended. Make sure that it is not failing because of another script it depends on.

Viewing 1 replies (of 1 total)

The topic ‘Compatibility with WordPress File Upload Pro plugin – Iptanus’ is closed to new replies.