Shortcodes inside the columns does not work

eCommerce WordPress theme to create online shop with WooCommerce support
GK User
Sat Feb 25, 2017 9:45 am
Hello!
Shortcodes inside the columns does not work.
For example:
Code: Select all
[columns]
[column][numblock num="NUMBER" style="1"]
11111
22222
33333
[/numblock][/column]
[column]Content for the second column[/column]
[/columns]

Previously it worked fine.
User avatar
Fresh Boarder

Joshua M
Sun Feb 26, 2017 9:14 pm
Hi,

Nested shortcodes will not work. You can use the html syntax instead for your second shortcode (text editor):
Code: Select all
[columns]
[column]
<p class="gk-numblock" data-style="style1"><span>01</span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam quis risus eget urna mollis ornare vel eu leo. </p>
[/column]
[column]Content for the second column[/column]
[/columns]
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.