Title: plugin adding extra  tags after each slide
Last modified: August 30, 2016

---

# plugin adding extra tags after each slide

 *  Resolved [rockytt](https://wordpress.org/support/users/rockytt/)
 * (@rockytt)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-adding-extra-tags-after-each-slide/)
 * Hi – am having some issues with the plugin adding an extra line of code after
   each slide
    <p><!– .mslide –></p> which is causing it to add a lot of extra white
   space on my homepage – anything I can do about this?? [http://contractconnection.net/](http://contractconnection.net/)
 * Thanks for the help!
 * [https://wordpress.org/plugins/meteor-slides/](https://wordpress.org/plugins/meteor-slides/)

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

 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-adding-extra-tags-after-each-slide/#post-6633508)
 * Hi, are you adding the slideshow as a shortcode? Are there any tags wrapped around
   the shortcode? Are you using a custom slideshow template?
 *  Thread Starter [rockytt](https://wordpress.org/support/users/rockytt/)
 * (@rockytt)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-adding-extra-tags-after-each-slide/#post-6633514)
 * Hey Josh – thanks for your reply –
    [meteor_slideshow slideshow=”home”] – that’s
   the only bit on the homepage (content or code)
 * No tags
    No custom slideshow template
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-adding-extra-tags-after-each-slide/#post-6633524)
 * That’s a tricky one. Could you [send me](http://jleuze.com/contact) a login so
   I can take a closer look?
 *  Thread Starter [rockytt](https://wordpress.org/support/users/rockytt/)
 * (@rockytt)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-adding-extra-tags-after-each-slide/#post-6633526)
 * sent to your email address – thanks!
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-adding-extra-tags-after-each-slide/#post-6633528)
 * I took a look and this was a conflict with your theme. The theme was disabling
   the default WordPress content formatting and inserting its own custom formatting.
   I disabled these 4 lines of code in functions.php and it is now working correctly:
 *     ```
       // Remove the 2 main auto-formatters
       remove_filter('the_content', 'wpautop');
       remove_filter('the_content', 'wptexturize');
   
       // Before displaying for viewing, apply this function
       add_filter('the_content', 'pp_formatter', 99);
       add_filter('widget_text', 'pp_formatter', 99);
       ```
   
 * Somehow the theme is also disabling the HTML view of the post editor, I think
   they are trying to deactivate the default views and formatting so that it doesn’t
   break all of their many shortcodes. I would say this is way beyond the functionality
   that a theme should provide.
 * If you deactivate the visual editor in your user profile, the HTML post editor
   will be available to you and that would be a safer way to use your theme’s shortcodes
   without worrying about the content formatting of WordPress and your theme.
 *  Thread Starter [rockytt](https://wordpress.org/support/users/rockytt/)
 * (@rockytt)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-adding-extra-tags-after-each-slide/#post-6633529)
 * Thanks Josh – I really appreciate your going above and beyond on this one! I’ll
   make those changes later tonight – cheers!
 *  Plugin Author [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * (@jleuze)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-adding-extra-tags-after-each-slide/#post-6633597)
 * No problem, glad to help!

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

The topic ‘plugin adding extra tags after each slide’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/meteor-slides_0f131a.svg)
 * [Meteor Slides](https://wordpress.org/plugins/meteor-slides/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/meteor-slides/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/meteor-slides/)
 * [Active Topics](https://wordpress.org/support/plugin/meteor-slides/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/meteor-slides/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/meteor-slides/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Josh Leuze](https://wordpress.org/support/users/jleuze/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/plugin-adding-extra-tags-after-each-slide/#post-6633597)
 * Status: resolved