• Resolved Lolenska

    (@argamanne)


    Hi there !

    since I installed the useful WP SVG icons, Hustle is not impossible to use !
    There is a conflict between both, and it appears on Hustle (WP SVG incons plugin works perfectly).

    Screenshots :
    https://ibb.co/0JS5b9Z
    https://ibb.co/d7xMNdt

    Please could you advice?
    This is really disturbing for black friday,

    Thank you so much, have a nice day,

    Laura

Viewing 1 replies (of 1 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hello @argamanne

    I hope you’re well today!

    We’re already aware of the issue and our developers already tried to get in touch with WP SVG Icons developers so we could fix that compatibility together. I don’t have an ETA but hopefully they’ll be able to solve that.

    Meanwhile, there’s a workaround that should let you use both plugins. To apply it to the site, please add this code to the site as MU plugin:

    <?php
    add_action( 'plugins_loaded', function() {
    	$page = filter_input( INPUT_GET, 'page' );
    	if ( false !== strpos( $page, 'hustle' ) ) {
    		remove_all_actions( 'media_buttons', 999999 );
    	}
    } );

    To do so:
    – create an empty file with a .php extension (e.g. “hustle-svg-icons-fix.php”)
    – copy and paste the code into it
    – upload it via FTP to the /wp-content/mu-plugins folder of your WordPress install (if there’s no “mu-plugins” folder directly inside “wp-content”, just create empty one first).

    This should work out of the box and let you use both plugins at the same time.

    Best regards,
    Adam

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with WP SVG icons / Hustle impossible to use’ is closed to new replies.