Do you know why this button is not working. Is there a problem with the parrellax

Do you know why this button is not working. Is there a problem with the parrellax

Hello @VelocityWeb,
Thanks for writing in!
The scroll to bottom button not working could be because of the z-index being behind the other elements on the page. Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-slider-scroll-bottom.below {
z-index: 99999 !important;
}
Please keep in mind that after doing every updates, always remember to clear all caches when updating so that the code from the latest release is always in use. This will help you to avoid any potential errors.
Caching plugins like Hummingbird cache, are best to turn on when you are done building your site.
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.