Okay
  Public Ticket #261296
Navigation bar is not working properly on SAFARI
Closed

Comments

  • Thiago started the conversation

    Hi There,

    I placed a ticket yesterday and it has vanished. I cant find it.

    So my problem is, if you click on the link i send attched, you will see a portfolio section that its navigation bar is not working properly on Safari.

    Any of the links in the navigation bar will take you back to the home. And that isnt supposed to happen. On Chrome and other browsers sor far it works fine.

    I don't quite understand what is happening. If the browser is overwriting the theme...

    I was hoping you guys could help me!

    Thank you a lot!

    Best Regards,

    Thiago

  • Thiago replied

    Also, in my navigation bar there is an Inquiry button that is supossed to open in a new window or tab. All is correctly set up in my wordpress, however it doesn work.

    Thank you very much.

    Best Regards,

    Thiago

  •  1,973
    Support replied

    Hi Thiago,

    I see you have a subdomain, just add an extra slash at the beginning of the anchor link in functions.php, line 790

    $attributes .= ' href="' . home_url() . '/#' . $page_post->post_name . '"';

    for the second pb try removing this piece of code from /js/scripts.js

    //Leaving Page Fade Out

    jQuery('a.external').click(function(){

    if( jQuery('.mask').length > 0 ){

    var url = jQuery(this).attr('href');

    jQuery('.mask').fadeIn(250, function(){

    document.location.href = url;

    });

    jQuery("#loader").fadeIn("slow");

    return false;

    }

    });

    Thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Thiago replied

    Thanks for the quick reply!!! And the fix worked....


    I have one more question, my contact form goes all crazy in colour whem a msg is sent......... how do I get ready of these colour please!!!!!!!!!!!!!!

    Best Regards,

  • Thiago replied

    Do I need to change the CSS??

  • Thiago replied

    And it keeps failing , I have done everyhting you mention on the documentation and set all the fields properly.... and it doesn send the email

  •  1,973
    Support replied

    Hi, yes change the styles of 

    div.wpcf7-mail-sent-ok

    and

    plz check with your ISP ti verify why the email is not being sent out

    Thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy