parent()->get( 'Name' ) ) ) ); $theme_slug = trim( strtolower( str_replace( ' (Lite)', '-lite', $theme_data->parent()->get( 'Name' ) ) ) ); $theme_version = $theme_data->parent()->get( 'Version' ); } else { $theme_name = trim( strtolower( str_replace( ' (Lite)', '', $theme_data->get( 'Name' ) ) ) ); $theme_slug = trim( strtolower( str_replace( ' (Lite)', '-lite', $theme_data->get( 'Name' ) ) ) ); $theme_version = $theme_data->get( 'Version' ); } $config = array( // Menu name under Appearance. 'menu_name' => sprintf( __( 'About %1$s (Free)', 'grow' ), ucfirst( $theme_name ) ), // Page title. 'page_name' => sprintf( __( 'About %1$s (Free)', 'grow' ), ucfirst( $theme_name ) ), // Main welcome title 'welcome_title' => sprintf( __( 'Welcome to %1$s! - v', 'grow' ), ucfirst( $theme_name ) ), // Main welcome content 'welcome_content' => sprintf( esc_html__( '%1$s is a free multi-purpose WordPress theme. It\'s fully responsive and perfect for any type of website, it\'s great web agency businesses, corporate websites , personal, blogs, photography and everything in between! Create a stunning homepage with featured homepage sections and a beautiful slideshow in seconds.', 'grow' ), ucfirst( $theme_name ) ), /** * Tabs array. * * The key needs to be ONLY consisted from letters and underscores. If we want to define outside the class a function to render the tab, * the will be the name of the function which will be used to render the tab content. */ 'upgrade' => array( 'upgrade_url' => '//www.thinkupthemes.com/themes/' . $theme_name . '/', 'price_discount' => __( 'Upgrade for $31 (10% off)', 'grow' ), 'price_normal' => __( 'Normally $35. Use coupon at checkout.', 'grow' ), 'coupon' => $theme_name . '31', 'button' => __( 'Upgrade Now', 'grow' ), ), 'tabs' => array( 'getting_started' => __( 'Getting Started', 'grow' ), 'documentation' => __( 'Documentation', 'grow' ), 'support_content' => __( 'Support', 'grow' ), 'free_pro' => __( 'Free VS PRO', 'grow' ), ), // Getting started tab 'getting_started' => array( 'first' => array ( 'title' => esc_html__( 'Setup Slideshow', 'grow' ), 'text' => sprintf( esc_html__( 'Add a slider to your site in seconds. Go to the Customizer -> Theme Options -> Homepage and choose Image Slider. Add up to 3 slides quickly!', 'grow' ) . '

' . esc_html__( 'Want more slides? With %1$s Pro you can add as many slides as you want! Plus add video slides, image only slides and so much more!', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'View %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => false, 'recommended_actions' => false, 'is_new_tab' => true, ), 'second' => array( 'title' => esc_html__( 'Setup Homepage', 'grow' ), 'text' => sprintf( esc_html__( 'Create a homepage fast. Go to the Customizer -> Theme Options -> Homepage (Featured) to start adding content. Add up to 3 sections fast!', 'grow' ) . '

' . esc_html__( 'Fully customize your homepage with %1$s Pro. Add as many sections as you want, change the button text, disable cropping. Plus much more!', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'View %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => false, 'recommended_actions' => false, 'is_new_tab' => true, ), 'third' => array( 'title' => esc_html__( 'Go to Customizer', 'grow' ), 'text' => esc_html__( 'Using the WordPress Customizer you can easily customize every aspect of the theme.', 'grow' ), 'button_label' => esc_html__( 'Go to Customizer', 'grow' ), 'button_link' => esc_url( admin_url( 'customize.php' ) ), 'is_button' => true, 'recommended_actions' => false, 'is_new_tab' => true, ) ), // Documentation tab. 'documentation' => array( 'intro' => array ( 'section' => esc_html__( 'Intro', 'grow' ), 'title' => esc_html__( 'How to find what you\'re looking for.', 'grow' ), 'text_main' => __( '

