(→PageLines Customize plugin vs. the Custom Code setting) |
|||
| Line 1: | Line 1: | ||
| − | The PageLines Customize plugin allows you to make any change you need to without editing the core framework. This way when the PageLines 2.0 framework gets updated, you won’t have to worry about losing any custom changes you’ve made. Many of you upgrading from PlatformPro will remember using the Base child theme to add your | + | The PageLines Customize plugin allows you to make any change you need to without editing the core framework. This way when the PageLines 2.0 framework gets updated, you won’t have to worry about losing any custom changes you’ve made. Many of you upgrading from PlatformPro will remember using the Base child theme to add your customization. In PageLines 2.0, you can still use the Base Theme , but you also have the option of using the PageLines Customize plugin. It acts as a child theme. |
==style.css & functions.php== | ==style.css & functions.php== | ||
The PageLines Customize plugin allows you to make any change you need to without editing the core framework. This way when the PageLines 2.0 framework gets updated, you won’t have to worry about losing any custom changes you’ve made. Many of you upgrading from PlatformPro will remember using the Base child theme to add your customization. In PageLines 2.0, you can still use the Base Theme , but you also have the option of using the PageLines Customize plugin. It acts as a child theme.
There are two main files in the PageLines Customize plugin for editing: style.css & functions.php.
Editing the style.css file, you can apply custom CSS to your theme.
Editing the functions.php file, that you can add pretty much anything else.
You can also add custom CSS via the Custom Code tab located in the PageLines=>Settings menu. The Custom Code tab is a simple quick way to add custom styles to your current site design, however it is not considered the preferred method. Using the PageLines Customize plugin to make your CSS changes is preferred for several reasons:
Any code changes you enter into style.css via the PageLines Customize Plugin will override the Custom Code settings that contain the same changes.
For more information on CSS & how it relates to PageLines 2.0, click on CSS Customization
The PageLines Customize plugin is available for free in the PageLines Store.
From your WordPress Administration Panel:
You will now be able to edit the new style.css & functions.php. They are located in \wp-content\plugins\pagelines-customize
If you prefer to edit these files through Wordpress instead of a text editor, remember that "PageLines Customize" is a plugin, and can be accessed via:
Dashboard=>Plugins=>Editor