Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1283404

    Enfold Version: 4.7.6.4
    Wordpress 5.6.2 and lower

    Found in file “image_hotspots.php” at row 576
    $html = substr( $html, 0, $pos + 1 ) . $button . '</div>';

    my quick fix:
    $html = substr( $html, 0, $pos ) . $button . '</div>';

    Best regards, Mischa

    Attachments:
    Before the fix
    After the fix

    • This topic was modified 3 years, 9 months ago by Mischa.
    #1284081

    Hey Mischa,

    Thank you for using Enfold – and thanks for reporting this.

    It is fixed in the next update.

    Enjoy the theme and have a great day.

    Feel free to come back whenever you need any assistance.

    Best regards,
    Günter

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Bug: superfluous character "<"’ is closed to new replies.