Tagged: x
-
AuthorPosts
-
July 2, 2016 at 5:47 pm #1069864
yipeedogParticipantCan I delay the appearance of the scroll bottom anchor on a revolution slider above the masthead? Ideally it wouldn’t show up until the slider had been running for a few seconds. Thanks!
July 3, 2016 at 12:37 am #1070095
Rue NelModeratorHello There,
Thanks for writing in! This particular request can only be done by having a custom JS code in your page. Please add the following JS code in the customizer, Appearance > Customize > Custom > Javascript
jQuery(function($){ $(document).ready(function(){ $('.x-slider-scroll-bottom').addClass('fade out'); }); $(window).load(function(){ setTimeout(function(){ $('.x-slider-scroll-bottom').removeClass('fade out').addClass('fade in'); }, 8000); }); });Please feel free to change the 8000 to a higher/lower number. It represents milliseconds and 1000ms is equivalent to 1 second.
Hope this helps.
July 4, 2016 at 3:25 pm #1071954
yipeedogParticipantPerfect! Thank you!
July 4, 2016 at 3:44 pm #1071968
JoaoModeratorGlad to hear it.
Let us know if you need help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1069864 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
