We had the exact same problem, to save yourself a day of pain like we had, you just need to update to the latest version of the plugin to version 4.6.0 which was released on the 15th July
I'm actually working on a project where I have ripped your module appart and made lots of custom stuff on top of it. Have been very nice working with it. I hope I will the time to make a pull request at some point. I might have a couple of improvements and/or extra features.
Sliding transitions not working in Chrome?
Hi,
On my site only the fading transition works in Chrome. Firefox will show whatever transition I choose but Chrome will default to fading every time.
Have you experienced anything like that?
I have modified the slider with extra layer types, but even without these custom layers Chrome is acting weird.
/Rune
We had the exact same problem, to save yourself a day of pain like we had, you just need to update to the latest version of the plugin to version 4.6.0 which was released on the 15th July
Yes. I found that solution as well.
Could'nt write it in the forum, as it was buggy earlier.
Be aware that v 4.6.0 need a few changes in configuration to work.
/Rune
What are these changes?
The biggest change is how you initialize your slider. Befor you could do this:
slider.revolution({...});
Apparently now you need to do it like this:
slider.show().revolution({...});
Also you now need to include an extra JavaScript file:
/rs-plugin/js/jquery.themepunch.tools.min.js
Note that I upgraded from Slider Revolution v 4.5.7
/Rune
Thanks Rune !
I have just updated the documentation with this information.
NP
I'm actually working on a project where I have ripped your module appart and made lots of custom stuff on top of it. Have been very nice working with it. I hope I will the time to make a pull request at some point. I might have a couple of improvements and/or extra features.
/Rune
It would be very cool, maybe I can help you with the merge, just let me know
is working on a reply...