Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #343280

    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?

    #344471

    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

    #346225

    Thanks for the notice, we will add this fix to the next theme version as well (3.03)

    Cheers!
    Kriesi

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Shortcode not working in Catalogue’ is closed to new replies.