Is there any way to remove the animation on the post slider element?
Ex. https://kriesi.at/themes/enfold-2017/elements/post-slider/
When you click on the arrow it goes white before the next section displays.
Hey wp1,
Thank you for your patience, to do this please edit the file \wp-content\themes\enfold\js\shortcodes.js
and look for this around line 200:
$('.avia-content-slider-active', container).aviaSlider({wrapElement: '.avia-content-slider-inner', slideElement:'.slide-entry-wrap', fullfade:true});
and change the last word “true” to “false”
then disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files Then clear your browser cache and any cache plugin, and check.
Best regards,
Mike
Thank you for the reply. That did the trick!