(→Feature Meta) |
|||
| Line 1: | Line 1: | ||
| − | [[ | + | [[Category:Core Sections]] |
[[File:Features-Front-End.png|200px|thumb|right|alt=Features|Features]] | [[File:Features-Front-End.png|200px|thumb|right|alt=Features|Features]] | ||
The [[Glossary#Features Section|Features section]] is one of the most dynamic and useful sections included with the PageLines framework. This tutorial will teach you how to use it; as well as some tips and tricks on how to customize it to its fullest.<br /><br /><br /><br /><br /><br /><br /><br /><br /> | The [[Glossary#Features Section|Features section]] is one of the most dynamic and useful sections included with the PageLines framework. This tutorial will teach you how to use it; as well as some tips and tricks on how to customize it to its fullest.<br /><br /><br /><br /><br /><br /><br /><br /><br /> | ||
The Features section is one of the most dynamic and useful sections included with the PageLines framework. This tutorial will teach you how to use it; as well as some tips and tricks on how to customize it to its fullest.
Contents |
There are different ways to set up the Features Section
From your WordPress Administration Panel:
You will now see the Features section with the two default Features on your new page. (By default, you will also see the Boxes section underneath the Features section. This is because the Feature Page Template also has the Boxes section turned on by default)
From your WordPress Administration Panel:
You will now see the Features section on every page that it is active on.
Using Section Control, you can control whether or not to show or hide an Active section on a page to page basis
From your WordPress Administration Panel:
Because the Features section is displayed by default when you Enable it, you will need to use this method for every page that you do not want the Features section displayed.
You can also hide the Features section by default, and choose the pages you want to show it on.
From your WordPress Administration Panel:
Now the Features section will be hidden by default until you select to show it on the individual page.
A Feature Set is what controls which Features are displayed on individual pages
From your WordPress Administration Panel:
From your WordPress Administration Panel:
From your WordPress Administration Panel:
From your WordPress Administration Panel:
If you set your Feature Post Source to "Use Post Category," the post's "Featured Image" will be used as the background image. If your post does not have a "Featured Image", the background will be black.
If you do not want your background image to be the "Featured Image", you can easily change it by adding the following custom CSS:
#feature_### .feature-wrap {background-image: url("link to background image") !important}
Where ### = the div id of that particular Feature Slider. Use a CSS Inspections tool such as Firebug to find the id number.
By default, your blog excerpts will be displayed on the left side of the Feature Slider. To move the excerpts to the right side, add the following custom CSS:
#feature_### .fcontent {float: right !important}
Remember that ### = the div id of that particular Feature Slider.
By default, the Features section will display the Features chronologically, with the newest Feature displayed first. To change the order of the Features, or any post type for that matter (Features, Banners, Boxes, etc...), you must install the Post Types Order plugin. It will allow you drag and drop control over the order.
Download, install, & activate the Post Types Order plugin
From your WordPress Administration Panel: