SlideShare a Scribd company logo
WordCamp Montreal 2013
Build a Responsive WordPress Theme with
ZURBs Foundation 4 Framework.
Before we can code responsively,
we must understand the fundamentals.
What the heck is
responsive web design?
A website or app that responds to the
device that accesses it and delivers the
appropriate output for it.
No pinch and zoom!
One Site
to Rule
Them ALL!
Cheesy movie reference :)
Why build responsively?
“Day by day, the number of devices,
platforms, and browsers that need to
work with your site grows. Responsive
web design represents a fundamental
shift in how we’ll build websites for the
decade to come.”
- Jeffrey Veen
Jeffrey Veen is the author of "The Art and Science of Web Design"
Some basic stats ...
because I’m a marketing guy :)
Smartphone sales
have become bigger
than PC sales.
28% of Internet
usage comes from a
mobile phone
In the retail
industry, 16% of
search queries
come from mobile
web usage
Mobile web usage
took 50% of sales
related to Mother’s
Day in 2012
There were a total of
$163 billion mobile
transactions in 2012
$235.4 billion
expected in 2013
We must build responsively,
the web depends on it!
The basics of responsive web design
Before you wireframe, design, or code ...
Think mobile first!
consider ...
1
2
3
4
5
Use a responsive framework
We use Foundation 4 by ZURB
Why we chose Foundation 4
★ Designed for Mobile First!
★ Flexible 12-column grid
★ Mobile visibility elements
★ Mobile navigation - toggle or off-canvas
★ Existing WP theme
★ Powerful jQuery and Zepto libraries
★ Foundation is developed in Sass
It’s all about the grids!
What you need to consider in the design phase
Image sizing
What you need to consider in the design phase
Stacking & Re-ordering of columns
What you need to consider in the design phase
Mobile Navigation
Design for mobile navigation
Toggle menu Off-canvas menuvs.
Responsive Navigation: Optimizing for
Touch Across Devices
Adapting
Common Patterns
Read: Responsive Navigation: Optimizing for Touch Across Devices by Luke Wroblewski
Now that we covered the basics,
let’s look at the code ...
Download Foundation 4
http://foundation.zurb.com/docs/
Foundation 4 Markup
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Foundation 4</title>
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/foundation.css" />
<link rel="stylesheet" href="css/app.css" />
<script src="js/vendor/custom.modernizr.js"></script>
<head> (css version)
Foundation 4 Markup
<script>
document.write('<script src=' +
('__proto__' in {} ? 'js/vendor/zepto' : 'js/vendor/jquery') +
'.js></script>')
</script>
<script src="js/foundation/foundation.js"></script>
<script src="js/foundation/foundation.LIB-YOU-NEED.js"></script>
<script>
$(document).foundation();
</script>
Before </body>
Foundation 4 Libraries
What comes with Foundation 4
★ Forms
★ Navigation
★ Reveal
★ Joyride
★ Magellan
★ Orbit
★ Tooltips
To name a few ...
Let’s do it!
Foundation 4 Grid
<div class=“row”>
<div class=“large-12 columns”>
</div>
</div>
<!-- stuff -->
The Grid in Action
Super Easy!
Foundation 4 Grid
Customizing the Grid
Foundation 4 Grid
Customizing the Grid
Foundation 4 Grid
Customizing the Grid
Foundation 4 Grid
Customizing the Grid
Foundation 4 Markup in WP
<?php get_header(); ?>
<div class=“row”>
	

 <div class="large-6 columns" role="main">
	

 <?php while (have_posts()) : the_post(); ?>
	

 	

 <article <?php post_class() ?> id="post-<?php the_ID(); ?>">
	

 	

 	

 <header>
	

 	

 	

 	

 <h1 class="entry-title"><?php the_title(); ?></h1>
	

 	

 	

 	

 <?php reverie_entry_meta(); ?>
	

 	

 	

 </header>
	

 	

 	

 <div class="entry-content">
	

 	

 	

 	

 <?php the_content(); ?>
	

 	

 	

 </div>
	

 	

 </article>
	

 <?php endwhile;?>
	

 </div>
</div>
	

 <?php get_sidebar(); ?>
<?php get_footer(); ?>
That was Easy!
The other large-6 is in
sidebar.php
If it ain’t broke don’t fix it!
Get Reverie by ThemeFortress
Easy to hack
Most stable Foundation
WP theme
Only F4 Theme!
It’s FREE
Some Examples
Some Examples
Some Examples
Thank You!
www.TheBrendans.com
www.KeepMarketingFun.com
@TheBrendans
www.facebook.com/thebrendans
@digibomb

More Related Content

