Hi,
I have just updated Enfold to version 4.7.6.3 and I now experience issues with the icon grid module. I have used the Flip Box-function of the icon grid, and in the title of each element I have added an image. This worked perfectly before the update, but now, on the frontend of the site, the images does not show. It only shows the code to the image.
Hope you can help!
Best regards,
Susanne
Hey Telmore,
Can you please make that account admin so that we can see the page in the editor?
Best regards,
Victoria
Hi Victoria,
Of course! I have made the account admin now :)
Best regards,
Susanne
Hi,
Are there any updates regarding this issue? :)
/Susanne
Hi,
Thank you for the update.
The function esc_html was added in the latest version of the theme. You have to modify the enfold\config-templatebuilder\avia-shortcodes\icongrid\icongrid.php (line 1821) and remove the said function in order to revert to the previous behavior.
$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}>";
Best regards,
Ismael
Hi Ismael,
It worked to the extent that the code is showing frontend. But the images is still not showing as they used to before?
Best regards,
Susanne
Hi,
Did you remove the esc_html function from the shortcode file? Please provide an FTP account so that we can access the server and edit the files when necessary.
Best regards,
Ismael
Hi,
Thank you for the update.
Looks like you’ve removed the whole line, which is why the front title is no longer displaying. We revert the code back and removed the esc_html function.
Best regards,
Ismael
Hi Ismael,
Thank you! Now it seems to work!
Best regards,
Susanne
Hi Susanne,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko