Hi,
Im using the Catalogue element, nice!
When inserting a button (shortcode) it is not showing / rendering as a button. Instead it shows the shortode code in the front end.
Any idea how to solve this?
Hi hotspot!
Thank you for using Enfold.
This should be fix on the next update. I’ll ask Kriesi to take a look. For now, you can edit config-templatebuilder > avia-shortcodes > catalogue.php. Find this code on line 211:
$output .= "<div class='av-catalogue-content'>{$content}</div>";
Replace it with:
$output .= do_shortcode("<div class='av-catalogue-content'>{$content}</div>");
Regards,
Ismael