Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1350811

    Hi,
    This is a follow up on a few more customizations from this thread
    https://kriesi.at/support/topic/move-post-slider-arrows-from-hover-to-always-show/

    The section I am referring to is the Post Slider

    1- Is is possible to change the right and left arrows to look more like my mockup? The color and position of the arrows. Also, the arrows should ALWAYS be on the page, not just on hover.

    2- Can I add the dots at the bottom of the section like my mockup?

    mockup – https://ibb.co/Xxs48V3

    dev site – http://balrajt9.sg-host.com/

    Thanks

    #1350984

    Hey navindesigns,

    Thank you for the inquiry.

    1.) Try to use this css code to adjust appearance of the slider navigation.

    .avia-content-slider, .avia-content-slider-inner {
        overflow: visible;
    }
    
    #top .avia-content-slider .avia-slideshow-arrows .prev-slide {
        margin-left: -100px;
    }
    
    #top .avia-content-slider .avia-slideshow-arrows .next-slide {
        margin-right: -100px;
    }
    
    .avia-slideshow-arrows a:before {
        background: transparent;
        color: orange !important
    }
    

    2. Unfortunately, you cannot add the dot navigation to the post slider without modifying the postslider.php file.

    Best regards,
    Ismael

    #1351095

    This looks great.
    Is there anyway the arrow can ALWAYS be there on the page instead of on hover only?

    #1351753

    Hi,

    Sorry for the late reply. What you are requesting will be included in Enfold 5.0.

    Best regards,
    Rikard

    #1351886

    Thanks

    When is enfold 5.0 coming out and is there a list of new features that I can see?

    #1351898

    Hi,

    There is no ETA yet for 5.0 but will be available soon. Unfortunately, we do not have a full list of features and changes yet. We will try to tag @guenter.

    Best regards,
    Ismael

    #1351957

    Hi,

    Here you can find a rough overview of upcoming releases:

    https://kriesi.at/support/topic/enfold-upcoming-fixes/

    Best regards,
    Günter

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