Title: Conflicts with editor&#039;s shortcode
Last modified: August 20, 2016

---

# Conflicts with editor's shortcode

 *  [Ravi Kasarla](https://wordpress.org/support/users/kasarlaravi/)
 * (@kasarlaravi)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/)
 * I placed the below code in editor
 * [raw]
 * [one_third][box style=” info-box-notice mh-455″]
    heyyyyyyyyyyyyyyyyyyyyyyyyyyyy[/
   box][/one_third] [/raw]
 * and page renders as like below
 * [one_third][box style=” info-box-notice mh-455″] heyyyyyyyyyyyyyyyyyyyyyyyyyyyy[/
   box][/one_third]
 * if content editor don’t have any short codes then this plugin working fine. If
   we add any short codes then showing issue like above.
 * Please suggest the solution to overcome this issue.
 * [http://wordpress.org/extend/plugins/raw-html/](http://wordpress.org/extend/plugins/raw-html/)

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

 *  [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/#post-3392137)
 * Yep. Found this same problem myself.
 * I fixed it by adding code to the file ../raw-html/include/tag-handler.php
 * at about line 22 before: $tags = array(array….
 * add: $text = do_shortcode($text);
 * Hope this helps.
 *  [fancyfiber](https://wordpress.org/support/users/fancyfiber/)
 * (@fancyfiber)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/#post-3392138)
 * Oops…discovered some oddities with my “workaround” above. Modified the added 
   code:
 *     ```
       if(!is_admin()) {
             $text = do_shortcode($text);
          }
       ```
   
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/#post-3392146)
 * Hello have you tested the latest version?
 * Kind regards
 *  [alturic](https://wordpress.org/support/users/alturic/)
 * (@alturic)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/#post-3392164)
 * I signed in specifically to say Fancy, you’re a life-saver. The latest version
   of WP, with the latest version of RawHTML still has this problems with shortcodes
   I guess. It kept putting [raw] tags around the Quform shortcode. Was pulling 
   my brain out. What would be nice (and easier than playing with code) is if there
   was an option to completely disable raw html per post/page?
 * Just curious if every shortcode is affect by this or just specific ones. Either
   way, good job Fancy!
 *  [mkelly99](https://wordpress.org/support/users/mkelly99/)
 * (@mkelly99)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/#post-3392167)
 * ‘[raw] &bsp; [/raw]’
 * also fails, leaving:
 * ‘[raw] [/raw]’
 * when i bounce back to teh visual editor and to test again.
 * Thanks
 *  [mkelly99](https://wordpress.org/support/users/mkelly99/)
 * (@mkelly99)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/#post-3392168)
 * And this:
 * <!–raw–>   <!–raw–>
 * Leaves this:
 * <!–raw–> <!–raw–>
 *  [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * (@mbrsolution)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/#post-3392169)
 * Hello [@mkelly99](https://wordpress.org/support/users/mkelly99/) have you read
   the following?
 * > The free version only supports the HTML editor. Get the Pro version if you 
   > want to be able to switch between HTML and the Visual editor without WordPress
   > messing up your content.
 * Kind regards

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

The topic ‘Conflicts with editor's shortcode’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/raw-html.svg)
 * [Raw HTML](https://wordpress.org/plugins/raw-html/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/raw-html/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/raw-html/)
 * [Active Topics](https://wordpress.org/support/plugin/raw-html/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/raw-html/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/raw-html/reviews/)

## Tags

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

 * 7 replies
 * 5 participants
 * Last reply from: [mbrsolution](https://wordpress.org/support/users/mbrsolution/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/conflicts-with-editors-shortcode/#post-3392169)
 * Status: not resolved