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
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
This looks great.
Is there anyway the arrow can ALWAYS be there on the page instead of on hover only?
Hi,
Sorry for the late reply. What you are requesting will be included in Enfold 5.0.
Best regards,
Rikard
Thanks
When is enfold 5.0 coming out and is there a list of new features that I can see?
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
Hi,
Here you can find a rough overview of upcoming releases:
https://kriesi.at/support/topic/enfold-upcoming-fixes/
Best regards,
Günter