1. REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

showcase images block doesn't slide

Discussion in 'Showcase Support' started by ausrider, Mar 12, 2014.

  1. ausrider

    ausrider New Member Showcase

    Hi,

    I got everything working with showcase and have the "showcaseimages" block in xenporta and images load fine and i get the slider arrows to manually scroll both ways.

    Is there away to automatically make them slide and change the speed they slide?

    Thanks
     
  2. Bob

    Bob Developer Staff Member

    edit template: EWRblock_ShowcaseImages

    look for this towards the top and remove the // on the 3 auto control lines

    HTML:
            $('.sliderNodeListItems').bxSlider({
                //auto: true,
                //autoControls: true,
                //pause: 3000, 
             
                slideWidth: 234,
                minSlides: 1,
                maxSlides: 8,
                slideMargin: 10,
                pager: false
            });
     
    BT012SS and ausrider like this.
  3. Bob

    Bob Developer Staff Member

    pause is in micro seconds, so 3000 = 3 seconds.
     
    ausrider likes this.
  4. ausrider

    ausrider New Member Showcase

    Awesome, thank you so easy! Best Add-on I have, keep up the fantastic work and the support is the best I have had!
     
    Bob likes this.
  5. Bob

    Bob Developer Staff Member

    Some good stuff coming in version 2.0.0 :)
     
    BT012SS and ausrider like this.
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.