• I have entered the command in my header file as specified, but only this text displays in my header, “[sp_responsiveslider design=”design-1″ cat_id=”2″ width=”1024″ first_slide=”1″ height=”300″ effect=”fade” pagination=”true” navigation=”true” speed=”3000″ autoplay=”true” autoplay_interval=”3000″]”, rather than the actual slider.

    Here is the code I put in to include it:

    	<!--Adds image slider displaying one image at a time with autoplay off-->
    	<div class="headerslider">
    		<?php echo do_shortcode('[sp_responsiveslider design="design-1" cat_id="2" width="1024"
     first_slide="1" height="300" effect="fade" pagination="true" navigation="true"
     speed="3000" autoplay="true" autoplay_interval="3000"]'); ?>
    	</div>

    Let me know what I’m doing wrong or if you need more information

Viewing 1 replies (of 1 total)
  • Plugin Author Anoop Ranawat

    (@anoopranawat)

    Hello,

    cat_id parameter is for the category id of the WP Responsive Header image Slider.

    Do you create any category for the slider, because here, cat_id=”2″ refers to the category id. If you do not have same category id then it will break the short-code.

    e.g. Create category from plugin tab, Responsive image slider-> slider category. and you can see the slider category short-code tab right side and the cat_id.

    Or if you do not want to use cat_id then you can remove the parameter cat_id from the short-code.

Viewing 1 replies (of 1 total)
  • The topic ‘Only Text is showing up’ is closed to new replies.