Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #663565

    Hi,

    if i use any shortcode in item description, it works and it is showing, but the same shortcode in item title looks like:

    shortcode in description and title
    Screenshot imgur link

    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]

    • This topic was modified 7 years, 9 months ago by emre_unal.
    #663570

    Merhabalar!

    Do you mind creating a temporary admin login and posting it here privately so we can look into it?

    Cheers!
    Yigit

    #663573

    Merhabalar Yigit,

    #663576

    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

    #663583

    Still the same problem yigit

    #663916

    Any news for this issue?

    #663998

    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.