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
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
Hi Ismael,
Thank you, it worked perfectly!
Best regards Sheila
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
You are welcome to close it :)
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon