Viewing 6 posts - 1 through 6 (of 6 total)
  • #21270
    repeter
    Member
    Post count: 41

    Hello,

    is there a way to switch off the auto sliding feature if i use the standard slide option for thumbnails and detail?

    Thank you.

    #21472
    Melanie – SUPPORT
    Member
    Post count: 11032

    I’ll have to ask another support staff for that, I am not sure about that. Cheers

    #21473
    repeter
    Member
    Post count: 41

    Thank you!!

    #21594
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you rephrase your question? I didn’t get your question.

    Thanks,
    laranz.

    #21692
    repeter
    Member
    Post count: 41

    Hello.

    The portfolio posts with a slideshow shouldn’t slide automatically.

    http://suicycle.menschlabor.info/galerie/

    Just by clicking the buttons.

    Thank you.

    #21831
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Try this open up js/functions.js go to line 727 you find something like this..

    thumb: function() {
    			jQuery('.thumb-slider').flexslider({
    				animation: "fade",              //String: Select your animation type, "fade" or "slide"
    				slideDirection: "horizontal",   //String: Select the sliding direction, "horizontal" or "vertical"
    				slideshow: true,	//Boolean: Animate slider automatically
    				slideshowSpeed: 6000,           //Integer: Set the speed of the slideshow cycling, in milliseconds
    				animationDuration: 600,         //Integer: Set the speed of animations, in milliseconds
    				directionNav: true,             //Boolean: Create navigation for previous/next navigation? (true/false)
    				controlNav: false,               //Boolean: Create navigation for paging control of each clide? Note: Leave true for manualControls usage
    				keyboardNav: false              //Boolean: Allow slider navigating via keyboard left/right keys
    			});
    		}

    Try to change the slideshow from true to false.

    Let me know, what you got.

    Thanks,
    laranz.

Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register