The documentation below will have the same title as the corresponding option in the customizer theme options area.
To find what you\'re looking for simply expand the toggle by clicking on it below.

Get Started: You can find all of the theme specific options in the customizer under the Theme Options tab.

', 'grow' ), 'text_side' => '', 'hidden' => true, ), '101' => array ( 'section' => esc_html__( 'General Settings', 'grow' ), 'title' => esc_html__( 'Page Layout', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

This option can be used to add a sidebar to all pages on your site. To add a sidebar:

This layout will be applied to all pages published on your website. This will not be applied to the homepage or blog posts. To add a sidebar to the homepage or blog posts go to the relevant section.

', 'grow' ), 'text_side' => sprintf( __( '

Get more with %1$s Pro!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '102' => array ( 'section' => esc_html__( 'General Settings', 'grow' ), 'title' => esc_html__( 'Enable Fixed Layout', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

By default your website will be responsive. If you would like to disable this simply turn this switch on.

The responsive trigger widths are:

', 'grow' ), 'text_side' => sprintf( __( '

Get more with %1$s Pro!

Create beautiful responsive content without coding. Use our amazing drag & drop page builder and build websites with ease.

Look great on every device!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '103' => array ( 'section' => esc_html__( 'General Settings', 'grow' ), 'title' => esc_html__( 'Enable Breadcrumbs', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

Turn on to display site wide breadcrumbs. These are displayed at the top of each page and show the parent pages of the current page being viewed.

By default a forward slash (/) will be used to separate pages in the breadcrumb. If you prefer to use a different separator you can specify this using the delimiter input field.

', 'grow' ), 'text_side' => '', 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => false, 'is_new_tab' => true, 'hidden' => '', ), '201' => array ( 'section' => esc_html__( 'Homepage', 'grow' ), 'title' => esc_html__( 'Homepage Layout', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

This option can be used to add a sidebar to the homepage on your site. To add a sidebar:

This layout will be applied only to the homepage on your website. This will not be applied to inner pages or blog posts. To add a sidebar to inner pages or blog posts go to the relevant section.

', 'grow' ), 'text_side' => sprintf( __( '

Get more with %1$s Pro!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '202' => array ( 'section' => esc_html__( 'Homepage', 'grow' ), 'title' => esc_html__( 'Homepage Slider', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => sprintf( __( '

%1$s comes with a image slider which can be used to add slideshow to the top of your homepage.

To use the image slider:

Don\'t want a slider? To disable the slider entirely simply press the "Disable" option.

', 'grow' ), ucfirst( $theme_name ) ), 'text_side' => sprintf( __( '

Get more with %1$s Pro!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '203' => array ( 'section' => esc_html__( 'Homepage', 'grow' ), 'title' => esc_html__( 'Call To Action - Intro', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

Add a call to action message box at the top of content area of the homepage.

To add the call to action message box do the following:

', 'grow' ), 'text_side' => '', 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => false, 'is_new_tab' => true, 'hidden' => '', ), '204' => array ( 'section' => esc_html__( 'Homepage', 'grow' ), 'title' => esc_html__( 'Call To Action - Outro', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

Add a call to action message box at the bottom of content area of the homepage.

To add the call to action message box do the following:

', 'grow' ), 'text_side' => sprintf( __( '

Get more with %1$s Pro!

Add a call to action to every page of your site, not just the homepage.

Get your visitors attention on every page!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '302' => array ( 'section' => esc_html__( 'Homepage (Featured)', 'grow' ), 'title' => __( 'Pre-Made Homepage', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

Add up to 3 featured sections to your homepage. These display only on the homepage at the top of the content area. These can be used to add an image, title, text and a button to get your visitors attention.

To add a featured section:

Don\'t want a featured section? Simply turn the "Enable Pre-Made Homepage" switch off.

', 'grow' ), 'text_side' => sprintf( __( '

Get more with %1$s Pro!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => true, ), '303' => array ( 'section' => esc_html__( 'Homepage (Featured)', 'grow' ), 'title' => __( 'Pre-Made Homepage', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

Add up to 3 featured sections to your homepage. These display only on the homepage at the top of the content area. These can be used to add an icon, title, text and a button to get your visitors attention.

To add a featured section:

Don\'t want a featured section? Simply turn the "Enable Pre-Made Homepage" switch off.

', 'grow' ), 'text_side' => sprintf( __( '

Get more with %1$s Pro!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '401' => array ( 'section' => esc_html__( 'Header', 'grow' ), 'title' => esc_html__( 'Enable Search (Pre Header)', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

Turn this on to add a search box to your website. The search box will display at top of your website.

', 'grow' ), 'text_side' => '', 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => false, 'is_new_tab' => true, 'hidden' => '', ), '501' => array ( 'section' => esc_html__( 'Footer', 'grow' ), 'title' => esc_html__( 'Footer Widgets Layout', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

Choose from 18 different footer layouts. Simply select the layout you want and save changes.

When you have chosen a layout please ensure that widgets are assigned to the footer area. To do this:

', 'grow' ), 'text_side' => sprintf( __( '

Want your own copyright message?

That\'s right! With %1$s Pro you can change the footer copyright message in seconds straight from the theme options panel!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '502' => array ( 'section' => esc_html__( 'Footer', 'grow' ), 'title' => esc_html__( 'Disable Footer Widgets', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

Turn this on if you want to disable the main footer area entirely.

', 'grow' ), 'text_side' => sprintf( __( '

Want your own copyright message?

That\'s right! With %1$s Pro you can change the footer copyright message in seconds straight from the theme options panel!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '601' => array ( 'section' => esc_html__( 'Social Media', 'grow' ), 'title' => esc_html__( 'Social Media', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

Links to your favorite social media sites can be added to the header area in seconds. Plus each link comes with a nice tooltip showing the name of the social media site when the link is hovered over.

To enable social media links:

There are 7 different social platforms you can choose to show:

To display a link to any of these you\'ll first need to switch on the button for the social platform you want to activate and then also add a link to your profile page.

', 'grow' ), 'text_side' => sprintf( __( '

Want more?

With %1$s Pro you can add links to all these profiles in just a few clicks:

There\'s more! You can even add your own custom social media profiles in seconds!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '701' => array ( 'section' => esc_html__( 'Blog', 'grow' ), 'title' => esc_html__( 'Blog Layout', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

This option can be used to add a sidebar to blog archive pages. To add a sidebar:

This layout will be applied only to blog archive pages. This will not be applied to inner pages or posts. To add a sidebar to inner pages or posts go to the relevant section.

', 'grow' ), 'text_side' => sprintf( __( '

Get more with %1$s Pro!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '702' => array ( 'section' => esc_html__( 'Blog', 'grow' ), 'title' => esc_html__( 'Post Content', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

Choose how much of individual post contents should be displayed.

Show Excerpt:

Show Full Article:

Hide Article:

', 'grow' ), 'text_side' => sprintf( __( '

Get more with %1$s Pro!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '703' => array ( 'section' => esc_html__( 'Blog', 'grow' ), 'title' => esc_html__( 'Post Layout', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

This option can be used to add a sidebar to blog posts. To add a sidebar:

This layout will be applied only to blog posts. This will not be applied to inner pages or blog archive pages. To add a sidebar to inner pages or blog archives to the relevant section.

', 'grow' ), 'text_side' => sprintf( __( '

Get more with %1$s Pro!

', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '704' => array ( 'section' => esc_html__( 'Blog', 'grow' ), 'title' => esc_html__( 'Show Author Bio', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '

Turn this on to add an author bio to posts. This will displayed above the comments section and provides a bit of details about the author of the post. Author details will be picked up from their user profile.

To change your author details:

Any description put in here will be picked up and displayed in the author bio field.

', 'grow' ), 'text_side' => '', 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => false, 'is_new_tab' => true, 'hidden' => '', ), ), // Support content tab. 'support_content' => array( 'first' => array ( 'title' => esc_html__( 'Free Support', 'grow' ), 'icon' => 'dashicons dashicons-sos', 'text' => esc_html__( 'Get free support from the amazing volunteers over at the wordpress forums. This support is provided by volunteers not Think Up Themes staff.', 'grow' ), 'button_label' => esc_html__( 'Contact Free Support', 'grow' ), 'button_link' => esc_url( '//wordpress.org/support/theme/' . $theme_slug . '/' ), 'is_button' => false, 'is_new_tab' => true, ), 'second' => array( 'title' => esc_html__( 'Changelog', 'grow' ), 'icon' => 'dashicons dashicons-portfolio', 'text' => esc_html__( 'Want to know what\'s been happing with the latest changes? Take a look at the changelog. Your can find this in the themes readme.txt file.', 'grow' ), 'button_label' => '', 'button_link' => '', 'is_button' => false, 'is_new_tab' => false, ), 'third' => array( 'title' => esc_html__( 'Premium Support', 'grow' ), 'icon' => 'dashicons dashicons-book-alt', 'text' => sprintf( esc_html__( 'Get support from the brains behind %1$s. Upgrade to %1$s Pro and you\'ll get help straight from the theme developers!', 'grow' ), ucfirst( $theme_name ) ) . '

' . sprintf( esc_html__( 'Get VIP access to the knowledge base, personal ticket support and much more so you can make the most out of %1$s!', 'grow' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'grow' ), ucfirst( $theme_name ) ), 'button_link' => '//www.thinkupthemes.com/themes/' . $theme_name . '/', 'is_button' => true, 'is_new_tab' => true, ), ), // Free vs pro array. 'free_pro' => array( 'free_theme_name' => ucfirst( $theme_name ) . ' (free)', 'pro_theme_name' => ucfirst( $theme_name ) . ' PRO', 'pro_theme_link' => '//www.thinkupthemes.com/themes/' . $theme_name . '/', 'get_pro_theme_label' => sprintf( __( 'Get %s Now!', 'grow' ), ucfirst( $theme_name ) . ' Pro' ), 'features' => array( array( 'title' => __( 'Mobile Friendly', 'grow' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Background Image', 'grow' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Fontpage Sections', 'grow' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '3', 'is_in_pro' => 'true', 'is_in_pro_text' => 'Unlimited', 'hidden' => '', ), array( 'title' => __( 'Fontpage Slides', 'grow' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '3', 'is_in_pro' => 'true', 'is_in_pro_text' => 'Unlimited', 'hidden' => '', ), array( 'title' => __( 'Built-In Social Buttons', 'grow' ), 'description' => '', 'is_in_lite' => '', 'is_in_lite_text' => '7', 'is_in_pro' => '', 'is_in_pro_text' => 'Unlimited', 'hidden' => '', ), array( 'title' => __( 'Advanced Theme Options', 'grow' ), 'description' => '', 'is_in_lite' => '', 'is_in_lite_text' => 'Basic', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Page Builder', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Theme Options Panel', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Unlimited Color Options', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( '600+ Google Fonts', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( '150+ Shortcodes', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'ThinkUpSlider', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Unlimited Sliders', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Video Sliders', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Portfolio', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Google Map Section', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Custom Widgets', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Parallax Effects', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Animation Effects', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Extended Layout Options', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Premium Support', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'No credit footer link', 'grow' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), ), ), ); grow_thinkup_toolbox_about_page::init( $config ); } add_action('after_setup_theme', 'grow_thinkup_toolbox_setup'); ?>