• Closed
  • Chris C
    Spectator
    May 21, 2014 at 10:14 am #8430

    Hi, when I make a page and put Rev slider on it, the loading sequence is:

    1. header
    2. content and footer
    3. slider (which is below header, and now content and footer gets pushed down).

    This is distracting, and would like the user to see:
    1. header
    2. slider
    3. content and footer

    Is this possible?

    Roman
    Spectator
    Posts: 3147
    May 21, 2014 at 10:38 am #9818

    unfortunately, the slider takes a longer time to load as it loads scripts of revolution slider, this cannot be changed somehow….maybe could use a javascript code which would hide the content and footer for a time while the slider is loaded

    Chris C
    Spectator
    Posts: 10
    May 21, 2014 at 12:20 pm #9820

    is there a way to use css display an html background (maybe on a wrapper or something) so that it would render first (i.e. occupy the fluid space to be filled by slider elements) before waiting for the javascript to parse and throw the various elements into the class?

    I’ve tried using the slider’s background-color and background-image, but it’s still the same – the slider ‘box’ is empty until the element is completely loaded.

    Roman
    Spectator
    Posts: 3147
    May 21, 2014 at 10:01 pm #9822

    what’s your website URL? I would like to see it visually