Title: Slider doesn&#039;t appear
Last modified: August 31, 2016

---

# Slider doesn't appear

 *  [heinelg](https://wordpress.org/support/users/heinelg/)
 * (@heinelg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/slider-doesnt-appear-2/)
 * At [http://tva.shenvalleyonline.com/](http://tva.shenvalleyonline.com/) I have
   a slider immediately above the first paragraph of text but nothing displays. 
   Firebug shows the slider and images in the code and the image links are valid
   so individual images can be displayed.
 * Do you have any suggestions?
 * Thanks!
 * [https://wordpress.org/plugins/master-slider/](https://wordpress.org/plugins/master-slider/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Averta Support](https://wordpress.org/support/users/averta-support/)
 * (@averta-support)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/slider-doesnt-appear-2/#post-7121220)
 * Hi,
    Please contact to your theme author and tell him/her your theme generates“
   <p></p>” tags for shortcodes. it should be fixed.
 * Regards,
    Averta Support
 *  Thread Starter [heinelg](https://wordpress.org/support/users/heinelg/)
 * (@heinelg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/slider-doesnt-appear-2/#post-7121244)
 * The theme author spent some time analyzing the problem and suggested this is 
   the real problem:
 * The slider shortcode callback has a <p> tag. The plugin script is not getting
   appended to the page content properly.
 * By default WordPress adds up <p> tag in its content and the plugin must take 
   care of the same.
 * To get more on this, you can refer : [https://codex.wordpress.org/Function_Reference/wpautop](https://codex.wordpress.org/Function_Reference/wpautop)
 *  [enquirer32](https://wordpress.org/support/users/enquirer32/)
 * (@enquirer32)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/slider-doesnt-appear-2/#post-7121264)
 * Can’t get mine to appear either and it seems many have spent a long time getting
   it to do just that.And… it was interfering with something else showing on that
   page and possibly something else I have been troubleshooting for weeks…
 *  [Averta Support](https://wordpress.org/support/users/averta-support/)
 * (@averta-support)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/slider-doesnt-appear-2/#post-7121267)
 * Hi,
    Our Plugin doesn’t generate any additional tags. This problem belongs to
   your theme. Please Put these codes into your theme “function.php”:
 *     ```
       remove_filter( 'the_content', 'wpautop' );
       add_filter( 'the_content', 'wpautop' , 99);
       add_filter( 'the_content', 'shortcode_unautop',100 );
       ```
   
 * You can share these codes with your theme author to use them in their themes.
 * Regards,
    Averta Support

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Slider doesn't appear’ is closed to new replies.

 * ![](https://ps.w.org/master-slider/assets/icon-256x256.png?rev=1638064)
 * [Master Slider - Responsive Touch Slider](https://wordpress.org/plugins/master-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/master-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/master-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/master-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/master-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/master-slider/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [Averta Support](https://wordpress.org/support/users/averta-support/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/slider-doesnt-appear-2/#post-7121267)
 * Status: not resolved