SlideShare una empresa de Scribd logo
1 de 9
Descargar para leer sin conexión
Responsive WordPress
Workflow
James Bundey
What is responsive?
Approaching a project
•

Design, site structure & basic site html/php code

•

CSS & how it’s going to respond within media queries

•

My WP code as it relates to how the content is
displayed on each screen size

•

Fixing things & spending too much time cursing the
turd that is IE

•

Testing, testing & more testing.

•

Performance tweaking.
Getting my framework
GridPak - http://gridpak.com/

•

•

Great for creating a simple grid

•

Set your break points & download

•

Very easy to retrofit

!

<div class=“row”>

	 	 <div class=“col span_4”>

	 	 	 …code

	 	 </div>	


	 	 <aside class=“col span_2”>

	 	 ……
Managing stylesheets
•

Keep the grid separate
•

style.css
•

•

managing the site design

grid.css
•

contains the base framework

•

contains my screen & device
specific css based on media
queries.

@media screen and (min-width:
480px) and (max-width: 749px) {	
		 grid…

		 specific css…	
}	
@media only screen and (mindevice-width : 320px) and (maxdevice-width : 480px) {		
}
Managing navigation
Standard WordPress Menu

•

<nav id="navigation">

	 	 <?php wp_nav_menu( array ( 

	 	 	 'container' => 'false', 

	 	 	 'menu' => 'Primary Menu',

	 	 	 'menu_class' => 'menu',

	 	 	 'menu_id' => 'mainNav')

	 	 ); ?>

</nav>	
!
!
!

•

