Webmastersite.net
Register Log In

Twitter Bootstrap template

Comments on Twitter Bootstrap template

kevinsan
Member

Usergroup: Customer
Joined: Nov 11, 2011

Total Topics: 17
Total Comments: 27
Twitter Bootstrap template
Posted Apr 25, 2013 - 12:21 AM:

Version 8. How about the bootstrap template?

http://twitter.github.io/bootstrap/

Thanks.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Apr 28, 2013 - 9:19 PM:

My primary goal for the 8.0 default templates is to simplify the stylesheet to enable quick changing of colors and sizes and have as few images as possible (have replaced some of the images with similar looking html symbols). Am pondering whether bootstrap can be compatible with that.
kevinsan
Member

Usergroup: Customer
Joined: Nov 11, 2011

Total Topics: 17
Total Comments: 27
images
Posted Apr 29, 2013 - 7:35 PM:

As your site software is so many configurations, it might be difficult to adapt.

The images are stored in a 34kb scalable sprite. The sprite is not free so a new one needs to be made.

The text and classes also scale by screen resolution and size. Divs can be turned on and off for phones, tabs and desktops.

Seems most cms and directories are moving to this architecture.

Attached Files:
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted May 03, 2013 - 6:28 AM:

For widgets we should really stick with jquery ui since it's already installed and used.

I am doing some responsive resizing for small screens in version 8's style, that's just CSS media queries. You can change and turn stuff on and off with media queries in the current stylesheet already, example:
@media screen and (min-width: 300px) and (max-width: 750px) 
{ /* Styles for small screens. */
.navbutton a { font-size: 12px; padding-right: 0; margin-right: 0; }
}
kevinsan
Member

Usergroup: Customer
Joined: Nov 11, 2011

Total Topics: 17
Total Comments: 27
Posted May 03, 2013 - 11:07 AM:

No worries Paul, just a suggestion. Can individually implement if necessary. Take care.
Paul
developer

Usergroup: Administrator
Joined: Dec 20, 2001
Location: Diamond Springs, California

Total Topics: 61
Total Comments: 7867
Paul
Posted Apr 26, 2014 - 5:17 AM:

A twitter bootstrap theme is now available via the Admin -> Themes -> Add Themes page. Suggestions for improvements to it are welcome. I don't think I made use of any of the glyphicons yet, will have to look into that.

In the future I may be looking at adding bootstrap class names as dummies to the standard templates so that bootstrap themes don't have to be almost entirely marked as customized.
Search thread for
Download thread as
  • 0/5
  • 1
  • 2
  • 3
  • 4
  • 5



Sorry, you don't have permission to post posts. Log in, or register if you haven't yet.