SlideShare a Scribd company logo
ī‚ž Provide for West-End WordPress meetups
ī‚ž Right in Bloor Village, 1st Saturdays of month at 1:00PM
ī‚ž At Runnymede Library near Runnymede subway
ī‚ž Emphasis on WP problem solving
ī‚ž Thus each attendee introduces themselves and asks
one question which the group will hopefully solve:
a) immediately if possible
b) during demo or presentation
c) after meeting brainstorming
d) in “unfinished business” at start of next meeting
ī‚ž Emphasis will be on live WP demos & presentations
ī‚ž Today is WordPress and CSS
â€ĸ There is a ton of new CSS technology for WP
â€ĸ Great free help/tutorial websites
â€ĸ Some powerful new, free and premium CSS plugins
â€ĸ A powerful new and free CSS framework
â€ĸ Some very useful, free online CSS tools
ī‚ž Next Month is Super Web Page/Post Designers
as now Themes Providers must have Design Layout
and Page Builder tools to succeed in marketplace
ī‚ž Subsequent demos & presentations by
members of group. Survey acts as kickstarter
ī‚ž Every meeting will start with intros by
attendees in clockwise order
ī‚ž Tell us your name, how you use WordPress
and add a WP question or problem. Note it
does not have to be related to to the day’s
topic.
ī‚ž Enter your name and question or future topic
in the Meetup Almanac which is circulating
counter clockwise. Leave an email address if
you add a question or would like to discuss a
future topic for the demos.
ī‚ž As we go through the questions if you have an
answer come to the demo machine and show
us with an online example if possible.
ī‚ž We have localhost/WPtest ready or can plugin
in your machine. Also library WiFi is available
so attendees can follow on their machines.
ī‚ž Q&A scrum will be interrupted at 1:40 for
Demo and unanswered questions will be
addressed at post-meeting scrum, later
emails, or unfinished business at next
meeting.
ī‚ž During passing of the Meetup Almanac is your
opportunity to raise topics for future meeting
demos/presentations. Those presentations can
be short and sweet: 5-15 minutes.
ī‚ž Any presentation of more than 15 minutes will
require a review by Organizer.
ī‚ž Leave an email address and before the next
meeting we shall organize the presentations
order.
ī‚ž In sum, your participation will help determine
the Meetings effectiveness.
ī‚ž HTML provides the layout and structure of Web pages
ī‚ž JavaScript provides the local page processing. JS has
a critical role
ī‚ž PHP provides the client-server processing and a broad
range of connectivity to other Web services like Mail
Chimp, PayPal, Google Map, and Social Media
ī‚ž CSS provides the icing on the cake. It allows you to
refine and polish the look of your website to give it a
distinctive edge. CSS is essential to good website
design
ī‚ž CSS controls colors, fonts, box model of spacing &
other advanced features like animations.
ī‚ž Curiously, CSS styling is hard to do in WordPress
ī‚ž Many WP users leave CSS up to the theme designs
ī‚ž No need to get involved in Cascading Style Sheets
ī‚ž Use the Customize Command
ī‚ž And maybe a touch of CSS with HTML editorâ€Ļ.
ī‚ž But CSS is essential to add finishing style
ī‚ž And there is lots of great free CSS Help starting with
â€Ļ
ī‚ž Overall Browser Support
ī‚ž Tells which browsers
support W3C standards
ī‚ž CSS Can-I-Use.com
ī‚ž All the specific HTML,
CSS standards details
ī‚ž Dontfeartheinternet.com
ī‚ž Super intro to HTML CSS
ī‚ž CSS3maker.com
ī‚ž All you need to do CSS3
ī‚ž WordPress Theme provides Layout & Structure
ī‚ž CSS used by theme does the Styling
ī‚ž CSS is essential for your website Look and Feel
ī‚ž But you can do more DIY stylingâ€Ļ.
ī‚ž By adding Inline CSS Styles in WP pages & posts
ī‚ž By adding Page-wide styling
ī‚ž By using Site-wide Styling across all pages/posts
ī‚ž By using 2 Superstyling WP plugins
ī‚ž Inline style applies at the lowest level directly
to HTML tag or element
ī‚ž Advantage: great for immediate patch to
styling
ī‚ž Advantage: highest precedence in style
cascade
ī‚ž Disadvantage: awkward, mistake prone for
complex stylings
ī‚ž Disadvantage: Inefficient with dense, many
repeated styles
<p style=“color:red; font-size:20px;”>
ī‚ž How to get from here ī‚ž To here using inline CSS in WP
There are a couple of nifty CSS and WordPress tricks
involved
ī‚žThis class style, .badge, can be used
several times on a page simplifying styling
ī‚žIt is second in cascade precedence
ī‚žBut it requires a WP plugin to be used
<style> .badge {float:left; margin:5px; color: blue; font-style:italic; padding:2px;
</style>
ī‚žStyle.css is your themes stylings
ī‚žMany plugins also have a “plugin.css” file
for specific plugin stylings
ī‚žThird in Cascade precedence which means
Pagewide style will overrule same name
Sitewide style. And Inline style has highest
precedence.
http://www.eyetime.com/wp-content/themes/magazine/style.css
/>
ī‚ž So what does this get you?
ī‚ž Free SiteOrigin CSS Editor
ī‚ž 3 of Best 2015 WP plugins
ī‚ž Premium CSSHero Editor
ī‚ž $29 for 1 website
ī‚ž SiteOrigin has been delivering some of the best, free
WordPress Plugins for the past 3 years
ī‚ž Start CSS Editor in the dashboard under the menu
Appearance | Custom CSS
ī‚ž Users point and click at the elements they want to
style
ī‚ž Here is a must see video:
https://www.youtube.com/watch?v=NscUjKze16w
ī‚ž CSS Editor is a great way to make style changes and
learn how CSS works in WordPress
ī‚ž CSS Hero costs $29 for 1, $59 for 5 and $199 for 999
websites with support and updates for a year
ī‚ž CSS Hero goes beyond CSS Editor
â€ĸ Easier editing of elements states like hover, visited, etc
â€ĸ Displays phone, tablet views for faster @media edits
â€ĸ Adds more CSS3 styles for editing
ī‚ž YouTube video on Rocket Mode allowing any theme -
https://www.youtube.com/watch?v=DpYeilIFOn0&list=
PLEx82v0KELhIbUXLIV3hZ-l_kMq5mWsYN
ī‚ž Note: new version uses mouse wheel as only means
to navigate some critical property lists
ī‚ž Direct CSS Styling gives users the ability to
refine the style and design of a website.
ī‚ž Insert CSS & JavaScript plugin unlocks the
potential of doing DIY CSS on WordPress
ī‚ž 2 new plugins unlock the capability of fast
direct CSS edits so users now can create any
look/style for key landing pages or their whole
website – and do so quickly and effectively
ī‚ž There are a flood of other CSS tools that
impact not just WordPress but broader Web
Design
ī‚ž Using W3CSS as Sitewide style
ī‚ž Using Bootstrap 4 as a Sitewide style
ī‚ž Using Foundation-Zurb 6 as a Sitewide style
ī‚ž Adding Animate.css for Splash

More Related Content

What's hot

Artisteer manual del Usuario
Artisteer manual del UsuarioArtisteer manual del Usuario
Artisteer manual del Usuario
Wolf_Gothic
 
Web Components in Action: building reusable components for web development
Web Components in Action: building reusable components for web developmentWeb Components in Action: building reusable components for web development
Web Components in Action: building reusable components for web development
Manning Publications
 
The Art of Web Design, 101
The Art of Web Design, 101The Art of Web Design, 101
The Art of Web Design, 101
kellyhousholder
 
How I Built a Membership Site Using Joomla Components and without being a dev...
How I Built a Membership Site Using Joomla Components and without being a dev...How I Built a Membership Site Using Joomla Components and without being a dev...
How I Built a Membership Site Using Joomla Components and without being a dev...
jdaychi
 
WordPress vs Blogger
WordPress vs BloggerWordPress vs Blogger
WordPress vs Blogger
coreblogtips
 
WordCamp Mumbai 2017: How to get more involved with WordPress
WordCamp Mumbai 2017: How to get more involved with WordPressWordCamp Mumbai 2017: How to get more involved with WordPress
WordCamp Mumbai 2017: How to get more involved with WordPress
Rocío Valdivia
 
Theme frameworks & child themes
Theme frameworks & child themesTheme frameworks & child themes
Theme frameworks & child themesChris Olbekson
 
WordPress Basics
WordPress BasicsWordPress Basics
WordPress Basics
Doug Fisher
 
Child Theming: An Introduction to Wordpress Theme Development with Wordpres...
Child Theming: An Introduction to  Wordpress Theme Development  with Wordpres...Child Theming: An Introduction to  Wordpress Theme Development  with Wordpres...
Child Theming: An Introduction to Wordpress Theme Development with Wordpres...
Aban Nesta
 
Design truly responsive webpages with joomla templates
Design truly responsive webpages with joomla templates Design truly responsive webpages with joomla templates
Design truly responsive webpages with joomla templates
John Conroy
 
Fb Webinar WP Plugin
Fb Webinar WP PluginFb Webinar WP Plugin
Fb Webinar WP PluginRuzaidi Anwar
 
Kick start your career with wordpress
Kick start your career with wordpressKick start your career with wordpress
Kick start your career with wordpress
OpenDev
 
Blogging 201: From Blank Slate to Blog in Under an Hour
Blogging 201: From Blank Slate to Blog in Under an HourBlogging 201: From Blank Slate to Blog in Under an Hour
Blogging 201: From Blank Slate to Blog in Under an Hour
Adam Gartenberg
 
The World of Stylesheet Languages
The World of Stylesheet LanguagesThe World of Stylesheet Languages
The World of Stylesheet Languages
Andrea Tino
 
Web Development Life Cycle
Web Development Life CycleWeb Development Life Cycle
Web Development Life Cycle
Brainwork Technologies
 
CSS For Coders
CSS For CodersCSS For Coders
CSS For Coders
ggfergu
 
Finding Useful Plugins: How To Extend WordPress Past a Simple Blog
Finding Useful Plugins: How To Extend WordPress Past a Simple BlogFinding Useful Plugins: How To Extend WordPress Past a Simple Blog
Finding Useful Plugins: How To Extend WordPress Past a Simple Blog
Meagan Hanes
 
Customizing Your WordPress Theme Using Firebug and Basic CSS
Customizing Your WordPress Theme Using Firebug and Basic CSSCustomizing Your WordPress Theme Using Firebug and Basic CSS
Customizing Your WordPress Theme Using Firebug and Basic CSS
Laura Hartwig
 
700 posts – 1 menu, organizing a large info site with taxonomies and facets
700 posts – 1 menu, organizing a large info site with taxonomies and facets700 posts – 1 menu, organizing a large info site with taxonomies and facets
700 posts – 1 menu, organizing a large info site with taxonomies and facets
Becky Davis
 

What's hot (19)

Artisteer manual del Usuario
Artisteer manual del UsuarioArtisteer manual del Usuario
Artisteer manual del Usuario
 
Web Components in Action: building reusable components for web development
Web Components in Action: building reusable components for web developmentWeb Components in Action: building reusable components for web development
Web Components in Action: building reusable components for web development
 
The Art of Web Design, 101
The Art of Web Design, 101The Art of Web Design, 101
The Art of Web Design, 101
 
How I Built a Membership Site Using Joomla Components and without being a dev...
How I Built a Membership Site Using Joomla Components and without being a dev...How I Built a Membership Site Using Joomla Components and without being a dev...
How I Built a Membership Site Using Joomla Components and without being a dev...
 
WordPress vs Blogger
WordPress vs BloggerWordPress vs Blogger
WordPress vs Blogger
 
WordCamp Mumbai 2017: How to get more involved with WordPress
WordCamp Mumbai 2017: How to get more involved with WordPressWordCamp Mumbai 2017: How to get more involved with WordPress
WordCamp Mumbai 2017: How to get more involved with WordPress
 
Theme frameworks & child themes
Theme frameworks & child themesTheme frameworks & child themes
Theme frameworks & child themes
 
WordPress Basics
WordPress BasicsWordPress Basics
WordPress Basics
 
Child Theming: An Introduction to Wordpress Theme Development with Wordpres...
Child Theming: An Introduction to  Wordpress Theme Development  with Wordpres...Child Theming: An Introduction to  Wordpress Theme Development  with Wordpres...
Child Theming: An Introduction to Wordpress Theme Development with Wordpres...
 
Design truly responsive webpages with joomla templates
Design truly responsive webpages with joomla templates Design truly responsive webpages with joomla templates
Design truly responsive webpages with joomla templates
 
Fb Webinar WP Plugin
Fb Webinar WP PluginFb Webinar WP Plugin
Fb Webinar WP Plugin
 
Kick start your career with wordpress
Kick start your career with wordpressKick start your career with wordpress
Kick start your career with wordpress
 
Blogging 201: From Blank Slate to Blog in Under an Hour
Blogging 201: From Blank Slate to Blog in Under an HourBlogging 201: From Blank Slate to Blog in Under an Hour
Blogging 201: From Blank Slate to Blog in Under an Hour
 
The World of Stylesheet Languages
The World of Stylesheet LanguagesThe World of Stylesheet Languages
The World of Stylesheet Languages
 
Web Development Life Cycle
Web Development Life CycleWeb Development Life Cycle
Web Development Life Cycle
 
CSS For Coders
CSS For CodersCSS For Coders
CSS For Coders
 
Finding Useful Plugins: How To Extend WordPress Past a Simple Blog
Finding Useful Plugins: How To Extend WordPress Past a Simple BlogFinding Useful Plugins: How To Extend WordPress Past a Simple Blog
Finding Useful Plugins: How To Extend WordPress Past a Simple Blog
 
Customizing Your WordPress Theme Using Firebug and Basic CSS
Customizing Your WordPress Theme Using Firebug and Basic CSSCustomizing Your WordPress Theme Using Firebug and Basic CSS
Customizing Your WordPress Theme Using Firebug and Basic CSS
 
700 posts – 1 menu, organizing a large info site with taxonomies and facets
700 posts – 1 menu, organizing a large info site with taxonomies and facets700 posts – 1 menu, organizing a large info site with taxonomies and facets
700 posts – 1 menu, organizing a large info site with taxonomies and facets
 

Viewers also liked

ASP_NET Features
ASP_NET FeaturesASP_NET Features
ASP_NET Features
Biswadip Goswami
 
5 Strategies To Manage Your Study Time!
5 Strategies To Manage Your Study Time!5 Strategies To Manage Your Study Time!
5 Strategies To Manage Your Study Time!
Powerful Tuition
 
Agile Myths
Agile MythsAgile Myths
Agile Myths
Chris Kelly
 
Quality assurance
Quality assuranceQuality assurance
Quality assurance
harshraman1989
 
Swagger
SwaggerSwagger
Swagger
Ismael Costa
 
Mysqlnd, an unknown powerful PHP extension
Mysqlnd, an unknown powerful PHP extensionMysqlnd, an unknown powerful PHP extension
Mysqlnd, an unknown powerful PHP extension
julien pauli
 
ComunicaçÃŖo em tempo real com WebRTC e PHP
ComunicaçÃŖo em tempo real com WebRTC e PHPComunicaçÃŖo em tempo real com WebRTC e PHP
ComunicaçÃŖo em tempo real com WebRTC e PHP
Michael Douglas
 
BALKAN MCO 2011 - A. Eniu - How to optimize systemic therapy in LABC
BALKAN MCO 2011 - A. Eniu - How to optimize systemic therapy in LABC BALKAN MCO 2011 - A. Eniu - How to optimize systemic therapy in LABC
BALKAN MCO 2011 - A. Eniu - How to optimize systemic therapy in LABC European School of Oncology
 
Examcollection 642-732 VCE
Examcollection 642-732 VCEExamcollection 642-732 VCE
Examcollection 642-732 VCE
examvce14
 
Asp.Net MVC - Razor Syntax
Asp.Net MVC - Razor SyntaxAsp.Net MVC - Razor Syntax
Asp.Net MVC - Razor Syntax
Renier Serven
 
NuGet Package Management Done Right
NuGet Package Management Done RightNuGet Package Management Done Right
NuGet Package Management Done Right
SeniorStoryteller
 
Case Kinghost + Elasticsearch
Case Kinghost + ElasticsearchCase Kinghost + Elasticsearch
Case Kinghost + Elasticsearch
Daniel Archer Marques Cramer
 
Quimioterapia neoadjuvante versus cirurgia inicial em CA de ovÃĄrio
Quimioterapia neoadjuvante versus cirurgia inicial em CA de ovÃĄrioQuimioterapia neoadjuvante versus cirurgia inicial em CA de ovÃĄrio
Quimioterapia neoadjuvante versus cirurgia inicial em CA de ovÃĄrio
Hospital UniversitÃĄrio - Universidade Federal do Rio de Janeiro
 
Profiling php5 to php7
Profiling php5 to php7Profiling php5 to php7
Profiling php5 to php7
julien pauli
 
Stream Processing in SmartNews #jawsdays
Stream Processing in SmartNews #jawsdaysStream Processing in SmartNews #jawsdays
Stream Processing in SmartNews #jawsdays
SmartNews, Inc.
 
Lymphangioleiomyomatosis
LymphangioleiomyomatosisLymphangioleiomyomatosis
Lymphangioleiomyomatosis
Ashraf ElAdawy
 
E-mail marketing - 4. e-mailing konference, opakovÃĄní matka moudrosti
E-mail marketing - 4. e-mailing konference, opakovÃĄní matka moudrostiE-mail marketing - 4. e-mailing konference, opakovÃĄní matka moudrosti
E-mail marketing - 4. e-mailing konference, opakovÃĄní matka moudrosti
TomÃĄÅĄ RůŞička
 
Introducing in-house PaaS in SmartNews
Introducing in-house PaaS in SmartNewsIntroducing in-house PaaS in SmartNews
Introducing in-house PaaS in SmartNews
Nobutoshi Ogata
 

Viewers also liked (20)

ASP_NET Features
ASP_NET FeaturesASP_NET Features
ASP_NET Features
 
5 Strategies To Manage Your Study Time!
5 Strategies To Manage Your Study Time!5 Strategies To Manage Your Study Time!
5 Strategies To Manage Your Study Time!
 
c.v
c.vc.v
c.v
 
Agile Myths
Agile MythsAgile Myths
Agile Myths
 
Hussain_Addas
Hussain_AddasHussain_Addas
Hussain_Addas
 
Quality assurance
Quality assuranceQuality assurance
Quality assurance
 
Swagger
SwaggerSwagger
Swagger
 
Mysqlnd, an unknown powerful PHP extension
Mysqlnd, an unknown powerful PHP extensionMysqlnd, an unknown powerful PHP extension
Mysqlnd, an unknown powerful PHP extension
 
ComunicaçÃŖo em tempo real com WebRTC e PHP
ComunicaçÃŖo em tempo real com WebRTC e PHPComunicaçÃŖo em tempo real com WebRTC e PHP
ComunicaçÃŖo em tempo real com WebRTC e PHP
 
BALKAN MCO 2011 - A. Eniu - How to optimize systemic therapy in LABC
BALKAN MCO 2011 - A. Eniu - How to optimize systemic therapy in LABC BALKAN MCO 2011 - A. Eniu - How to optimize systemic therapy in LABC
BALKAN MCO 2011 - A. Eniu - How to optimize systemic therapy in LABC
 
Examcollection 642-732 VCE
Examcollection 642-732 VCEExamcollection 642-732 VCE
Examcollection 642-732 VCE
 
Asp.Net MVC - Razor Syntax
Asp.Net MVC - Razor SyntaxAsp.Net MVC - Razor Syntax
Asp.Net MVC - Razor Syntax
 
NuGet Package Management Done Right
NuGet Package Management Done RightNuGet Package Management Done Right
NuGet Package Management Done Right
 
Case Kinghost + Elasticsearch
Case Kinghost + ElasticsearchCase Kinghost + Elasticsearch
Case Kinghost + Elasticsearch
 
Quimioterapia neoadjuvante versus cirurgia inicial em CA de ovÃĄrio
Quimioterapia neoadjuvante versus cirurgia inicial em CA de ovÃĄrioQuimioterapia neoadjuvante versus cirurgia inicial em CA de ovÃĄrio
Quimioterapia neoadjuvante versus cirurgia inicial em CA de ovÃĄrio
 
Profiling php5 to php7
Profiling php5 to php7Profiling php5 to php7
Profiling php5 to php7
 
Stream Processing in SmartNews #jawsdays
Stream Processing in SmartNews #jawsdaysStream Processing in SmartNews #jawsdays
Stream Processing in SmartNews #jawsdays
 
Lymphangioleiomyomatosis
LymphangioleiomyomatosisLymphangioleiomyomatosis
Lymphangioleiomyomatosis
 
E-mail marketing - 4. e-mailing konference, opakovÃĄní matka moudrosti
E-mail marketing - 4. e-mailing konference, opakovÃĄní matka moudrostiE-mail marketing - 4. e-mailing konference, opakovÃĄní matka moudrosti
E-mail marketing - 4. e-mailing konference, opakovÃĄní matka moudrosti
 
Introducing in-house PaaS in SmartNews
Introducing in-house PaaS in SmartNewsIntroducing in-house PaaS in SmartNews
Introducing in-house PaaS in SmartNews
 

Similar to css and wordpress

Word press in 60 minutes
Word press in 60 minutesWord press in 60 minutes
Word press in 60 minutesMichelle Castillo
 
CSS3 and a brief introduction to Google Maps API v3
CSS3 and a brief introduction to Google Maps API v3 CSS3 and a brief introduction to Google Maps API v3
CSS3 and a brief introduction to Google Maps API v3
Jeffrey Barke
 
Reworking our-workflows
Reworking our-workflowsReworking our-workflows
Reworking our-workflows
nolly00
 
Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...
Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...
Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...BookWise Design
 
Web Design & UI/UX Bootcamp [Online & Offline] In Bangla
Web Design & UI/UX Bootcamp [Online & Offline] In BanglaWeb Design & UI/UX Bootcamp [Online & Offline] In Bangla
Web Design & UI/UX Bootcamp [Online & Offline] In Bangla
Stack Learner
 
Bootstrap 4 Tutorial PDF for Beginners - Learn Step by Step
Bootstrap 4 Tutorial PDF for Beginners - Learn Step by StepBootstrap 4 Tutorial PDF for Beginners - Learn Step by Step
Bootstrap 4 Tutorial PDF for Beginners - Learn Step by Step
Bootstrap Creative
 
syllabas-mohamedelzanty
syllabas-mohamedelzantysyllabas-mohamedelzanty
syllabas-mohamedelzantyMohamed Elzanaty
 
Getting to Know WordPress May 2015
Getting to Know WordPress May 2015Getting to Know WordPress May 2015
Getting to Know WordPress May 2015
Anthony Hortin
 
Create a stunning, mobile friendly business website with the divi theme
Create a stunning, mobile friendly business website with the divi themeCreate a stunning, mobile friendly business website with the divi theme
Create a stunning, mobile friendly business website with the divi theme
Michelle Castillo
 
It’s a blog. it’s a website.
It’s a blog. it’s a website.It’s a blog. it’s a website.
It’s a blog. it’s a website.
Css Founder
 
All about TemplateToaster and its Features
All about TemplateToaster and its FeaturesAll about TemplateToaster and its Features
All about TemplateToaster and its Features
Davis Brown
 
Kick start your career with WordPress
Kick start your career with WordPressKick start your career with WordPress
Kick start your career with WordPressJignasa Naik
 
937079
937079937079
937079
Daniel Howard
 
Exploring Our Front-End Workflows
Exploring Our Front-End WorkflowsExploring Our Front-End Workflows
Exploring Our Front-End Workflows
nolly00
 
Using a CSS Framework
Using a CSS FrameworkUsing a CSS Framework
Using a CSS Framework
Gareth Saunders
 
Getting to know WordPress
Getting to know WordPressGetting to know WordPress
Getting to know WordPress
Anthony Hortin
 
LO3 - Lesson 20 - Template
LO3 - Lesson 20 - TemplateLO3 - Lesson 20 - Template
Proposal to vit 13 bce0255
Proposal to vit 13 bce0255Proposal to vit 13 bce0255
Proposal to vit 13 bce0255
Sarath Chandran
 
6 css week12 2020 2021 for g10
6 css week12 2020 2021 for g106 css week12 2020 2021 for g10
6 css week12 2020 2021 for g10
Osama Ghandour Geris
 
World of WordPress
World of WordPressWorld of WordPress
World of WordPressJoshua Wagoner
 

Similar to css and wordpress (20)

Word press in 60 minutes
Word press in 60 minutesWord press in 60 minutes
Word press in 60 minutes
 
CSS3 and a brief introduction to Google Maps API v3
CSS3 and a brief introduction to Google Maps API v3 CSS3 and a brief introduction to Google Maps API v3
CSS3 and a brief introduction to Google Maps API v3
 
Reworking our-workflows
Reworking our-workflowsReworking our-workflows
Reworking our-workflows
 
Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...
Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...
Creating Websites and Blogs that Boost Your Bottom Line, 2013 pubu 801, Shann...
 
Web Design & UI/UX Bootcamp [Online & Offline] In Bangla
Web Design & UI/UX Bootcamp [Online & Offline] In BanglaWeb Design & UI/UX Bootcamp [Online & Offline] In Bangla
Web Design & UI/UX Bootcamp [Online & Offline] In Bangla
 
Bootstrap 4 Tutorial PDF for Beginners - Learn Step by Step
Bootstrap 4 Tutorial PDF for Beginners - Learn Step by StepBootstrap 4 Tutorial PDF for Beginners - Learn Step by Step
Bootstrap 4 Tutorial PDF for Beginners - Learn Step by Step
 
syllabas-mohamedelzanty
syllabas-mohamedelzantysyllabas-mohamedelzanty
syllabas-mohamedelzanty
 
Getting to Know WordPress May 2015
Getting to Know WordPress May 2015Getting to Know WordPress May 2015
Getting to Know WordPress May 2015
 
Create a stunning, mobile friendly business website with the divi theme
Create a stunning, mobile friendly business website with the divi themeCreate a stunning, mobile friendly business website with the divi theme
Create a stunning, mobile friendly business website with the divi theme
 
It’s a blog. it’s a website.
It’s a blog. it’s a website.It’s a blog. it’s a website.
It’s a blog. it’s a website.
 
All about TemplateToaster and its Features
All about TemplateToaster and its FeaturesAll about TemplateToaster and its Features
All about TemplateToaster and its Features
 
Kick start your career with WordPress
Kick start your career with WordPressKick start your career with WordPress
Kick start your career with WordPress
 
937079
937079937079
937079
 
Exploring Our Front-End Workflows
Exploring Our Front-End WorkflowsExploring Our Front-End Workflows
Exploring Our Front-End Workflows
 
Using a CSS Framework
Using a CSS FrameworkUsing a CSS Framework
Using a CSS Framework
 
Getting to know WordPress
Getting to know WordPressGetting to know WordPress
Getting to know WordPress
 
LO3 - Lesson 20 - Template
LO3 - Lesson 20 - TemplateLO3 - Lesson 20 - Template
LO3 - Lesson 20 - Template
 
Proposal to vit 13 bce0255
Proposal to vit 13 bce0255Proposal to vit 13 bce0255
Proposal to vit 13 bce0255
 
6 css week12 2020 2021 for g10
6 css week12 2020 2021 for g106 css week12 2020 2021 for g10
6 css week12 2020 2021 for g10
 
World of WordPress
World of WordPressWorld of WordPress
World of WordPress
 

More from umesh patil

Ccna security
Ccna security Ccna security
Ccna security
umesh patil
 
Array in c language
Array in c languageArray in c language
Array in c language
umesh patil
 
Array in c language
Array in c language Array in c language
Array in c language
umesh patil
 
Jquery Preparation
Jquery PreparationJquery Preparation
Jquery Preparation
umesh patil
 
Cloud computing
Cloud computingCloud computing
Cloud computing
umesh patil
 
Static and dynamic polymorphism
Static and dynamic polymorphismStatic and dynamic polymorphism
Static and dynamic polymorphism
umesh patil
 
Introduction to asp .net
Introduction to asp .netIntroduction to asp .net
Introduction to asp .net
umesh patil
 
C language
C language C language
C language
umesh patil
 
Html and css presentation
Html and css presentationHtml and css presentation
Html and css presentation
umesh patil
 
Html Presentation
Html PresentationHtml Presentation
Html Presentation
umesh patil
 
Cloud computing
Cloud computingCloud computing
Cloud computing
umesh patil
 
Oops and c fundamentals
Oops and c fundamentals Oops and c fundamentals
Oops and c fundamentals
umesh patil
 
Java script
Java scriptJava script
Java script
umesh patil
 
Function in c program
Function in c programFunction in c program
Function in c program
umesh patil
 
css and wordpress
css and wordpresscss and wordpress
css and wordpress
umesh patil
 
Php vs asp
Php vs aspPhp vs asp
Php vs asp
umesh patil
 
Ccna security
Ccna security Ccna security
Ccna security
umesh patil
 
Cloud computing
Cloud computingCloud computing
Cloud computing
umesh patil
 
Cloud computing
Cloud computingCloud computing
Cloud computing
umesh patil
 
C language
C languageC language
C language
umesh patil
 

More from umesh patil (20)

Ccna security
Ccna security Ccna security
Ccna security
 
Array in c language
Array in c languageArray in c language
Array in c language
 
Array in c language
Array in c language Array in c language
Array in c language
 
Jquery Preparation
Jquery PreparationJquery Preparation
Jquery Preparation
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Static and dynamic polymorphism
Static and dynamic polymorphismStatic and dynamic polymorphism
Static and dynamic polymorphism
 
Introduction to asp .net
Introduction to asp .netIntroduction to asp .net
Introduction to asp .net
 
C language
C language C language
C language
 
Html and css presentation
Html and css presentationHtml and css presentation
Html and css presentation
 
Html Presentation
Html PresentationHtml Presentation
Html Presentation
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Oops and c fundamentals
Oops and c fundamentals Oops and c fundamentals
Oops and c fundamentals
 
Java script
Java scriptJava script
Java script
 
Function in c program
Function in c programFunction in c program
Function in c program
 
css and wordpress
css and wordpresscss and wordpress
css and wordpress
 
Php vs asp
Php vs aspPhp vs asp
Php vs asp
 
Ccna security
Ccna security Ccna security
Ccna security
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
Cloud computing
Cloud computingCloud computing
Cloud computing
 
C language
C languageC language
C language
 

Recently uploaded

Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
chanes7
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Thiyagu K
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Lapbook sobre os Regimes TotalitÃĄrios.pdf
Lapbook sobre os Regimes TotalitÃĄrios.pdfLapbook sobre os Regimes TotalitÃĄrios.pdf
Lapbook sobre os Regimes TotalitÃĄrios.pdf
Jean Carlos Nunes PaixÃŖo
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
JEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questionsJEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questions
ShivajiThube2
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
Mohammed Sikander
 

Recently uploaded (20)

Digital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments UnitDigital Artifact 1 - 10VCD Environments Unit
Digital Artifact 1 - 10VCD Environments Unit
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Unit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdfUnit 2- Research Aptitude (UGC NET Paper I).pdf
Unit 2- Research Aptitude (UGC NET Paper I).pdf
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Lapbook sobre os Regimes TotalitÃĄrios.pdf
Lapbook sobre os Regimes TotalitÃĄrios.pdfLapbook sobre os Regimes TotalitÃĄrios.pdf
Lapbook sobre os Regimes TotalitÃĄrios.pdf
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
JEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questionsJEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questions
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
 

css and wordpress

  • 1.
  • 2. ī‚ž Provide for West-End WordPress meetups ī‚ž Right in Bloor Village, 1st Saturdays of month at 1:00PM ī‚ž At Runnymede Library near Runnymede subway ī‚ž Emphasis on WP problem solving ī‚ž Thus each attendee introduces themselves and asks one question which the group will hopefully solve: a) immediately if possible b) during demo or presentation c) after meeting brainstorming d) in “unfinished business” at start of next meeting ī‚ž Emphasis will be on live WP demos & presentations
  • 3. ī‚ž Today is WordPress and CSS â€ĸ There is a ton of new CSS technology for WP â€ĸ Great free help/tutorial websites â€ĸ Some powerful new, free and premium CSS plugins â€ĸ A powerful new and free CSS framework â€ĸ Some very useful, free online CSS tools ī‚ž Next Month is Super Web Page/Post Designers as now Themes Providers must have Design Layout and Page Builder tools to succeed in marketplace ī‚ž Subsequent demos & presentations by members of group. Survey acts as kickstarter
  • 4. ī‚ž Every meeting will start with intros by attendees in clockwise order ī‚ž Tell us your name, how you use WordPress and add a WP question or problem. Note it does not have to be related to to the day’s topic. ī‚ž Enter your name and question or future topic in the Meetup Almanac which is circulating counter clockwise. Leave an email address if you add a question or would like to discuss a future topic for the demos.
  • 5. ī‚ž As we go through the questions if you have an answer come to the demo machine and show us with an online example if possible. ī‚ž We have localhost/WPtest ready or can plugin in your machine. Also library WiFi is available so attendees can follow on their machines. ī‚ž Q&A scrum will be interrupted at 1:40 for Demo and unanswered questions will be addressed at post-meeting scrum, later emails, or unfinished business at next meeting.
  • 6. ī‚ž During passing of the Meetup Almanac is your opportunity to raise topics for future meeting demos/presentations. Those presentations can be short and sweet: 5-15 minutes. ī‚ž Any presentation of more than 15 minutes will require a review by Organizer. ī‚ž Leave an email address and before the next meeting we shall organize the presentations order. ī‚ž In sum, your participation will help determine the Meetings effectiveness.
  • 7. ī‚ž HTML provides the layout and structure of Web pages ī‚ž JavaScript provides the local page processing. JS has a critical role ī‚ž PHP provides the client-server processing and a broad range of connectivity to other Web services like Mail Chimp, PayPal, Google Map, and Social Media ī‚ž CSS provides the icing on the cake. It allows you to refine and polish the look of your website to give it a distinctive edge. CSS is essential to good website design ī‚ž CSS controls colors, fonts, box model of spacing & other advanced features like animations. ī‚ž Curiously, CSS styling is hard to do in WordPress
  • 8. ī‚ž Many WP users leave CSS up to the theme designs ī‚ž No need to get involved in Cascading Style Sheets ī‚ž Use the Customize Command ī‚ž And maybe a touch of CSS with HTML editorâ€Ļ. ī‚ž But CSS is essential to add finishing style ī‚ž And there is lots of great free CSS Help starting with â€Ļ
  • 9. ī‚ž Overall Browser Support ī‚ž Tells which browsers support W3C standards ī‚ž CSS Can-I-Use.com ī‚ž All the specific HTML, CSS standards details
  • 10. ī‚ž Dontfeartheinternet.com ī‚ž Super intro to HTML CSS ī‚ž CSS3maker.com ī‚ž All you need to do CSS3
  • 11. ī‚ž WordPress Theme provides Layout & Structure ī‚ž CSS used by theme does the Styling ī‚ž CSS is essential for your website Look and Feel ī‚ž But you can do more DIY stylingâ€Ļ. ī‚ž By adding Inline CSS Styles in WP pages & posts ī‚ž By adding Page-wide styling ī‚ž By using Site-wide Styling across all pages/posts ī‚ž By using 2 Superstyling WP plugins
  • 12. ī‚ž Inline style applies at the lowest level directly to HTML tag or element ī‚ž Advantage: great for immediate patch to styling ī‚ž Advantage: highest precedence in style cascade ī‚ž Disadvantage: awkward, mistake prone for complex stylings ī‚ž Disadvantage: Inefficient with dense, many repeated styles <p style=“color:red; font-size:20px;”>
  • 13. ī‚ž How to get from here ī‚ž To here using inline CSS in WP There are a couple of nifty CSS and WordPress tricks involved
  • 14. ī‚žThis class style, .badge, can be used several times on a page simplifying styling ī‚žIt is second in cascade precedence ī‚žBut it requires a WP plugin to be used <style> .badge {float:left; margin:5px; color: blue; font-style:italic; padding:2px; </style>
  • 15. ī‚žStyle.css is your themes stylings ī‚žMany plugins also have a “plugin.css” file for specific plugin stylings ī‚žThird in Cascade precedence which means Pagewide style will overrule same name Sitewide style. And Inline style has highest precedence. http://www.eyetime.com/wp-content/themes/magazine/style.css />
  • 16. ī‚ž So what does this get you?
  • 17. ī‚ž Free SiteOrigin CSS Editor ī‚ž 3 of Best 2015 WP plugins ī‚ž Premium CSSHero Editor ī‚ž $29 for 1 website
  • 18. ī‚ž SiteOrigin has been delivering some of the best, free WordPress Plugins for the past 3 years ī‚ž Start CSS Editor in the dashboard under the menu Appearance | Custom CSS ī‚ž Users point and click at the elements they want to style ī‚ž Here is a must see video: https://www.youtube.com/watch?v=NscUjKze16w ī‚ž CSS Editor is a great way to make style changes and learn how CSS works in WordPress
  • 19. ī‚ž CSS Hero costs $29 for 1, $59 for 5 and $199 for 999 websites with support and updates for a year ī‚ž CSS Hero goes beyond CSS Editor â€ĸ Easier editing of elements states like hover, visited, etc â€ĸ Displays phone, tablet views for faster @media edits â€ĸ Adds more CSS3 styles for editing ī‚ž YouTube video on Rocket Mode allowing any theme - https://www.youtube.com/watch?v=DpYeilIFOn0&list= PLEx82v0KELhIbUXLIV3hZ-l_kMq5mWsYN ī‚ž Note: new version uses mouse wheel as only means to navigate some critical property lists
  • 20. ī‚ž Direct CSS Styling gives users the ability to refine the style and design of a website. ī‚ž Insert CSS & JavaScript plugin unlocks the potential of doing DIY CSS on WordPress ī‚ž 2 new plugins unlock the capability of fast direct CSS edits so users now can create any look/style for key landing pages or their whole website – and do so quickly and effectively ī‚ž There are a flood of other CSS tools that impact not just WordPress but broader Web Design
  • 21. ī‚ž Using W3CSS as Sitewide style ī‚ž Using Bootstrap 4 as a Sitewide style ī‚ž Using Foundation-Zurb 6 as a Sitewide style ī‚ž Adding Animate.css for Splash