Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.
    #1377095

    Hey 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,
    Ismael

    #1377154

    I 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 direction

    Thanks

    #1377160

    sorry maybe I am missing something or not understanding

    #1377308

    Hi,
    I believe that you will need to edit the javascript, please see this thread.

    Best regards,
    Mike

    #1377511

    I 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 :)

    #1377517

    Hi,
    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

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘direction of fullscreen slider is right to left want it left to right’ is closed to new replies.