Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
August 26, 2015 at 7:47 pm in reply to: Flexslider blank – ul.slides translate3d is positive instead of negative #207870
I updated to the theme you provide (which has the same version number 2.22). It is still blank with the “Load pre-minified scripts” turned on. But it works turned off.
I currently have pre-min turned off, http://staging.bpg.tv/case-studies/test-mctesting/
I trust you guys know the issue and will have it worked out for the next update. Thanks Ed
August 26, 2015 at 5:32 pm in reply to: Flexslider blank – ul.slides translate3d is positive instead of negative #207831The client wants to launch soon, so I’ll take the update whenever I can get it. Thanks Ed!!
August 26, 2015 at 4:46 pm in reply to: Flexslider blank – ul.slides translate3d is positive instead of negative #207810gracias
August 26, 2015 at 2:02 pm in reply to: Flexslider blank – ul.slides translate3d is positive instead of negative #207695Doh!
Here it is: staging.bpg.tv/backstage
Thanks Rui
August 25, 2015 at 7:24 pm in reply to: Flexslider blank – ul.slides translate3d is positive instead of negative #207405Hey Rui,
I updated the framework to 1.60 and the issue is exactly the same. I did create an admin login for you with my original post. (I don’t see the fields to include it with the reply)Note that this issue is with the flexslider for the galleries in the page content, not the Swift Slider.
ex. http://staging.bpg.tv/case-studies/lifetime/You rock, thank you Ed
I created a function to play the slideshow when its in view, feel free to use and modify it.
$('.flexslider').each(function() { var galleryData = $(this).data('flexslider'); galleryData.flexslider('pause'); galleryData.flexslider(0); $(this).appear(function() { galleryData.flexslider('play'); }); });
You can see it’s effect here: http://staging.bpg.tv/case-study/history-channel/
Please incorporate some function to play the slider when its in view, use mine and add a conditional check for if the slider is set to autoplay.
And please add an option for infinite looping: “animationLoop”
You guys have this set to “false” in the js/functions.js file (line 2970). Can you please make it an option.
Kyle, forget the number of slides. Flexslider has a property for an infinite loop, “animationLoop”
https://github.com/woothemes/FlexSlider/wiki/FlexSlider-Properties
You guys have this set to “false” in the js/functions.js file (line 2970). Can you please make it an option.
Can you please include this as an option to your Page Builder gallery element.
I would hate to have to recode this when its just one variable in flexslider “animationLoop: true”
-
Posted in: We hit Power Elite.