PPTX
Multiple Design Strategies for Multiple Screens
PDF
Responsive Web Design - Introduction & Workflow Overview
PDF
The Future of Adaptive Content
PDF
Responsive Web Design (RWD) vs Adaptive Web Design (AWD)
PDF
Selling umbraco
PDF
Responsive Web Design (done right)
PDF
Web App Development Technologies You Should Know
PDF
Flatworld Edge Brochure
Multiple Design Strategies for Multiple Screens
Responsive Web Design - Introduction & Workflow Overview
The Future of Adaptive Content
Responsive Web Design (RWD) vs Adaptive Web Design (AWD)
Selling umbraco
Responsive Web Design (done right)
Web App Development Technologies You Should Know
Flatworld Edge Brochure

What's hot (20)

PPTX
Enhancing SharePoint with Responsive Web Design
PPTX
Using AEM in a customer global multi-channel program
PDF
Keys to a Killer Staffing Website
PPTX
Mobile Apps with PhoneGap and jQuery Mobile
PDF
All The Screens: Cross Platform Design Strategies
PPTX
Delivering For Clients: Improving ROI with Enterprise WordPress
PPTX
Responsive web design
PPTX
Top web development tools
PPTX
Single page application and Framework
PDF
Web Development Presentation
PDF
Selling Umbraco - CodeGarden 2015
PPTX
Responsive web design ppt
PDF
Mobile Website Design: Responsive, Adaptive or Both?
PPTX
Modev ux brian lacey presentation
PPTX
Progressive Web Apps
PPT
Next Generation Browsing Experience
PDF
Mobile Website or Responsive Design? The Answer is NEITHER.
 
PDF
Should I Build a Separate Mobile Site or a Responsive Site? Neither! with Der...
PPT
Single Page Application presentation
PPTX
Choosing WordPress Plugins (WordCamp Raleigh 2016)
Enhancing SharePoint with Responsive Web Design
Using AEM in a customer global multi-channel program
Keys to a Killer Staffing Website
Mobile Apps with PhoneGap and jQuery Mobile
All The Screens: Cross Platform Design Strategies
Delivering For Clients: Improving ROI with Enterprise WordPress
Responsive web design
Top web development tools
Single page application and Framework
Web Development Presentation
Selling Umbraco - CodeGarden 2015
Responsive web design ppt
Mobile Website Design: Responsive, Adaptive or Both?
Modev ux brian lacey presentation
Progressive Web Apps
Next Generation Browsing Experience
Mobile Website or Responsive Design? The Answer is NEITHER.
 
Should I Build a Separate Mobile Site or a Responsive Site? Neither! with Der...
Single Page Application presentation
Choosing WordPress Plugins (WordCamp Raleigh 2016)
Ad

Viewers also liked (20)

PPS
82378 andrea bocelli-y_celline_dion-1
PDF
Resultaten project lerarentekort Rotterdam juni 2011
PDF
Leveraging trade associations
DOCX
Sample data and other ur ls
ODP
Heapoff memory wtf
PPS
¡LA FLOR DE LA HONESTIDAD!
PPTX
How SADI & SHARE help restore the Scientific Method to in silico science
PPS
¡LA INTERNACIONALIZACIÓN DE LA AMAZONA!
ODP
Juc paris olivier lamy talk
KEY
Migrate, Grow, and Cultivate your Community
ODP
The Apache Way olamy
PPT
PHUG - Open Source Culture
PPT
Making the Most of Plug-ins - WordCamp Toronto 2008
PPTX
Window Activity
PPTX
Test King Virtual Test--Network+
PDF
Teamworks Campaign Blueprint
PDF
Opleiden in de School in Rotterdam
PDF
Tutorial 1.1 - Import Intogen tumor types
PPS
M E N U C U A R E S M A L
PPS
¡ALIMENTOS Y MALESTARES!
82378 andrea bocelli-y_celline_dion-1
Resultaten project lerarentekort Rotterdam juni 2011
Leveraging trade associations
Sample data and other ur ls
Heapoff memory wtf
¡LA FLOR DE LA HONESTIDAD!
How SADI & SHARE help restore the Scientific Method to in silico science
¡LA INTERNACIONALIZACIÓN DE LA AMAZONA!
Juc paris olivier lamy talk
Migrate, Grow, and Cultivate your Community
The Apache Way olamy
PHUG - Open Source Culture
Making the Most of Plug-ins - WordCamp Toronto 2008
Window Activity
Test King Virtual Test--Network+
Teamworks Campaign Blueprint
Opleiden in de School in Rotterdam
Tutorial 1.1 - Import Intogen tumor types
M E N U C U A R E S M A L
¡ALIMENTOS Y MALESTARES!
Ad

Similar to Build a Responsive WordPress Theme with Zurbs Foundation Framework (20)

