Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hello, First of all thanks for such a wonderful plugin. I am new to WordPress development and had come across your slider plugin and honestly quite liked it. My problem is that I have a default slider in my index.php file which i want to replace it with the slider i created in creative slider. I went over the documentation and tried to add the shortcodes like:

    <?php if(function_exists(‘crellySlider’)) crellySlider(‘main_slider’); ?>

    inside the div where my default slider is present by replacing it with the the above code. But it doesn’t display the slider at all.

    I also tried the default way of calling a shortcode in wordpress with the following code.

    <?php echo do_shortcode(‘[crellyslider alias=”main_slider”]’);?>

    but this too didnt work.
    Please help me.

Viewing 1 replies (of 1 total)