• Your plugin rocks. For real. It is awesome.
    If you are using Visual composer, you will have a clever icon to add easily carousels to your page, trough jscomposer (visual composer)
    But … you will have to add to your functions.php this code to load scripts and style, because the plugin does not detect it and the carousel will never start or show.
    The code is:

    add_filter('carousel_slider_load_scripts', 'carousel_slider_load_scripts');
    function carousel_slider_load_scripts( $load_scripts ) {
        return true;
    }

    Thanks again for this awesome plugin.

    • This topic was modified 7 years, 1 month ago by masterbip.
    • This topic was modified 7 years, 1 month ago by masterbip.
    • This topic was modified 7 years, 1 month ago by masterbip.
  • The topic ‘Carousel Slider + Visual Composer’ is closed to new replies.