• Resolved adrivall

    (@adrivall)


    Hi, first thanks for your plugin !

    I’ve little question regarding a fonctionnality. Does this plugin works with Oxygen Builder ? I’ll buy the plugin if it does !

    Support Advanced Custom fields (ACF) and Page Builders including Divi, Beaver Builder, WPBakery, Elementor and more.

    Thanks you for your answer.
    Adrien

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    Currently Not…

    hi,

    i just went through this problem and here is my solution : add on frontend/cm-tooltip-glossary-frontend.php line 44 :

    # add by Youdemus
    add_filter(‘do_shortcode_tag’, array(self::$calledClassName, ‘cmtt_glossary_parse’), 9999, 1);
    add_filter(‘do_shortcode_tag’, array(self::$calledClassName, ‘cmtt_glossary_createList’), 9998, 1);
    add_filter(‘do_shortcode_tag’, array(self::$calledClassName, ‘cmtt_glossary_addBacklink’), 10000, 1);

    I don’t know if there is some aftereffect but it seems to work nice on my project.

    Hope you can add it in your next update.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Support of Oxygen Builder’ is closed to new replies.