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

    (@wpdreams)

    Hi,

    It’s a known issue with a recent visual composer update. I have contacted them about possible solutions.

    Until the upcoming update, please try adding this action code to the function.php file in your active theme directory:

    add_action("asl_before_search", "asl_register_vc_shortcodes", 10);
    
    function asl_register_vc_shortcodes() {
      if ( class_exists("WPBMap") && method_exists("WPBMap", "addAllMappedShortcodes") )
          WPBMap::addAllMappedShortcodes();
    }
    Thread Starter adibranch

    (@adibranch)

    Excellent, that works. Thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Visual composer code in results’ is closed to new replies.