• Hi Sayful,

    I recently discovered that the image carousel does not work properly when inserted in the template code and initialised with do_shortcode. Both owl-carousel-js and carousel-slider-js are not loaded. I don’t really know where this comes from.. when I enqueue both script, it works as expected.

    Best regards,
    WBW

Viewing 1 replies (of 1 total)
  • You can solve it by adding the following code to functions.php.

    add_filter('carousel_slider_load_scripts', function () {
        return true;
    }, 9999);
Viewing 1 replies (of 1 total)
  • The topic ‘Issue with do_shortcode’ is closed to new replies.