Home Forums WoodMart support forum Problem loading the pages

Problem loading the pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #58902

    oxinchannel
    Participant

    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.

    #58907

    Artem Temos
    Keymaster

    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

    #59076

    oxinchannel
    Participant

    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.

    #59088

    Artem Temos
    Keymaster

    OK, we are glad that you sorted it out. Write us if you will have any extra questions.

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Problem loading the pages’ is closed to new replies.