Viewing 1 replies (of 1 total)
  • Plugin Author kavingray

    (@kavingray)

    Hi, You are experiencing “FOUC” – Flash of unstyled content. The issue is highly connection based, as you expected. I recommend a cache plugin such as W3 Total Cache or WP Super cache.

    Otherwise, you can set a constant height with specific css, so that rest of the images are hidden while load, thereby a more acceptable feel. This goes inside Options page -> Styles -> Custom CSS.

    #leaf-311 #wp-tabs-1 {
        height: 280px; /* Adjust the height if necessary */
        overflow: hidden;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP UI – Tabs, Accordions, Sliders] Tab Loading Error’ is closed to new replies.