Change Vendor Banner Slider Animation?

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate Change Vendor Banner Slider Animation?

Viewing 2 reply threads
  • Author
    Posts
    • #120823
      Henriette
      Participant

      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.

    • #120861

      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.

    • #120888
      Henriette
      Participant

      Works like a charm.
      Thank you very much!

Viewing 2 reply threads
  • You must be logged in to reply to this topic.