Simple script to create custom
navigation for small screen sizes
$(function(){	
/* prepend menu icon */

$('#navigation').prepend('<div id="menu-icon"><i
class="icon-align-justify"></i></div>');	
	 /* toggle nav */

	 $("#menu-icon").on("click", function(){	
	 	 $("#mainNav").slideToggle();

	 	 $(this).toggleClass("active");

	 });

});
Images & retina ready
•

Images

•

@2x retina fix

•

•

http://retinize.it/ - photoshop
action

•

img {width: 100%}

•

http://retinajs.com

•
•

Logo in svg format - control with
background-size{}

img.responsive-fix {width: auto;}

•

WP Retina 2x - plugin

Icons
•

•

Font awesome - fontawesome.io
•

retro fit with Regenerate
Thumbnails

Fitvids - http://fitvidsjs.com/
Testing, fixing & performance
•

Testing
•
•

The Responsinator - http://
www.responsinator.com/

•
•

Xcode / iOS simulator

Responsive Site View - chrome plugin

Fixing

•
	
	
	
	
	
	
	

Checking scripts

	
	
	
	
	
	
	

•

	
	
	
	
	
	
	

$(window).load(function() {

	 if ($(window) .width() > 674) {

	 	 responsive script…..

	 } else {

	 	 desktop script….

	 }

});	

Performance tweaking

•

IE & media queries

•

Use CDN

•

Removing transitions with device specific
media queries

•

Adaptive images - http://adaptiveimages.com/
Thank You
!

@jamesbundey
http://www.linkedin.com/in/jamesbundey
www.creativeapproach.com.au

Más contenido relacionado

La actualidad más candente

Kissy dpl-practice
Kissy dpl-practiceKissy dpl-practice
Kissy dpl-practice
yiming he
 

La actualidad más candente (20)

Front-end Rails-приложений приложений, основанный на БЭМ
Front-end Rails-приложений приложений, основанный на БЭМFront-end Rails-приложений приложений, основанный на БЭМ
Front-end Rails-приложений приложений, основанный на БЭМ
 
To build a WordPress Theme: Wordcamp Denmark 2014
To build a WordPress Theme: Wordcamp Denmark 2014To build a WordPress Theme: Wordcamp Denmark 2014
To build a WordPress Theme: Wordcamp Denmark 2014
 
Jasmine 2.0
Jasmine 2.0Jasmine 2.0
Jasmine 2.0
 
corazon
corazoncorazon
corazon
 
Gutenberg Blocks Development for Programmers with no time
Gutenberg Blocks Development for Programmers with no timeGutenberg Blocks Development for Programmers with no time
Gutenberg Blocks Development for Programmers with no time
 
Jager
JagerJager
Jager
 
Hello, Canvas.
Hello, Canvas.Hello, Canvas.
Hello, Canvas.
 
Add video 2
Add video 2Add video 2
Add video 2
 
CSS For Coders
CSS For CodersCSS For Coders
CSS For Coders
 
CMS 101 Drupal
CMS 101 DrupalCMS 101 Drupal
CMS 101 Drupal
 
Upstate CSCI 450 WebDev Chapter 1
Upstate CSCI 450 WebDev Chapter 1Upstate CSCI 450 WebDev Chapter 1
Upstate CSCI 450 WebDev Chapter 1
 
WordPress Theme Workshop: CSS/JS
WordPress Theme Workshop: CSS/JSWordPress Theme Workshop: CSS/JS
WordPress Theme Workshop: CSS/JS
 
Creating a Responsive Drupal Theme: Presentation from DrupalCamp Montreal 2012
Creating a Responsive Drupal Theme: Presentation from DrupalCamp Montreal 2012Creating a Responsive Drupal Theme: Presentation from DrupalCamp Montreal 2012
Creating a Responsive Drupal Theme: Presentation from DrupalCamp Montreal 2012
 
Css responsive
Css responsiveCss responsive
Css responsive
 
Our application got popular and now it breaks
Our application got popular and now it breaksOur application got popular and now it breaks
Our application got popular and now it breaks
 
Decoding developers
Decoding developersDecoding developers
Decoding developers
 
Frontend grote projecten
Frontend grote projectenFrontend grote projecten
Frontend grote projecten
 
Create a landing page
Create a landing pageCreate a landing page
Create a landing page
 
Kissy dpl-practice
Kissy dpl-practiceKissy dpl-practice
Kissy dpl-practice
 
Front-End Performance Optimization in WordPress
Front-End Performance Optimization in WordPressFront-End Performance Optimization in WordPress
Front-End Performance Optimization in WordPress
 

Destacado

Comunication system
Comunication systemComunication system
Comunication system
alexmara
 
Mayra alejandra muñoz espinoza de los monteros
Mayra alejandra muñoz espinoza de los monterosMayra alejandra muñoz espinoza de los monteros
Mayra alejandra muñoz espinoza de los monteros
mayra1A
 
012516 Digital Communications Engineer advert
012516 Digital Communications Engineer advert012516 Digital Communications Engineer advert
012516 Digital Communications Engineer advert
Pandelis Kourtessis
 
J 1413-G-KCE-EX-XX-003_R03-SITE ESTABLISHMENT & LOGISTIC - FF _SHEET 02 OF 02
J 1413-G-KCE-EX-XX-003_R03-SITE ESTABLISHMENT & LOGISTIC - FF _SHEET 02 OF 02J 1413-G-KCE-EX-XX-003_R03-SITE ESTABLISHMENT & LOGISTIC - FF _SHEET 02 OF 02
J 1413-G-KCE-EX-XX-003_R03-SITE ESTABLISHMENT & LOGISTIC - FF _SHEET 02 OF 02
Hari Prasad
 
Պանթեոն
ՊանթեոնՊանթեոն
Պանթեոն
sertachki
 
Tipos de memoria ram 1
Tipos de memoria ram 1Tipos de memoria ram 1
Tipos de memoria ram 1
mishelord
 

Destacado (19)

Diploma_Master
Diploma_MasterDiploma_Master
Diploma_Master
 
Comunication system
Comunication systemComunication system
Comunication system
 
Logo Concept_Color Values
Logo Concept_Color ValuesLogo Concept_Color Values
Logo Concept_Color Values
 
La catalogazione di videoregistrazioni e filmati
La catalogazione di videoregistrazioni e filmatiLa catalogazione di videoregistrazioni e filmati
La catalogazione di videoregistrazioni e filmati
 
Expo de informatik
Expo de informatikExpo de informatik
Expo de informatik
 
Mayra alejandra muñoz espinoza de los monteros
Mayra alejandra muñoz espinoza de los monterosMayra alejandra muñoz espinoza de los monteros
Mayra alejandra muñoz espinoza de los monteros
 
transporteula1 logcc12014
transporteula1 logcc12014transporteula1 logcc12014
transporteula1 logcc12014
 
012516 Digital Communications Engineer advert
012516 Digital Communications Engineer advert012516 Digital Communications Engineer advert
012516 Digital Communications Engineer advert
 
TED Isparta College
TED Isparta CollegeTED Isparta College
TED Isparta College
 
images
imagesimages
images
 
J 1413-G-KCE-EX-XX-003_R03-SITE ESTABLISHMENT & LOGISTIC - FF _SHEET 02 OF 02
J 1413-G-KCE-EX-XX-003_R03-SITE ESTABLISHMENT & LOGISTIC - FF _SHEET 02 OF 02J 1413-G-KCE-EX-XX-003_R03-SITE ESTABLISHMENT & LOGISTIC - FF _SHEET 02 OF 02
J 1413-G-KCE-EX-XX-003_R03-SITE ESTABLISHMENT & LOGISTIC - FF _SHEET 02 OF 02
 
Պանթեոն
ՊանթեոնՊանթեոն
Պանթեոն
 
Reece
Reece Reece
Reece
 
The school management and educational leadership
The school management and educational leadershipThe school management and educational leadership
The school management and educational leadership
 
Tipos de memoria ram 1
Tipos de memoria ram 1Tipos de memoria ram 1
Tipos de memoria ram 1
 
Assessment 2
Assessment 2Assessment 2
Assessment 2
 
Somnath_Sen_PM
Somnath_Sen_PMSomnath_Sen_PM
Somnath_Sen_PM
 
Open access pathfinder case study teesside
Open access pathfinder case study teessideOpen access pathfinder case study teesside
Open access pathfinder case study teesside
 
119.2015 a.01 linguistic introduccio.pdf
119.2015 a.01 linguistic introduccio.pdf119.2015 a.01 linguistic introduccio.pdf
119.2015 a.01 linguistic introduccio.pdf
 

Similar a Responsive WordPress workflow

Design4Drupal Boston 2013 - Bumps in the Road to Responsive
Design4Drupal Boston 2013 - Bumps in the Road to ResponsiveDesign4Drupal Boston 2013 - Bumps in the Road to Responsive
Design4Drupal Boston 2013 - Bumps in the Road to Responsive
Salem Ghoweri
 

Similar a Responsive WordPress workflow (20)

Mobile themes, QR codes, and shortURLs
Mobile themes, QR codes, and shortURLsMobile themes, QR codes, and shortURLs
Mobile themes, QR codes, and shortURLs
 
HTML5, the new buzzword
HTML5, the new buzzwordHTML5, the new buzzword
HTML5, the new buzzword
 
Resource Registries: Plone Conference 2014
Resource Registries: Plone Conference 2014Resource Registries: Plone Conference 2014
Resource Registries: Plone Conference 2014
 
Death of a Themer
Death of a ThemerDeath of a Themer
Death of a Themer
 
Responsive Websites
Responsive WebsitesResponsive Websites
Responsive Websites
 
Bootstrap Web Development Framework
Bootstrap Web Development FrameworkBootstrap Web Development Framework
Bootstrap Web Development Framework
 
Resource registries plone conf 2014
Resource registries plone conf 2014Resource registries plone conf 2014
Resource registries plone conf 2014
 
Responsive websites. Toolbox
Responsive websites. ToolboxResponsive websites. Toolbox
Responsive websites. Toolbox
 
Responsive design: techniques and tricks to prepare your websites for the mul...
Responsive design: techniques and tricks to prepare your websites for the mul...Responsive design: techniques and tricks to prepare your websites for the mul...
Responsive design: techniques and tricks to prepare your websites for the mul...
 
Cordova: Making Native Mobile Apps With Your Web Skills
Cordova: Making Native Mobile Apps With Your Web SkillsCordova: Making Native Mobile Apps With Your Web Skills
Cordova: Making Native Mobile Apps With Your Web Skills
 
Bootstrap - Web Development Framework
Bootstrap - Web Development FrameworkBootstrap - Web Development Framework
Bootstrap - Web Development Framework
 
Creating GUI container components in Angular and Web Components
Creating GUI container components in Angular and Web ComponentsCreating GUI container components in Angular and Web Components
Creating GUI container components in Angular and Web Components
 
Multi screen HTML5
Multi screen HTML5Multi screen HTML5
Multi screen HTML5
 
Design4Drupal Boston 2013 - Bumps in the Road to Responsive
Design4Drupal Boston 2013 - Bumps in the Road to ResponsiveDesign4Drupal Boston 2013 - Bumps in the Road to Responsive
Design4Drupal Boston 2013 - Bumps in the Road to Responsive
 
Ease into HTML5 and CSS3
Ease into HTML5 and CSS3Ease into HTML5 and CSS3
Ease into HTML5 and CSS3
 
Bootstrap Framework
Bootstrap Framework Bootstrap Framework
Bootstrap Framework
 
It's a Mod World - A Practical Guide to Rocking Modernizr
It's a Mod World - A Practical Guide to Rocking ModernizrIt's a Mod World - A Practical Guide to Rocking Modernizr
It's a Mod World - A Practical Guide to Rocking Modernizr
 
Seven deadly theming sins
Seven deadly theming sinsSeven deadly theming sins
Seven deadly theming sins
 
Responsive design
Responsive designResponsive design
Responsive design
 
Top 10 HTML5 features
Top 10 HTML5 featuresTop 10 HTML5 features
Top 10 HTML5 features
 

Último

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 

Último (20)

Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)Jamworks pilot and AI at Jisc (20/03/2024)
Jamworks pilot and AI at Jisc (20/03/2024)
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptxExploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
Exploring_the_Narrative_Style_of_Amitav_Ghoshs_Gun_Island.pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Plant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptxPlant propagation: Sexual and Asexual propapagation.pptx
Plant propagation: Sexual and Asexual propapagation.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 

