Title: Shortcodes?
Last modified: August 21, 2016

---

# Shortcodes?

 *  Resolved [10in30Fitness](https://wordpress.org/support/users/10in30fitness/)
 * (@10in30fitness)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/shortcodes-34/)
 * Looks very promising but it appears that shortcodes do not work in the editor.
   I use a shortcode to hide the popup from mobile phones and another shortcode 
   to play the videos. (currently using xyz popup but it doesn’t allow excluding
   individual pages)
 * [http://wordpress.org/extend/plugins/itro-popup/](http://wordpress.org/extend/plugins/itro-popup/)

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

 *  Thread Starter [10in30Fitness](https://wordpress.org/support/users/10in30fitness/)
 * (@10in30fitness)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/shortcodes-34/#post-3743808)
 * Also, why is the editor window so small? Perhaps it would fit better underneath
   so it can be full width. I want to use the buttons of Ultimate Tinymce but they
   are hidden to the right.
 *  Plugin Author [ITRO Team](https://wordpress.org/support/users/itro/)
 * (@itro)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/shortcodes-34/#post-3744062)
 * Hello, sorry for late answer. The editor window is small for a compact user interface.
   For now use the full width view to see all editor buttons.
    Sorry no shortcode
   integrated for now. Due to low donation will be released a “pro” version at a
   very low price with many other features.
 *  [sdk](https://wordpress.org/support/users/sdk/)
 * (@sdk)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/shortcodes-34/#post-3744198)
 * Is there any way for me to make shortcodes work? maybe i can add some code? If
   you point me in the right direction that would be awesome! I really love your
   plugin and would like to continue using it… but if we can’t have shortcodes than
   i’m afraid my client will no donate to the plugin and we will need to move to
   another…
 * thanks!
 *  [Nick Ciske](https://wordpress.org/support/users/nickciske/)
 * (@nickciske)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/shortcodes-34/#post-3744202)
 * To enable shortcodes in the popup:
 * Edit **/itro-popup/templates/itro-popup-template.php**
 * Change this line:
 *     ```
       echo str_replace("\r\n",'',$custom_field); /* return the string whitout new line */
       ```
   
 * To this:
 *     ```
       echo do_shortcode(str_replace("\r\n",'',$custom_field)); /* return the string whitout new line */
       ```
   
 *  [sdk](https://wordpress.org/support/users/sdk/)
 * (@sdk)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/shortcodes-34/#post-3744207)
 * thx! that worked 🙂

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

The topic ‘Shortcodes?’ is closed to new replies.

 * ![](https://ps.w.org/itro-popup/assets/icon-256x256.png?rev=2875939)
 * [ITRO Popup Plugin](https://wordpress.org/plugins/itro-popup/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/itro-popup/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/itro-popup/)
 * [Active Topics](https://wordpress.org/support/plugin/itro-popup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/itro-popup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/itro-popup/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [sdk](https://wordpress.org/support/users/sdk/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/shortcodes-34/#post-3744207)
 * Status: resolved