• Hello, I am really loving the instant links plugin. I have been using it along side Divi for a while now and it is great.

    That said, we went to install Monarch (Elegant Themes Social Sharing Plugin) and noticed we were unable to load Monarchs settings. After disabling plugins, we narrowed it down to Instant Links. I was able able to get Elegant Themes to verify this aswell.

    That said, the plugin seems to work fine, with instant links enabled. You just can’t configure it. If you disable the instant links plugin, configure Monarch, then enable instant links it seems to be fine, you just can’t configure the plugin while Instant Links is enabled.

    Since everything works on the front end and Monarch is sort of a sit and forget plugin, this isn’t super high priority but would love to eventually see a fix.

    (If needed, I can try and provide you with a testing environment to resolve the issue.)

    Thanks,
    Auston Davenport
    Atlanta SEO Pro

Viewing 1 replies (of 1 total)
  • Plugin Author Kevin Batdorf

    (@kbat82)

    Hi @atlantaseopro

    Do they have a custom setting page that runs on the front end? All I’m basically doing is loading in the script using wp_enqueue_scripts with the key wp-instant-links.js. You could probably do something like this:

    if ($check_that_this_is_a_monarch_page) {
      wp_deregister_script('wp-instant-links.js');
    }

    You would have to contact them to find out how you can reliably check that you’re on a Monarch settings page though.

    Also, what was the indicator that it’s not working? Was the page not loading at all? Were there any error messages?

Viewing 1 replies (of 1 total)
  • The topic ‘Incompatibility with Monarch (from Elegant Themes)’ is closed to new replies.