Posts tagged with 'Warp'

Warp 6 Master Theme

Get it for free and build your own custom themes!

Feb
13
Warp 6 Master Theme Released

Today we want to introduce the Warp Master theme, which is the basic theme powered by our Warp theme framework. This theme is for everyone who loves to create beautiful themes as much as we do. It is the same great framework we use for our own themes! This Master theme is optimized and streamlined to serve as a blueprint to build your very own custom theme. The best part is you get it for free!

By Sascha | | Posted in Warp | 42 comments

Warp6 Nano Theme

It's optimized and streamlined to serve as a blueprint to build your own custom themes

May
02
Warp6 Nano Theme

Today we are very proud to release our new Nano theme! It's entirely based on what we have been working on over the past 6 months: Our brand new Warp6 theme framework!

Nano is the first theme that's build with Warp6, our fast and slick theme framework! It takes full advantage of all the latest Warp6 features like semantic HTML5 markup, a mobile theme, a nice and clean administration UI and much more. You won't find any bloated code or features that will slow your site. It's created from a developers perspective - simplified, no magic, just a great toolset to develop cross-platform themes.

Nano is an optimized and streamlined framework theme and serves as a blueprint to build your own custom themes. It offers 5 different theme styles to get you started right away. Each style has a slightly different motif and inherits its structure and layout from a default base theme. Those styles themselves will function as a starting point for you to design your own customizations, modifications and enhancements. That's simply done through inheritance. It has never been easier to have smaller variations of your theme for presentation purposes.

  • Available for Joomla 1.5, 1.6 and Wordpress
  • 5 style variations available
  • Choose from 5 colors and 8 fonts
  • 1 module style combinable with 4 badges and 6 icons
  • Flexible template and column widths
  • All Warp framework features are available

Joomla Demo WordPress Demo

By Sascha | | Posted in Themes, Warp | 82 comments

Warp6 Error Pages

We added nicely styled error, offline and IE6 upgrade pages to Warp6

Apr
29

Today we want to present some small but nice goodies of our Warp6 theme framework. We added additional layouts to customize several information pages. You are now able to configure and style your own offline and error pages. Also you can activate a dedicated browser upgrade page which only gets displayed to visitors using Internet Explorer 6.

All these pages use the same clean layout and display a relevant headline with a short description text. Therefore we have added a separate error.css file which defines the general error page style. This also gives you the opportunity to create your very own style for system messages like error codes and an offline message.

By Sascha | | Posted in Warp | 57 comments

Warp6 Mobile Theme

Retina Support, CSS3 Powered Drop-Down Menu, Search, Login and more

Apr
28

Warp6 comes with a dedicated theme for mobile devices! We know this was a long time awaited feature. Now you'll get it!

Mobile Theme

Retina Resolution

So what is a mobile theme? A mobile theme provides the general look and feel of a mobile device's user interface, so you'll get the best browsing experience on the go. Warp6 supports all mobile browsers which use the WebKit engine like the Apple iPhone, iPod Touch and Google Android devices!

And yes we also support the iPhone 4 and its new retina display, with its awesome 960-by-640-pixel resolution on a 3.5 inch LCD. The Retina display has four times the number of pixels as previous iPhones, resulting in double the pixel density.

This means that the theme requires optimized images for the high pixel density display. And guess what, we deliver the mobile theme with all images optimized for the retina display to show up in a crisp resolution.

By Steffan | | Posted in Warp | 28 comments

Warp6 Administration

We added a nice and unobtrusive administration UI for Warp6

Apr
26

Here we go with our new theme admin and configuration UI of the Warp6 theme framework. Yes, you heard right! Warp6 now comes with a nice and unobtrusive UI for the theme configuration. We know we are late to the party but we wanted to make sure to get it right from start. Basically we didn't want to change the native theme configuration UI of WordPress and Joomla too much because everyone is familiar with using them. But on the other hand we wanted to implement some new features to improve the overall user experience. So we created a very slick and clean UI implementation. It focuses on simplicity and integrates perfectly in the Joomla and WordPress administration while supporting every framework feature on both platforms.

By Steffan | | Posted in Warp | 8 comments

Warp6 CSS Framework

We provide a modular and flexible CSS tool set for Warp6

Apr
19

In addition to our last blog post about the HTML5 template and system markup we now talk about our new CSS framework. We will explain how it works and how you use it.

The CSS Framework

So what is a CSS framework? A CSS framework is a rich tool set of useful CSS classes to style HTML markup. It provides cross-browser support and enables you to build robust and future-proof websites. For Warp6 we created our own CSS tool set. It is a collection of best practices we learned in the last 5+ years of theme development. Of course we also kept track with the major CSS and grid frameworks which popped up in the last years and what we can learn from them to improve our code.

By Sascha | | Posted in Warp | 12 comments

Warp6 and HTML5

The Warp6 template and system markup is completely HTML5 based

Apr
18
Warp6 and HTML5

Last week we highlighted the new Warp6 framework and the new styles feature. This week let's start with something we are very proud of: Warp6 is fully packed and enriched with HTML5 and CSS3 goodness!

The template markup is now completely HTML5 based and we updated the entire WordPress, Joomla 1.5 and 1.6 system markup which is now also rewritten in HTML5. We also use a lot of CSS3 and CSS 2.1 selectors which we couldn't use back in the days when we supported IE6. Now let's take a closer look at the details of the newly polished markup.

By Sascha | | Posted in Warp | 24 comments

Warp6 Styles

We introduce a new feature similar to child themes

Apr
15

We started this week with a closer look at the overall Warp6 framework structure. Today we want to introduce a new feature called "Styles" which relates to the framework structure. So if you missed the latest article you can read it here: Inside the Warp6 Framework.

Styles

Styles are variations of the default theme and are similar to the concept of child themes in Wordpress or sub themes in Drupal. A style defines a layer after the default theme and can inherit or override resources from the parent default theme. We implemented this by using the file cascade we described in the previous blog post. Warp6 looks first in the specific style folder and loads the file if it's found. Otherwise it looks what's next in the cascade. This gives you full flexibility to override any file of the default theme. Each style is placed in its own directory in the themes /styles folder and can provide its own custom HTML layouts, CSS, JavaScript and images. Let's take a look at this feature in the following example.

By Steffan | | Posted in Warp | 15 comments

Inside the Warp6 Framework

Apr
12

Let's kick off our Warp6 blog post series in which we take a closer look at the overall framework structure and how everything fits together. This first post shows the basic file concept of the Warp theme framework and how to use it. If you don't know Warp6 yet take a look at the announcement. Okay, let's start!

The Framework

The Warp6 theme framework is the next step in evolution succeding our version 5.5 released in August 2010. Like its predecessor, Warp6 is a lightweight framework which provides a solid tool set for solving repetitive tasks creating themes. The Warp6 framework has HTML, CSS, JavaScript and PHP helper classes to cover all aspects in theme development. It's really portable since all framework related files are kept in a single place, a folder called "warp". This folder resides directly in every theme. There are no dependencies on other components or plugins. Nothing needs to be installed or maintained separately.

By Steffan | | Posted in Warp | 28 comments