Title: Plugin is braking other shortcodes
Last modified: August 30, 2016

---

# Plugin is braking other shortcodes

 *  Resolved [Vilyon](https://wordpress.org/support/users/vilyon/)
 * (@vilyon)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-is-braking-other-shortcodes/)
 * Hi,
    There is a problem caused by the plugin, as it moves ‘wpautop’ filter at
   the end of the processing queue and after all the shortcodes are processed. So
   the output of the other plugin’s shortcodes is broken by the unwanted  and <p
   > tags. The code in question is located at the very bottom of the “adamrob-parallax-
   scroll/includes/adamrob-parralax-shortcode.php” file: `remove_filter( 'the_content','
   wpautop' );` `add_filter( 'the_content', 'wpautop' , 99);` `add_filter( 'the_content','
   shortcode_unautop',100 );`
 * Please consider removing these lines and calling the wpautop function directly
   for the your shortcode output text (like `wpautop( $output);`), if you still 
   want to use it.
 * [https://wordpress.org/plugins/adamrob-parallax-scroll/](https://wordpress.org/plugins/adamrob-parallax-scroll/)

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

 *  [WebbieWebbster](https://wordpress.org/support/users/airbornedivision/)
 * (@airbornedivision)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-is-braking-other-shortcodes/#post-6233372)
 * Love this plugin but it’s breaking my page.
    As you say it messes with other 
   plugins.
 * I’ve looked for this code in the file but can’t see it.
 *  Thread Starter [Vilyon](https://wordpress.org/support/users/vilyon/)
 * (@vilyon)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/plugin-is-braking-other-shortcodes/#post-6233378)
 * Sorry for the panic, it seems that the issue is fixed already in the latest version.
   
   I’ve wrote the original message based on the issue in one of my customer’s installations,
   unfortunately I didn’t check the version there.
 * WebbieWebbster, check the installed version and update it if needed.
 *  Plugin Author [adamrob](https://wordpress.org/support/users/adamrob/)
 * (@adamrob)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-is-braking-other-shortcodes/#post-6233687)
 * The code you have referenced is not part of this plugin.
    If you found that code
   in one of the plugin files, someone must have placed it there; hence updating
   the plugin removed it again.

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

The topic ‘Plugin is braking other shortcodes’ is closed to new replies.

 * ![](https://ps.w.org/adamrob-parallax-scroll/assets/icon-128x128.png?rev=1014693)
 * [Parallax Scroll by adamrob.co.uk](https://wordpress.org/plugins/adamrob-parallax-scroll/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/adamrob-parallax-scroll/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/adamrob-parallax-scroll/)
 * [Active Topics](https://wordpress.org/support/plugin/adamrob-parallax-scroll/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/adamrob-parallax-scroll/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/adamrob-parallax-scroll/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [adamrob](https://wordpress.org/support/users/adamrob/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/plugin-is-braking-other-shortcodes/#post-6233687)
 * Status: resolved