• Resolved Fernando Serer

    (@fserer)


    Hi

    You’ve an error with links in the header not working properly. When you update or save links URL field it’s not showing correctly in the header.

    Line 632 of header.php file has this code

    <a href="<?php esc_url( $link ); ?>">

    but it should have this one:

    <a href="<?php echo esc_url( $link ); ?>">

    Thanks!

    Fernando

Viewing 1 replies (of 1 total)
  • Hardeep Asrani

    (@hardeepasrani)

    Hi Fernando,

    It was reported to us few days ago and we’ve patched it already. The new update should be up soon. Let us know. ??

Viewing 1 replies (of 1 total)
  • The topic ‘Header social icons links not working’ is closed to new replies.