Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Change Vendor Banner Slider Animation?
- This topic has 2 replies, 2 voices, and was last updated 4 years, 7 months ago by Henriette.
- AuthorPosts
- April 20, 2020 at 10:54 am #120823HenrietteParticipant
Hi,
Right now the vendor banner slider does not ‘slide’ the images. They are just changing quite fast from one to another.
I would like to have the possibility to let banner images really slide in from right to left with a little bit more delay than 1s which is set right now in css.Maybe this is possible with code for functions.php or otherwise with css?
Right now the css for the slider is:
<div class="wcfmSlides wcfm_slide_fade" style="display: block;">
and:#wcfmmp-store .wcfm_slide_fade { animation-name:fade; animation-duration:1s }
Thank you.
- April 20, 2020 at 12:12 pm #120861Sarmistha ChakrabortyMember
Hello,
To changing effect of slider is not possible. You can adjust the slider delay time,
add_filter('wcfmmp_slider_banner_delay',function($delay){ return 10000; });
Add this code in your theme’s functons.php
Thanks.
- April 20, 2020 at 1:03 pm #120888HenrietteParticipant
Works like a charm.
Thank you very much!
- AuthorPosts
- You must be logged in to reply to this topic.