• Resolved Duke

    (@dukessa)


    Is this VC add-on compatible with its latest version 6.2, or even 6.1?
    Because it’s not showing up in the list of available modules.

Viewing 1 replies (of 1 total)
  • Thread Starter Duke

    (@dukessa)

    For anyone having the same issue…

    In taxonomy-listing-vc-addon.php replace

    if ( defined( 'WPB_VC_VERSION' ) ) {
    	require_once 'taxonomy-listing.php';
    }

    with

    function custom_load_taxonomy_listing_addons() {
    	require_once( 'taxonomy-listing.php' ) ;
    }
    add_action( 'plugins_loaded', 'custom_load_taxonomy_listing_addons', 9 );
    • This reply was modified 4 years, 6 months ago by Duke.
Viewing 1 replies (of 1 total)
  • The topic ‘Compatible with VC 6.1+ ?’ is closed to new replies.