![]() |
Bootstrap 3 work in the latest version of Code Igniter - 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: Bootstrap 3 work in the latest version of Code Igniter (/showthread.php?tid=62990) |
Bootstrap 3 work in the latest version of Code Igniter - djkaushiksk1 - 09-14-2015 Hi, Can you please help me with an issue. For you it might be very simple. I'm trying to make Bootstrap 3 work in the latest version of Code Igniter but its not working. Can you please send me the steps to do this please. RE: Bootstrap 3 work in the latest version of Code Igniter - wolfgang1983 - 09-14-2015 (09-14-2015, 02:20 PM)djkaushiksk1 Wrote: Hi, What I would do autoload url helper and form helper Make a folder in main directory called "assets" In assets folder create folder called plugins assets > plugins assets > plugins > bootstrap-3.3.5 > dist assets > plugins > bootstrap-3.3.5 > dist > css assets > plugins > bootstrap-3.3.5 > dist > js on head area of header header_view.php Code: <!DOCTYPE html> footer_view.php Code: <script type="text/javascript" src="assets/plugins/bootstrap-3.3.5/dist/js/bootstrap.js"></script> RE: Bootstrap 3 work in the latest version of Code Igniter - wishmaster - 09-14-2015 And setup Firebug, press F12 , pen console and see if your server can download js and css files. RE: Bootstrap 3 work in the latest version of Code Igniter - InsiteFX - 09-15-2015 Bootstrap 3.3.5 works fine in CI 3.0.1 I use it all of the time. These to are both doing the same thing allowing IE browser to work with the attributes, only use one of them. html5shiv respond |