Hi,
if i use any shortcode in item description, it works and it is showing, but the same shortcode in item title looks like:
The Item Title i am using was:
Item with shortcode in title[av_font_icon icon='ue800' font='entypo-fontello' style='' caption='' link='' linktarget='' size='40px' position='left' color=''][/av_font_icon]
Merhabalar!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Cheers!
Yigit
Merhabalar Yigit,
Merhabalar,
Please go to enfold/config-templatebuilder/avia-shortcodes/catalogue.php file and find
$output .= "<div class='av-catalogue-title-container'><div class='av-catalogue-title'>{$title}</div><div class='av-catalogue-price'>{$price}</div></div>";
and change it to
$output .= "<div class='av-catalogue-title-container'><div class='av-catalogue-title'>".do_shortcode($title)."</div><div class='av-catalogue-price'>{$price}</div></div>";
If you are using a child theme, please see – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Regards,
Yigit
Still the same problem yigit
Any news for this issue?
Hi,
Please add icon to your page and then update it and inspect elements on your page and then copy HTML of your icon and paste it in title field.
You can also request such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit