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

Weaver Xtreme 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 Weaver Xtreme 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 Weaver Xtreme 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:

', 'weaver-xtreme' ), 'type' => 'html', ), ), ), ); /** * Subtheme */ $starting_sections['starting-subtheme'] = array( 'panel' => $panel, 'title' => __( 'Try a Pre-defined Subtheme', 'weaver-xtreme' ), 'options' => array( 'load_subtheme' => array( 'setting' => array( 'transport' => 'postMessage' ), 'control' => array( 'control_type' => 'WeaverX_Load_WX_Subtheme', 'label' => __( 'Predefined Weaver Xtreme Subthemes', 'weaver-xtreme' ), '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. The Legacy Weaver Xtreme Admin Subthemes tab offers many additional subthemes to choose from.', 'weaver-xtreme'), ), ), ) ); /** * Help links */ $starting_sections['starting-help'] = array( 'panel' => $panel, 'title' => __( 'Get Help using Weaver Xtreme', 'weaver-xtreme' ), 'description' => __('Read the Weaver Xtreme Documentation', 'weaver-xtreme'), 'options' => array( 'starting-help-header' => array( 'control' => array( 'control_type' => 'WeaverX_Misc_Control', 'label' => __( 'Get Help', 'weaver-xtreme' ), 'description' => sprintf(__( '

Support Forum

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

Theme Documentation and Guide

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

Theme Demo

%sWeaver Xtreme Demo Site
Live demo of Weaver Xtreme and Weaver Xtreme Plus features.

CSS Tutorial

Click for a short %s.

Supported Fonts

Click for demo of %s.

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