Hi,
Slider shortcode not playing. It works, but it does not autoplay. I have supplied an example below. Have I customized correctly? Looking through the documentation, it is not clear whether it is...
Seems not all Themler shortcodes are parsed inside Shortcode control block ?
For instance columns shortcode.
I know it can be bypassed by inserting custom widget area and putting all shortcodes...
Hi,
I added shortcodes to my Drupal site but nothing happened, I can see the pure code instead of the "result".
I simply added them to a content as described here:...
Functions.php, or functions.php inside a plugin (better solution for working with Themler):
/**
* Function to allow for HTML in widget titles
* usage:
* icon-adjust Widget Title Name
*/
add_filter(...
You already have own shortcodes.
If we could put them inside templates it would open unlimited set of new possibilities:
do_shortcode('');
Widgets in tabs.
Widgets in accordions
Other collapsible...
Hi,
We've found that some users copy HTML from Themler to CMS content.
Please remember that you can use Shorcodes in Wordpress and Joomla Content.
Shortcodes format is described in...