You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
Hi.
When admin page menu is clicked , the content display on the left un-styled, then jumps to full page and styles. Behaves like html tables rendering yet tables have not been used as major building blocks.
Is is template delay in loading?
The text was updated successfully, but these errors were encountered:
I can't replicate this, is this with a fresh install? What OS and browser are you using? Can you use the google console, or Firfox Inspect to watch the Network tab to see if the main CSS file is loading twice? Each page load it should be cached in your browser.....
Its a fresh install. I haven't edited default or admin themes. When I click permissions, users, system information or any other admin page, it displays un-styled content on the left and within seconds it styles content properly.
What am noticing is that screen.css and bootstrap.min.js are loaded twice each one from default and admin theme directories.
Using WAMP server 64bit on windows 10; php 5.6.25
The only thing I did on my controller, is set my default theme for the front end view.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi.
When admin page menu is clicked , the content display on the left un-styled, then jumps to full page and styles. Behaves like html tables rendering yet tables have not been used as major building blocks.
Is is template delay in loading?
The text was updated successfully, but these errors were encountered: