Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1239489

    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

    #1240320

    Hey Telmore,

    Can you please make that account admin so that we can see the page in the editor?

    Best regards,
    Victoria

    #1240638

    Hi Victoria,

    Of course! I have made the account admin now :)

    Best regards,
    Susanne

    #1241641

    Hi,

    Are there any updates regarding this issue? :)

    /Susanne

    #1242046

    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

    #1242068

    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

    #1242812

    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

    #1242877
    This reply has been marked as private.
    #1244140

    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

    #1244197

    Hi Ismael,

    Thank you! Now it seems to work!

    Best regards,
    Susanne

    #1244249

    Hi Susanne,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Issues after updating to Enfold 4.7.6.3’ is closed to new replies.