iips-dc / iips_website

IIPS website project.
3 stars 2 forks source link

Files in content area do not used bootstrap #5

Closed Ankit-Kulkarni closed 10 years ago

Ankit-Kulkarni commented 11 years ago

Also another issue is the files including in content area are not written in bootstrap format, by that what i mean is first container class and then span classes. so we need to use each of the file in bootstrap format , i.e atleast including the span classes. The current design spreads over the page or screens and we need to make the design fix to look same on every screen.

carousel template for bootstrap

Ankit-Kulkarni commented 11 years ago

The above look was in Ubuntu , google-chrome.

Chitrank-Dixit commented 11 years ago

yes it is the design sometimes gets affected when used with firefox with vertical tabs , also if your firefox or chrome are of older versions then some of the bootstrap features do not work on it.

We can use the table and put slider and Notices and Announcements together in one table row and in another table row put News and Events and Testimonials.

Ankit-Kulkarni commented 11 years ago

Are you pretty sure , I checked the versions of firefox and chrome(all are updated with latest version). No problem with vertical tabs since i rechecked this with other browsers. all broswers tested.

I got the problem.Hakuna Matata.!

Which version of bootstrap css you put in carousel/css folder ? That file do not contain span classes like span2, span3 , span4 and all those.

I think we included the version 3( here is the cdn- http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css) this version do not included the span classes, while the version 2(here is the cdn- http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css) has all those span classes i am talking about.

Thank god its a human issue not browser! Our errors can be fixed but if browser error , who gona solve it...:)

Ankit Kulkarni Indore, India alternate email - ankit.kul1890@iips.edu.in

On Tue, Aug 20, 2013 at 12:11 PM, Chitrank Dixit notifications@github.comwrote:

yes it is the design sometimes gets affected when used with firefox with vertical tabs , also if your firefox or chrome are of older versions then some of the bootstrap features do not work on it.

We can use the table and put slider and Notices and Announcements together in one table row and in another table row put News and Events and Testimonials.

— Reply to this email directly or view it on GitHubhttps://github.com/iips-dc/iips_website/issues/5#issuecomment-22925500 .

Ankit-Kulkarni commented 11 years ago

Here's the simple two solution to this problem.

Either use the bootstrap2.0 file with version 3 locally or via cdn , or edit the current bootstrap file 3.0 to inlcude the span classes.

I better think its better to customize the current bootstrap file first to include span classes, since it is a probablity that many of the same things are repetative in both version, so we can avoid using a total different file.

What do you guys say .?

Ankit Kulkarni Indore, India alternate email - ankit.kul1890@iips.edu.in

On Tue, Aug 20, 2013 at 1:33 PM, Ankit Kulkarni ankit.kul1890@gmail.comwrote:

Are you pretty sure , I checked the versions of firefox and chrome(all are updated with latest version). No problem with vertical tabs since i rechecked this with other browsers. all broswers tested.

I got the problem.Hakuna Matata.!

Which version of bootstrap css you put in carousel/css folder ? That file do not contain span classes like span2, span3 , span4 and all those.

I think we included the version 3( here is the cdn- http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css) this version do not included the span classes, while the version 2(here is the cdn- http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css) has all those span classes i am talking about.

Thank god its a human issue not browser! Our errors can be fixed but if browser error , who gona solve it...:)

Ankit Kulkarni Indore, India alternate email - ankit.kul1890@iips.edu.in

On Tue, Aug 20, 2013 at 12:11 PM, Chitrank Dixit <notifications@github.com

wrote:

yes it is the design sometimes gets affected when used with firefox with vertical tabs , also if your firefox or chrome are of older versions then some of the bootstrap features do not work on it.

We can use the table and put slider and Notices and Announcements together in one table row and in another table row put News and Events and Testimonials.

— Reply to this email directly or view it on GitHubhttps://github.com/iips-dc/iips_website/issues/5#issuecomment-22925500 .

Chitrank-Dixit commented 11 years ago

Remember---- We are not using all the components from the bootstrap like the dynamic sidebar, slider are from other sources. That is why the template shows different in google chrome and different in firefox (if used verticle tab as verticle tabs are resizable) .

So we are not the apple safari user or regular midori , iceweasel user, so we need to make things pretty simple.

we need to make a homepage.php and as Ankit said we should use span tags (using the css selectors and javascript that bootstrap uses by default do not make a new css script or code for managing components)

like to put all the things towards right side we use in bootstrap a class named "pull-right"