lvarnell 0 Report post Posted June 13, 2011 Is there a way to make the feature slider stop moving when an embedded video is played within it. (other than clicking pause on the feature slider) Thanks! Share this post Link to post Share on other sites
JohnMagic 0 Report post Posted June 13, 2011 I`m also interested in any answers on this one. Share this post Link to post Share on other sites
riel 0 Report post Posted June 13, 2011 I'm having the same issue! Share this post Link to post Share on other sites
catrina 103 Report post Posted June 14, 2011 Lynn, John, and Gabriel: Which themes are you all using? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
lvarnell 0 Report post Posted June 14, 2011 Platform Pro Share this post Link to post Share on other sites
Kate 3 Report post Posted June 14, 2011 Hi Lynn, Unfortunately I don't believe that's an option. Share this post Link to post Share on other sites
jayswat 0 Report post Posted June 15, 2011 That is unfortunate. Share this post Link to post Share on other sites
jamesldesign 0 Report post Posted June 23, 2011 I am having the same problem. It doesnt look like it can be fixed the way things are setup (without someone pressing the pause button). However, I think this is an unfortunate oversight as pressing a pause button before watching a video is not how people interact with websites... Share this post Link to post Share on other sites
kalciov 0 Report post Posted July 7, 2011 I would be very interested, too... Any help ? Share this post Link to post Share on other sites
Simon 248 Report post Posted July 7, 2011 Actually is IS an option Although its a bit hidden. You will need platformbase installed. add this to your base functions.php This is assuming the video is in position 3 in the features... `add_filter( 'pagelines_feature_autostop', create_function('', 'return 3;' ));` That will stop the transition on the third feature. Share this post Link to post Share on other sites
kalciov 0 Report post Posted July 8, 2011 woow would be great ! I have WhiteHouse Pro. How can I get Platform base ? Or maybe I only have to add this code line in the feature .php file. My videos will be in Slide 1, I want the feature slider to stop when someone launch the video. I'm not sure if this code line will do that... ? Share this post Link to post Share on other sites
catrina 103 Report post Posted July 8, 2011 Platform is a different theme from WhiteHousePro, so it would have to be purchased separately. I think Simon thought you were using PlatformPro (which includes the child theme, PlatformBase). Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites