Okay
  Public Ticket #331768
Weird loading issue
Closed

Comments

  • Mike started the conversation

    Hey there.

    could you have a look at the site? I've encountered a strange loading issue, where the full width containers show up, then realizing they are too small and finally load up again in full width.

    I've also recorded a short reloading process you can have a look at here:

    http://recordit.co/N5TSeexvS3

    Has it sth to do with bwp-minify? Or with the full width background containers?

  • Mike replied

    Little Updater: Must have sth. to do with the js-composer thing. Hardcoded Pages as 'Blog' work just fine... 

  • Mike replied

    New Updater: If I copy paste the resulting code with already computed margin-values of the container i.e.

    	<div id="fws_548593a338170" style="padding: 160px 513px 80px; margin-top: -70px; margin-left: -513px; visibility: visible; background-color: rgb(241, 239, 235);"><div>

    Everything works just fine. No initial reload. So it must be something with the  margin-calculation-process of the full width section. Also I think this issue just is visible in Chrome. Still I would indeed be happy, if you guys could have a look at it.

  •  8,454
    Tahir replied

    Hey!

    Could you try turning off minification in bwp-minify plugin as well as other plugin to check for plugin conflicts. 

    Thanks 


    ThemeNectar Support Team 

  • Mike replied

    Did and found the issue: 

    modernizer.js was moved to the footer by bwp-minify.

    Now it seems to rock. Thx.