Join Morten Rand-Hendriksen for an in-depth discussion in this video Load modular style sheets, part of WordPress: Building Progressive Themes with WP Rig.
- [Narrator] The style sheets in WP Rig aren't just modular … in that they contain individual modules like comments … and sidebar, and widgets, … they're also modular in that they load … with the module they affect. … Meaning, if you have a page that has the sidebar, … then the sidebar.css file loads, … however, if you have a page that doesn't have a sidebar, … sidebar.css does not load … because it belongs to that module. … In addition, these style sheets are loaded … at the component level in the body element. … Let me show you what I mean by that. … If I go to this page, … this is just a page with some comments in it, … and I scroll down to the comment section, … and go Inspect Element, … you'll see over here in the HTML … that right after the comment starts, … we have this call here for the comment style sheet. … Now the call here sits in the middle of the body element. … It's not inside the head element … where you normally see link elements to style sheets. … It's inside the body. …
Author
Released
7/18/2019- Setting up a WordPress theme development environment
- Installing WP Rig
- Building, activating, and testing a new progressive theme
- Editing CSS
- Using web fonts
- Editing existing templates
- Editing PHP and JavaScript code
- Adding advanced features
- Translating a theme
Skill Level Beginner
Duration
Views
Related Courses
-
WordPress: Contact Forms
with Patrick Rauland1h 37m Beginner -
WordPress: Developing Secure Sites
with Jeff Starr2h 34m Intermediate -
WordPress: Plugin Development
with Jeff Starr4h 53m Intermediate
-
Introduction
-
WP Rig: A primer2m 5s
-
1. Configure a Development Environment for WP Rig
-
2. Install and Configure WP Rig
-
Get WP Rig1m 41s
-
How WP Rig works2m 15s
-
First-time configuration2m 42s
-
Configure Browersync2m 33s
-
Run the WP Rig installer2m 52s
-
-
3. CSS
-
CSS in WP Rig2m 51s
-
Edit CSS4m 34s
-
Google Fonts4m 37s
-
Load modular style sheets3m 29s
-
-
4. PHP and WordPress Templates
-
PHP in WP Rig1m 4s
-
Templates and file structure4m 21s
-
Functions in WP Rig5m 45s
-
Example: Add footer widgets6m 27s
-
-
5. JavaScript
-
JavaScript in WP Rig1m 5s
-
Advanced JavaScript loading4m 44s
-
Debug JavaScript2m 56s
-
-
6. Extending WP Rig: A Practical Example
-
The role of PHP modules1m 36s
-
Build a basic component7m 38s
-
Enqueue JavaScript files8m 18s
-
Add a custom image size6m 35s
-
Various demos3m 9s
-
-
7. Going Further with WP Rig
-
Advanced build features2m 7s
-
Contribute to WP Rig1m 2s
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Load modular style sheets