• 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

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
 
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
        });
 
Back
Top