CodeIgniter Forums
960gs && CI4 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: 960gs && CI4 (/showthread.php?tid=75770)



960gs && CI4 - bitshifter - 03-15-2020

Past days I played with CI_3.
It played nicely with 960gs.

Now I have changed to CI_4 and get some strange results when I try to apply 960gs on CI.
In particular the 'prefix_x', 'the push_x' and the 'pull_x' css code gets rendered in very strange ways and not as expected.

Are there anywhere some general guidelines how to do markup with CI?


RE: 960gs && CI4 - jreklund - 03-15-2020

No, we don't have any guide to apply html templates. I'm afraid there are nothing* in CI that will break any html framework, as there are no logic in there. Only possible way are that we have changed the name of generating CSS/JavaScript links, and it can break the layout that way.

You should however get rid of 960gs, that's are a thing of the past. It's not mobile friendly, at all.

* May be the debug bar.


RE: 960gs && CI4 - InsiteFX - 03-15-2020

Bootstrap 4.4.1 

Bootstrap 4


RE: 960gs && CI4 - bitshifter - 04-22-2020

Hey

yeah, you put my nose on something I took an eye on already years ago...
I'm usually more on the 'application programming side' and less into css, sass, html and stuff.

But I checked it out the past days.
It's amazing what work has been done in the past 10-15 years bro.

I like it a lot, thanks for this one.


Cheers

Gee