Okay
  Public Ticket #218966
Issue with Nectar Slider in Safari on MacBook Pro Retina
Closed

Comments

  • Mattias started the conversation

    There seems to be an issue with the slider in Safari on MacBook Pro Retina. In Chrome it is crisp and nice but in Safari both text and image are blurry, is this a known issue?

    Cheers
    Mattias

  •  1,070
    ThemeNectar replied

    Hey Mattias,

    this hasn't been reported but I'll gladly look into it and try to see why that might be :)

    Cheers

  • Mattias replied

    That would be great, thanks! :)

  •  1,070
    ThemeNectar replied

    You're welcome :)

  • Marcel replied

    Just want to tell, that I have the same problem with the blurry type, also only in Safari. Have you activated the parallax effect? Because this one is also working in Firefox and Chrome, but not the same way in Safari... In Firefox and Chrome the image is moving when scrolling, in Safari not. Do you have the same problem?

  • Mattias replied

    Thanks for telling us.

    Yes I have the parallax effect activated. It is not moving for me either but I think that is a known issue.

  • Mattias replied

    Why was this ticket closed? Is it resolved?

  •  1,070
    ThemeNectar replied

    Hey Guys! Sorry - tickets automatically close that don't have activity for over a week, it was not intentional. 

    Also, the parallax effect is disabled for Safari due to performance issues with it. If you would like to re-enable it, open the nectar-slider.js file (in the js folder) and delete this line:

     
    if(navigator.userAgent.indexOf('Safari') != -1 && navigator.userAgent.indexOf('Chrome') == -1) { return false; }
    

    Cheers