Tagged: fullscreen slider
-
AuthorPosts
-
December 21, 2022 at 11:55 pm #1377056
direction of fullscreen slider is right to left want it left to right
- This topic was modified 1 year, 11 months ago by 1117111.
December 22, 2022 at 12:09 pm #1377095Hey 1117111,
Thank you for the inquiry.
To change the direction of a fullscreen slider from right to left to left to right, you’ll need to modify the CSS that is being used to style the slider.
Here is an example of how you can do this using the Enfold theme:
1.) In the WordPress dashboard, go to “Enfold > Theme Options”.
2.) Click on the “General Styling” tab.
3.) Scroll down to the “Quick CSS” field and enter the following code:
#top .av_slideshow_full.av-control-default .avia-slideshow-arrows a { left: auto; right: 10px; } #top .av_slideshow_full.av-control-default .avia-slideshow-arrows a.next-slide { left: 10px; right: auto; transform: rotate(180deg); }
This code will change the position of the left and right arrows in the slider so that they are displayed on the left and right sides of the slider, respectively.
I hope this helps! Let me know if you have any other questions or if you need further assistance.
Best regards,
IsmaelDecember 22, 2022 at 9:02 pm #1377154I think I may have not explained this I am wanting the slider here
https://cardhub.ca/ to move from the left side to the right side the fullscreen slider is now moving right to left
want this to auto-start as is no just slide the other directionThanks
December 22, 2022 at 10:40 pm #1377160sorry maybe I am missing something or not understanding
December 24, 2022 at 9:25 pm #1377308Hi,
I believe that you will need to edit the javascript, please see this thread.Best regards,
MikeJanuary 3, 2023 at 9:15 pm #1377511I am not at all getting the results I want. I want 2 things now that I have accomplished with the layer slider but really I feel this should be just as easily done with the fullwidth slider
the direction of the fullscreen slider is right to left want it left to right
I think this should available to all the sliders and am very surprised it is not
Thank you all for your time and have a great New Year :)
January 3, 2023 at 10:36 pm #1377517Hi,
Glad to hear that you have this sorted out, by using the layerslider. Changing the direction is not a feature option in the fullwidth slider, I have submitted this to the Dev Team as a feature request for their review. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts
- The topic ‘direction of fullscreen slider is right to left want it left to right’ is closed to new replies.