Problem loading the pages
-
Hi dear support team
I have problem the way that pages loads. I had attached you a video that will explain what’s the problem .
You can download the video here: 5.1 MB
http://uupload.ir/view/uv17_loadingproblem.mp4/
Thanks for helping.
Hi,
This issue comes with Revolution Slider and there is no option to fix it automatically. But as a workaround, you can apply a simple CSS fix as we did on our demo.
1. Add the following CSS class woodmart-main-slider
to your slider as shown on the screenshot http://prntscr.com/jlgxnx
2. Put this code snippet to the slider custom CSS area http://prntscr.com/jlgydq
#woodmart-main-slider_wrapper {
height: 495px;
}
@media (max-width: 1024px) {
#woodmart-main-slider_wrapper {
height:476px;
}
}
@media (max-width: 778px) {
#woodmart-main-slider_wrapper {
height:500px;
}
}
@media (max-width: 480px) {
#woodmart-main-slider_wrapper {
height:600px;
}
}
Regards
Hi
As I checked this Styles was on the slider but it didn’t worked! I replace them again to be sure but no luck.
I have add an id to the slider section in page editor then set the min-height to slider height, it worked for me.
Thanks for your time.
OK, we are glad that you sorted it out. Write us if you will have any extra questions.
The topic ‘Problem loading the pages’ is closed to new replies.