Note that there are some explanatory texts on larger screens.

plurals
  1. POFour div areas not loading at the same time
    primarykey
    data
    text
    <p>I am building a website on wordpress, where it has four div areas (please check the first image), and contents are:</p> <ol> <li>AREA-1: it's loading plain text content directly from html codes.</li> <li>AREA-2: it loads 4 posts with thumbnail images from category-1, and showing as a slider.</li> <li>AREA-3: it also loads 4 posts with thumbnail images, but from category-2, and showing as a slider.</li> <li>AREA-4: it loads a contact form with 4 fileds using Contact Form-7 plugin.</li> </ol> <p><img src="https://i.stack.imgur.com/sviNg.png" alt="this is after the page fully loads"></p> <p>Now the problem is, while the page is loading, AREA-1 and AREA-4 loads fast and visible without AREA-3 and AREA-4, which looks much odd. This is how it looks like while the page is loading (following image):</p> <p><img src="https://i.stack.imgur.com/xVGNh.png" alt="this is how it looks like when page is loading"></p> <p>How can I fix this problem please? I want to load them all-together. There is a large image slider (on top) with four images on the page as well. So using onload event for area-1 and area-4 will cause area-2 and area-3 load faster. And if I use onload for all the areas, then page will remain empty, while all the slider images will load. They are much large image, and it will not look good. So is there any way to load all the 4 areas to load at the same time, doesn't matter if the image slider (on top) is fully loaded or not? I am not much good with javascript. So any help will be really appreciating.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload