Title: [Plugin: UnPointZero Slider] plugin display issue
Last modified: August 20, 2016

---

# [Plugin: UnPointZero Slider] plugin display issue

 *  [Tanner Moushey](https://wordpress.org/support/users/tanner-m/)
 * (@tanner-m)
 * [14 years ago](https://wordpress.org/support/topic/plugin-unpointzero-slider-plugin-display-issue/)
 * Hello! I just started using your plugin and love it!
 * I did experience a problem with the plugin positioning when using the shortcode,
   the plugin would display above the content no matter where I put the shortcode.
 * I did a little hacking at line 439 on upzSlider.php and found that this fixed
   the problem:
 *     ```
       ob_start();
       include(WP_CONTENT_DIR .'/plugins/unpointzero-slider/Slider.php');
       $output_string = ob_get_contents();
       ob_end_clean();
       return $output_string;
       ```
   
 * I came to this solution from this post: [http://wordpress.org/support/topic/plugin-called-via-shortcode-appears-at-the-wrong-place-on-post?replies=5](http://wordpress.org/support/topic/plugin-called-via-shortcode-appears-at-the-wrong-place-on-post?replies=5).
 * Anyway, thanks for the great work!
 * [http://wordpress.org/extend/plugins/unpointzero-slider/](http://wordpress.org/extend/plugins/unpointzero-slider/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [UnPointZero](https://wordpress.org/support/users/unpointzero/)
 * (@unpointzero)
 * [14 years ago](https://wordpress.org/support/topic/plugin-unpointzero-slider-plugin-display-issue/#post-2773312)
 * Hi Tanner,
 * Thank your for this ! I’ll edit the code on next version :).
 * Happy to see you enjoy the plugin !
 * Feel free to ask if you need something.
 * C ya !

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: UnPointZero Slider] plugin display issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/unpointzero-slider_da7272.svg)
 * [UnPointZero Slider](https://wordpress.org/plugins/unpointzero-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/unpointzero-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/unpointzero-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/unpointzero-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/unpointzero-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/unpointzero-slider/reviews/)

## Tags

 * [display-error](https://wordpress.org/support/topic-tag/display-error/)
 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)

 * 1 reply
 * 2 participants
 * Last reply from: [UnPointZero](https://wordpress.org/support/users/unpointzero/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/plugin-unpointzero-slider-plugin-display-issue/#post-2773312)
 * Status: not resolved