Viewing 1 replies (of 1 total)
  • Plugin Author Spectacula

    (@spectacula)

    We place our shortcode very late in the running order to avoid nasty interactions with others and it would seem they’re doing the same thing. The only thing I can recommend involves you editing the code:
    You can try changing line 66 of icit-spots.php from
    add_filter( 'the_content', array( $this, 'late_shortcode' ), 9999999 );
    to
    add_filter( 'the_content', array( $this, 'late_shortcode' ), 9996 );
    This should have our shortcode fire before theirs but after everyone else’s.

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with 'CM Tooltip Glossary' plugin’ is closed to new replies.