Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter 10in30Fitness

    (@10in30fitness)

    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

    (@itro)

    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.

    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!

    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 */

    thx! that worked 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcodes?’ is closed to new replies.