lonnieezell / Bonfire

Jumpstart your CodeIgniter web applications with a modular, HMVC-ready, backend.
http://cibonfire.com
1.39k stars 525 forks source link

Page glitch on admin #1292

Open jkkenzie opened 6 years ago

jkkenzie commented 6 years ago

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?

silverark commented 6 years ago

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.....

silverark commented 6 years ago

Also, have you left the admin css in the head in the admin theme?

jkkenzie commented 6 years ago

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.