Tagged: ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1294320

    Instead of icons, I am using images in my Icon Grid. After updating wordpress, the Enfold theme and all of my plugins, the images in the Icon Grid is not working. What do i do?

    It is on two pages:
    https://www.telman.dk/services/produkter-pakker/
    https://www.telman.dk/services/produkter-pakker/reinvoke-og-ugyldigt-login/

    Can you please acces my site and remove what needs to be removed.
    Best regards Sheila

    • This topic was modified 3 years, 7 months ago by Telmore.
    #1294685

    Hey Telmore,

    Thank you for the inquiry.

    In the latest version, the value of the icongrid title field will be automatically stripped off of html tags, or convert them to text. To alter that behavior, you have to edit the shortcode directly in the enfold\config-templatebuilder\avia-shortcodes\icongrid\icongrid.php file, around line 1888.

    $output .= "<{$title_el} class='av_icongrid_title icongrid_title{$icongrid_title} {$av_title_font_classes} {$title_el_cls}' {$markup} {$title_styling_str}>" . esc_html( $atts['title'] ). "</{$title_el}>";
    

    Remove the esc_html function or look for this part.

    esc_html( $atts['title'] )
    

    Replace it with:

    $atts['title']
    

    Best regards,
    Ismael

    #1294733

    Hi Ismael,

    Thank you, it worked perfectly!

    Best regards Sheila

    #1295043

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1295299

    You are welcome to close it :)

    #1295368

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Problems with Icon grid after update’ is closed to new replies.