Hey folks – a couple of issues have arisen since the last theme update
– We’re running Enfold 3.0.2
On this page http://www.acmena.com.au/projects/
– the easy slider has stopped working
– the ‘pencil’ icons appear at the top of posts when we don’t want them to (they don’t have featured images).
How do I get the easy slider to work and remove the pencil icons?
Cheers
Hey ShortieD!
Please update Enfold to the latest version 3.0.4 – kriesi.at/documentation/enfold/updating-your-theme-files/
that should fix both issues, if not, please let us know!
Regards,
Yigit
Thanks guys – the slider appears now but how do I get rid of the pencil icons?
Cheers
Hi!
You would set a featured image to your posts for it to display in that area or if you just want to get rid of it completely then add this to your custom CSS.
.avia-content-grid-active .slide-image {
display: none !important;
}
Regards,
Elliott