$panel, 'title' => __( 'Introduction to Absolute Weaver', 'absolute-weaver' ), 'description' => __('A concise introduction to Absolute Weaver.', 'absolute-weaver') . '
(' . ABSOLUTE_WVR_THEMEVERSION . ')', // don't translate theme name/version 'options' => array( 'starting-intro-header' => array( 'control' => array( 'control_type' => 'WeaverA_Misc_Control', 'label' => __( 'Introduction', 'absolute-weaver' ), 'description' => __( '

Absolute Weaver allows you to customize virtually every aspect of your site. The Customizer Options are organized as top level panels based on WHAT you want to customize, and a second level of sections based on WHERE you want to make the customizations. Remember: WHAT and WHERE.

First Level Options: WHAT to Set - Option Categories

The first level of Absolute Weaver Customizer menus is organized around different categories of options that reflect different collections of related options. For example, all the Color settings are found on a single, top-level option panel called "Colors". The other top level option panels represent similar groups of options:

The top level Customizer menu also has two additional menus:

The basic logic behind this organization is that it is easy to remember the different kinds of things you want to customize, like color or spacing. The next level of menus specifies where you want to make those changes.

Second Level Options: WHERE to Set - Areas

Deciding what you want to customize is usually an obvious decision. Finding where to apply those settings take a bit more understanding just how a Absolute Weaver WordPress site is organized.

We\'ve tried to make this second level step as easy and consistent as possible. Almost every one of the option categories can be applied to the same set of areas. The "standard" set of areas include:

', 'absolute-weaver' ), 'type' => 'html', ), ), ), ); /** * Subtheme */ $starting_sections['starting-subtheme'] = array( 'panel' => $panel, 'title' => __( 'Try a Pre-defined Subtheme', 'absolute-weaver' ), 'options' => array( 'load_subtheme' => array( 'setting' => array( 'transport' => 'postMessage' ), 'control' => array( 'control_type' => 'WeaverA_Load_WA_Subtheme', 'label' => __( 'Predefined Absolute Weaver Subthemes', 'absolute-weaver' ), 'description' => __('Get a quick start on your site by selecting on of these predefined subthemes. Once you\'ve picked a subtheme, you can tweak it to look just like you want.', 'absolute-weaver'), ), ), ) ); /** * Help links */ $starting_sections['starting-help'] = array( 'panel' => $panel, 'title' => __( 'Get Help using Absolute Weaver', 'absolute-weaver' ), 'description' => __('Read the Absolute Weaver Documentation', 'absolute-weaver'), 'options' => array( 'starting-help-header' => array( 'control' => array( 'control_type' => 'WeaverA_Misc_Control', 'label' => __( 'Get Help', 'absolute-weaver' ), 'description' => sprintf(__( '

Support Forum

Please see our active %s Absolute Weaver Support Forum for online help.

Theme Documentation and Guide

See the %s Absolute Weaver Online Guide for using the Absolute Weaver Theme.

Theme Demo

%sAbsolute Weaver Demo Site
Live demo of Absolute Weaver and Absolute Weaver Plus features.

CSS Tutorial

Click for a short %s.

Supported Fonts

Click for demo of %s.

', 'absolute-weaver' ), aweaver_site('','//forum.weavertheme.com/',__('Absolute Weaver Support Forum', 'absolute-weaver'),false), aweaver_site('','//guide.weavertheme.com/',__('Absolute Weaver Guide', 'absolute-weaver'),false), aweaver_site('','//demo.weavertheme.com/',__('Absolute Weaver Demo Site', 'absolute-weaver'),false), aweaver_help_link('css-help.html', __('Weaver CSS Help', 'absolute-weaver'), __('CSS Tutorial', 'absolute-weaver'), false), aweaver_help_link('font-demo.html', __('Examples of supported fonts', 'absolute-weaver'), __('Font Examples', 'absolute-weaver'), false) ), 'type' => 'HTML', ), ), ), ); return $starting_sections; } endif; ?>