Okay
  Public Ticket #224366
Nectar Slider parallax effect not working in Safari 6
Closed

Comments

  • Guilherme started the conversation

    I thought it was the normal behaviour until yesterday when I tested my site in Chrome, then I saw the beautiful "moving" effect when scrolling. In Safari, nectar slider stays always fixed when scrolling, even choosing the parallax option.

    Salient 4.1.1
    Safari 6.1
    OS X 10.8.5

  •  8,442
    Tahir replied


    Hey Guiherme!

    Can you please provide url. Also are you on Theme Version 4.1.1 . If not please update. 

    Thanks


    ThemeNectar Support Team 

  • Guilherme replied

    Theme version was provided in the first message along with OS and browser versions.

    For the URL, you can check Salient official demo site:
    http://themenectar.com/demo/salient-frostwave/

    If you don't have a Mac, here are some screenshots showing that parallax effect do not work in Safari.

    Chrome (with parallax)
    https://www.dropbox.com/s/uv6pfktwy041h65/Screensh...

    Safari (no parallax)
    https://www.dropbox.com/s/ve0vp5ye25d46nv/Screensh…

    I hope they can fix it in next release.
    Thanks.

  •  988
    ThemeNectar replied

    Hello Guilherme,

    That effect is intentionally disabled in Safari due to performance issues  - Chrome/Firefox/Newer IE's are more capable, but some Safari versions were crippled by the parallax. If you want to enable it on your site just open the nectar-slider.js file located in the js folder and delete this line:

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

    Cheers

  • Guilherme replied

    Hello Nectar,

    Is there a way to replace this function on a child-theme instead of modifying core theme files?

    I have noticed that by disabling the "Smooth Scrolling" the crippled to which you refer disappears. The "Smooth Scrolling" not only affects the Nectar Slider, but all animation effects in Safari.

    Followed your instructions and everything seems to be working with disabled smooth scrolling.

    Cheers!

  •  8,442
    Tahir replied

    Hey Again!

    No i am afraid it is not possible using a child theme. 

    Thanks


    ThemeNectar Support Team 

  • Guilherme replied

    No problem.

    Thanks guys, you're awesome!