- Posts: 3
- Thank you received: 0
Rotation of the carousel in the opposite direction
7 years 7 months ago #9276
by Julio Ga
Rotation of the carousel in the opposite direction was created by Julio Ga
how can I make the rotation of the carousel be from right to left and not from left to right as default property
thank you very much to who can help me
thank you very much to who can help me
Please Log in or Create an account to join the conversation.
7 years 7 months ago #9277
by Ha Pham
Replied by Ha Pham on topic Rotation of the carousel in the opposite direction
Hi,that’s default rotate of carousel,you can’t change in module setting
Possible to change with css code,you can find with bootstrap carousel horizal rotate right to left in Bootstrap site and add css code in your template style
Possible to change with css code,you can find with bootstrap carousel horizal rotate right to left in Bootstrap site and add css code in your template style
Please Log in or Create an account to join the conversation.
7 years 7 months ago #9278
by Julio Ga
Replied by Julio Ga on topic Rotation of the carousel in the opposite direction
Thank you
I already tried but I did not succeed, I know how
I already tried but I did not succeed, I know how
Please Log in or Create an account to join the conversation.
7 years 7 months ago #9279
by Ha Pham
Replied by Ha Pham on topic Rotation of the carousel in the opposite direction
You can follow step by step with example:
stackoverflow.com/questions/29962585/boo...-slide-left-to-right
stackoverflow.com/questions/29962585/boo...-slide-left-to-right
The following user(s) said Thank You: Julio Ga
Please Log in or Create an account to join the conversation.
7 years 7 months ago #9280
by Julio Ga
Replied by Julio Ga on topic Rotation of the carousel in the opposite direction ¡¡¡¡Solved¡¡¡¡¡
Thanks
in the File jquery.carousel.js with this route
\modules\mod_otclientlogosscroller\assets\js\jquery.carousel.js
change the text ...|button|css|first|next|... by ...|button|css|first|prev|...
It works perfect
in the File jquery.carousel.js with this route
\modules\mod_otclientlogosscroller\assets\js\jquery.carousel.js
change the text ...|button|css|first|next|... by ...|button|css|first|prev|...
It works perfect
Please Log in or Create an account to join the conversation.
7 years 7 months ago #9281
by Ha Pham
Replied by Ha Pham on topic Rotation of the carousel in the opposite direction ¡¡¡¡Solved¡¡¡¡¡
This is carousel's library so maybe have some trouble in use
Recommend not change code in it
Recommend not change code in it
Please Log in or Create an account to join the conversation.
Time to create page: 0.191 seconds