Hello,
I have noticed that when any shortcode is used inside the square brackets of an avia shortcode such as [av_button], the functionality breaks. Is there a way i can change the markup or anything else to get this to work?
Screenshot: https://www.dropbox.com/s/mt66xz68zt9vlrt/shortcode_inside_button_shortcode.png?dl=0
Thanks and kind regards
Jason
Hi Jason!
What’s the exact code your using?
If your nesting shortcodes inside each other like so then it might work, depending on the shortcode.
[shortcode1]
[shortcode2][/shortcode2]
[/shortcode1]
If it’s something like this where your nesting a shortcode inside a value then it’s not going to work.
[av_button link = "[shortcode1]"]
Cheers!
Elliott
Hi Elliott,
this indeed seems to be a limitation we currently can’t work around. Thanks for your explanation.
Kind regards
Jason