PDF
The Future is Responsive
PDF
Responsive Web Design
PDF
Responsive Web Design - Why and How
PPTX
Responsive Web Design
PDF
Responsive Web Design using the Foundation 5 CSS Framework
PPTX
Responsive Web Design at UCR
PDF
Part 2: Intermediate Designing for Multiple Devices - GA London, 31 Jul 2013
PDF
Responsive Web Design using ZURB Foundation
KEY
Getting started with CSS frameworks using Zurb foundation
PDF
3 Ways to Go Mobile First with Responsive Design
PDF
Responsive Design
PDF
UX design for every screen
PPT
Alexa IT Solution Responsive Web designing
PPTX
Responsivedesign 7-3-2012
PDF
How to Project-Manage and Implement a Responsive Website
PDF
The Magic and Pain of Responsive Design
PDF
Responsive Web Design
PPT
An Introduction to Responsive Design
PPT
An Introduction to Responsive Design
The Future is Responsive
Responsive Web Design
Responsive Web Design - Why and How
Responsive Web Design
Responsive Web Design using the Foundation 5 CSS Framework
Responsive Web Design at UCR
Part 2: Intermediate Designing for Multiple Devices - GA London, 31 Jul 2013
Responsive Web Design using ZURB Foundation
Getting started with CSS frameworks using Zurb foundation
3 Ways to Go Mobile First with Responsive Design
Responsive Design
UX design for every screen
Alexa IT Solution Responsive Web designing
Responsivedesign 7-3-2012
How to Project-Manage and Implement a Responsive Website
The Magic and Pain of Responsive Design
Responsive Web Design
An Introduction to Responsive Design
An Introduction to Responsive Design

More from Brendan Sera-Shriar (18)

PDF
How to A/B Test with WordPress: Conversions Aren’t Just for Landing Pages
PDF
SEO Is Dead. Long Live SEO - SEO Camp Montreal 2013
KEY
The Evolution of Live Preview Environment Design
KEY
Building a Mega Community with PressWork
KEY
Building a community around your blog v3
KEY
Building a Community Around your Blog 2 - Let the Comments be your Content!
KEY
Building a Community Around your Blog
PPT
An Introduction to Vanilla Forums - FSOSS 2010
PPT
Adding Vanilla to WordPress
PDF
It’s a WIN, WIN: ‘WordPress On Windows’
PPT
WordPress Development Confoo 2010
PPT
Wordpress To Go Democamp Mtl2009
PPT
Make Web, Not War - Open Source Microsoft Event
PPT
Red5 - PHUG Workshops
PPT
WordPress Plugin Development- Rich Media Institute Workshop
PPT
WordPress Theme Design - Rich Media Institute Workshop
PPT
WordPress 2.5 Overview - Rich Media Institute
PPT
Open Source Design - FSOSS 2008
How to A/B Test with WordPress: Conversions Aren’t Just for Landing Pages
SEO Is Dead. Long Live SEO - SEO Camp Montreal 2013
The Evolution of Live Preview Environment Design
Building a Mega Community with PressWork
Building a community around your blog v3
Building a Community Around your Blog 2 - Let the Comments be your Content!
Building a Community Around your Blog
An Introduction to Vanilla Forums - FSOSS 2010
Adding Vanilla to WordPress
It’s a WIN, WIN: ‘WordPress On Windows’
WordPress Development Confoo 2010
Wordpress To Go Democamp Mtl2009
Make Web, Not War - Open Source Microsoft Event
Red5 - PHUG Workshops
WordPress Plugin Development- Rich Media Institute Workshop
WordPress Theme Design - Rich Media Institute Workshop
WordPress 2.5 Overview - Rich Media Institute
Open Source Design - FSOSS 2008

Recently uploaded (20)

PDF
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
PPTX
The various Industrial Revolutions .pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Getting started with AI Agents and Multi-Agent Systems
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
PDF
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
STKI Israel Market Study 2025 version august
PPTX
1. Introduction to Computer Programming.pptx
PPTX
Modernising the Digital Integration Hub
PDF
Enhancing emotion recognition model for a student engagement use case through...
PDF
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PPTX
OMC Textile Division Presentation 2021.pptx
PPT
What is a Computer? Input Devices /output devices
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
PPTX
Final SEM Unit 1 for mit wpu at pune .pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PDF
NewMind AI Weekly Chronicles – August ’25 Week III
Video forgery: An extensive analysis of inter-and intra-frame manipulation al...
The various Industrial Revolutions .pptx
Programs and apps: productivity, graphics, security and other tools
Getting started with AI Agents and Multi-Agent Systems
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
Transform Your ITIL® 4 & ITSM Strategy with AI in 2025.pdf
Univ-Connecticut-ChatGPT-Presentaion.pdf
STKI Israel Market Study 2025 version august
1. Introduction to Computer Programming.pptx
Modernising the Digital Integration Hub
Enhancing emotion recognition model for a student engagement use case through...
ENT215_Completing-a-large-scale-migration-and-modernization-with-AWS.pdf
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
OMC Textile Division Presentation 2021.pptx
What is a Computer? Input Devices /output devices
NewMind AI Weekly Chronicles - August'25-Week II
Microsoft Solutions Partner Drive Digital Transformation with D365.pdf
Final SEM Unit 1 for mit wpu at pune .pptx
Assigned Numbers - 2025 - Bluetooth® Document
NewMind AI Weekly Chronicles – August ’25 Week III

Build a Responsive WordPress Theme with Zurbs Foundation Framework