-
AuthorPosts
-
August 27, 2014 at 5:03 am #93087
aleksanderlinParticipantHello,
Is it possible to have the revolution slider hide when the animations end. I have one slide with a couple of layers and the entire animation lasts for 7 seconds and a half. I would like for either the slider to hide when it ends (i.e. 7.5seconds) or that it moves from above the masthead to the content. (similar principle to that when the user presses the arrow to go down, however the latter to be an automatic function.)
The current website is here: http://www.sicard.si
When the website loads, the ‘above the masthead’ areas contains the slider with one slide. I would like it to move to the content (with navigation at top and grid in the center) when the slider ends after 7,5 seconds.Thank you,
Aleksander L PAugust 27, 2014 at 9:39 am #93220
Kosher KMemberHi There,
You can hide the slider using jquery,
just add this code below in Customizer -> Custom -> Javascript
(function($){ $('.x-slider-revolution-container.above').delay(8000).fadeOut(500); })(jQuery)Just change 8000 if you want to adjust the number of seconds, 8000 = 8 seconds.
Hope that helps.
Cheers
August 27, 2014 at 12:14 pm #93297
aleksanderlinParticipantHello,
Thank you very much for this expeditious solution. It worked perfectly. Great theme, great support, great comprehensive product.
Thank you again,
Regards,
AleksanderAugust 27, 2014 at 3:28 pm #93446
Kosher KMemberGlad to hear its working.
Cheers
August 27, 2014 at 3:29 pm #93448
MrinalMemberYou’re Welcome Aleksander!
Thank you too for the appreciation. Have a nice day, Cheers!
February 11, 2015 at 8:47 pm #204546
Ray EParticipantIf anybody else was trying this and having trouble, use this code:
(function($){ $('.x-slider-container.above').delay(8000).fadeOut(500); })(jQuery)-Ray
February 12, 2015 at 7:00 am #204923
RubinKeymasterThank you for sharing this with the community!
July 25, 2015 at 10:31 am #340287
rrrsardaParticipantHi ! Thank you ! Is there a way to hide the rev slider when it is below the masthead ?
July 25, 2015 at 10:54 am #340305
ThaiModeratorHi @rrrsarda,
Please try following code instead:
(function($){ $('.x-slider-container.below').delay(8000).fadeOut(500); })(jQuery)Hope it helps.
July 25, 2015 at 11:17 am #340322
rrrsardaParticipantThanks !
July 25, 2015 at 11:55 am #340341
ThaiModeratorYou’re most welcome 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-93087 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
