Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #607505

    Dear Kriesi,

    I’ve just started using Enfold and it looks like a great Theme. I’ve included the “Content Slider” which is a neat tool. However, two things I couldn’t resolve:
    1) The arrows are automatically on the top right of the slider. I would however need them vertically in the center of the slider and horizontally all to the left (left button) and right (right button). Could you please help me with this?

    2) Is there a way to use the auto-slider and auto-include content from posts?

    Thank you and best,
    Raphael

    #607653

    Hey eKMUch!

    Please try the below CSS in Enfold > general Styling > Quick CSS

    .avia-slideshow-arrows.avia-slideshow-controls {
    	width: 100%!important;
    	position:absolute!important;
    	top: 50%!important;
    	transform: translateY(-50%)!important;
    	width: 100%;
    	z-index:999;
    }
    
    .avia-slideshow-arrows.avia-slideshow-controls .next-slide {
        right: 0!important;
    }

    2) Is there a way to use the auto-slider and auto-include content from posts?

    Please use “Blog post” element in the advanced layout builder. Sliders do not support blogs.

    Best regards,
    Vinay

    • This reply was modified 8 years, 7 months ago by Vinay.
    #608228

    Great thank you!

    #608253

    Hey!

    Glad we could help!

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.