Responsive WordPress workflow

  • 3. Approaching a project • Design, site structure & basic site html/php code • CSS & how it’s going to respond within media queries • My WP code as it relates to how the content is displayed on each screen size • Fixing things & spending too much time cursing the turd that is IE • Testing, testing & more testing. • Performance tweaking.
  • 4. Getting my framework GridPak - http://gridpak.com/ • • Great for creating a simple grid • Set your break points & download • Very easy to retrofit ! <div class=“row”>
 <div class=“col span_4”>
 …code
 </div> 
 <aside class=“col span_2”>
 ……
  • 5. Managing stylesheets • Keep the grid separate • style.css • • managing the site design grid.css • contains the base framework • contains my screen & device specific css based on media queries. @media screen and (min-width: 480px) and (max-width: 749px) { grid…
 specific css… } @media only screen and (mindevice-width : 320px) and (maxdevice-width : 480px) { }
  • 6. Managing navigation Standard WordPress Menu • <nav id="navigation">
 <?php wp_nav_menu( array ( 
 'container' => 'false', 
 'menu' => 'Primary Menu',
 'menu_class' => 'menu',
 'menu_id' => 'mainNav')
 ); ?>
 </nav> ! ! ! • Simple script to create custom navigation for small screen sizes $(function(){ /* prepend menu icon */
 $('#navigation').prepend('<div id="menu-icon"><i class="icon-align-justify"></i></div>'); /* toggle nav */
 $("#menu-icon").on("click", function(){ $("#mainNav").slideToggle();
 $(this).toggleClass("active");
 });
 });
  • 7. Images & retina ready • Images • @2x retina fix • • http://retinize.it/ - photoshop action • img {width: 100%} • http://retinajs.com • • Logo in svg format - control with background-size{} img.responsive-fix {width: auto;} • WP Retina 2x - plugin Icons • • Font awesome - fontawesome.io • retro fit with Regenerate Thumbnails Fitvids - http://fitvidsjs.com/
  • 8. Testing, fixing & performance • Testing • • The Responsinator - http:// www.responsinator.com/ • • Xcode / iOS simulator Responsive Site View - chrome plugin Fixing • Checking scripts • $(window).load(function() {
 if ($(window) .width() > 674) {
 responsive script…..
 } else {
 desktop script….
 }
 }); Performance tweaking • IE & media queries • Use CDN • Removing transitions with device specific media queries • Adaptive images - http://adaptiveimages.com/