Responsive Banner slider Bug
- Posted by Olaf Rietzschel (4) Offline
On the Sequence setting the tekst in the transition from slide 3 to 4 is not correct. In the demo this bug is not showing because it is out of viewport but in my test i use it 100% screenwidth so then the div 'slide3' is jumping to the right en there it desolves. I can see the same behavior in the demo. When going from slide 3 to 4 this is occurring. When going from slide 3 to 2 it stays in place and is desolving. You can see in my own url that it is jumping to the right when going from 3 to 4.
5 years 4 weeks ago #1
by Olaf Rietzschel
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5372) Offline
Is it possible for you to provide temporary ftp access to the modules folder so I can try some possible solutions?
5 years 4 weeks ago #2
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Olaf Rietzschel (4) Offline
- Posted by TemplatePlazza (5372) Offline
I have edited some css. Please refresh your browser and check. Don't forget to clear the browser's cache first.
5 years 4 weeks ago #4
by TemplatePlazza
Please Log in or Create an account to join the conversation.
- Posted by Olaf Rietzschel (4) Offline
Tnx, that did the job
.
Can you share which css you changed?
And also another question. How can i turn of the pause on hover action?
5 years 4 weeks ago #5
by Olaf Rietzschel
Can you share which css you changed?
And also another question. How can i turn of the pause on hover action?
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5372) Offline
No problem olafriet;)
property from the classin mod_responsivebannerslider/assets/seequence/themes/style1/css/style.css file
to
5 years 4 weeks ago #6
by TemplatePlazza
I deletedCan you share which css you changed?
left: 600px;.animate-out .slide3To turn off you can change the this line below at line 215 in file mod_responsivebannerslider_nivo/mod_responsivebannerslider.php :And also another question. How can i turn of the pause on hover action?
pauseOnHover: true,pauseOnHover: false,Please Log in or Create an account to join the conversation.