0byt3m1n1
Path:
/
data
/
27
/
5
/
48
/
71
/
5374886
/
user
/
6435255
/
htdocs
/
wp-content
/
themes
/
melos
/
admin
/
main-toolbox
/
[
Home
]
File: toolbox.php
<?php function melos_thinkup_toolbox_setup() { /** * About page class */ require_once get_template_directory() . '/admin/main-toolbox/toolbox-class-about.php'; /* * About page instance */ // Get theme data $theme_data = wp_get_theme(); // Get name of parent theme if ( is_child_theme() ) { $theme_name = trim( strtolower( str_replace( ' (Lite)', '', $theme_data->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)', 'melos' ), ucfirst( $theme_name ) ), // Page title. 'page_name' => sprintf( __( 'About %1$s (Free)', 'melos' ), ucfirst( $theme_name ) ), // Main welcome title 'welcome_title' => sprintf( __( 'Welcome to %1$s! - v', 'melos' ), 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.', 'melos' ), 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' => 'https://www.thinkupthemes.com/themes/' . $theme_name . '/', 'price_discount' => __( 'Upgrade for $31 (10% off)', 'melos' ), 'price_normal' => __( 'Normally $35. Use coupon at checkout.', 'melos' ), 'coupon' => $theme_name . '31', 'button' => __( 'Upgrade Now', 'melos' ), ), 'tabs' => array( 'getting_started' => __( 'Getting Started', 'melos' ), 'documentation' => __( 'Documentation', 'melos' ), 'support_content' => __( 'Support', 'melos' ), 'free_pro' => __( 'Free VS PRO', 'melos' ), ), // Getting started tab 'getting_started' => array( 'first' => array ( 'title' => esc_html__( 'Setup Slideshow', 'melos' ), '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!', 'melos' ) . '<br /><br />' . 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!', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'View %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => false, 'recommended_actions' => false, 'is_new_tab' => true, ), 'second' => array( 'title' => esc_html__( 'Setup Homepage', 'melos' ), '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!', 'melos' ) . '<br /><br />' . 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!', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'View %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => false, 'recommended_actions' => false, 'is_new_tab' => true, ), 'third' => array( 'title' => esc_html__( 'Go to Customizer', 'melos' ), 'text' => esc_html__( 'Using the WordPress Customizer you can easily customize every aspect of the theme.', 'melos' ), 'button_label' => esc_html__( 'Go to Customizer', 'melos' ), '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', 'melos' ), 'title' => esc_html__( 'How to find what you\'re looking for.', 'melos' ), 'text_main' => __( '<p>The documentation below will have the same title as the corresponding option in the customizer theme options area.<br />To find what you\'re looking for simply expand the toggle by clicking on it below.</p><p><strong><i>Get Started:</i></strong> You can find all of the theme specific options in the customizer under the Theme Options tab.</p>', 'melos' ), 'text_side' => '', 'hidden' => true, ), '101' => array ( 'section' => esc_html__( 'General Settings', 'melos' ), 'title' => esc_html__( 'Page Layout', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>This option can be used to add a sidebar to all pages on your site. To add a sidebar:</p><ul><li>Select a left sidebar or sidebar layout.</li><li>Choose the sidebar you want display for the chosen layout.</li><li>Go to Appearance -> Widgets in your admin area to add widgets to the selected sidebar.</li><li><strong>Note:</strong> If no sidebar is selected then the default "Sidebar" will be used.</li></ul><p>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.</p>', 'melos' ), 'text_side' => sprintf( __( '<p>Get more with %1$s Pro!</p><ul><li>Create unlimited sidebars.</li><li>Add a different sidebar to different pages.</li><li>Add sidebar layouts to specific pages only.</li><li>Plus much more!</li></ul>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '102' => array ( 'section' => esc_html__( 'General Settings', 'melos' ), 'title' => esc_html__( 'Enable Fixed Layout', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>By default your website will be responsive. If you would like to disable this simply turn this switch on.</p><p>The responsive trigger widths are:</p><ul><li><span style="width: 50px;display: inline-block;">1140px</span> <span style="width: 15px;display: inline-block;">–</span> Desktops and laptop screens.</li><li><span style="width: 50px;display: inline-block;">768px</span> <span style="width: 15px;display: inline-block;">–</span> iPad and tablets.</li><li><span style="width: 50px;display: inline-block;">640px</span> <span style="width: 15px;display: inline-block;">–</span> Small tablets and larger phones.</li><li><span style="width: 50px;display: inline-block;">560px</span> <span style="width: 15px;display: inline-block;">–</span> iPhone 5 (Landscape).</li><li><span style="width: 50px;display: inline-block;">480px</span> <span style="width: 15px;display: inline-block;">–</span> iPhone 4 or before (Landscape).</li><li><span style="width: 50px;display: inline-block;">320px</span> <span style="width: 15px;display: inline-block;">–</span> iPhone (Portrait).</li></ul>', 'melos' ), 'text_side' => sprintf( __( '<p>Get more with %1$s Pro!</p><p>Create beautiful responsive content without coding. Use our amazing drag & drop page builder and build websites with ease.</p><p>Look great on every device!</p>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '103' => array ( 'section' => esc_html__( 'General Settings', 'melos' ), 'title' => esc_html__( 'Enable Breadcrumbs', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>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.</p><p>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.</p>', 'melos' ), 'text_side' => '', 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => false, 'is_new_tab' => true, 'hidden' => '', ), '201' => array ( 'section' => esc_html__( 'Homepage', 'melos' ), 'title' => esc_html__( 'Homepage Layout', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>This option can be used to add a sidebar to the homepage on your site. To add a sidebar:</p><ul><li>Select a left sidebar or sidebar layout.</li><li>Choose the sidebar you want display for the chosen layout.</li><li>Go to Appearance -> Widgets in your admin area to add widgets to the selected sidebar.</li><li><strong>Note:</strong> If no sidebar is selected then the default "Sidebar" will be used.</li></ul><p>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.</p>', 'melos' ), 'text_side' => sprintf( __( '<p>Get more with %1$s Pro!</p><ul><li>Create unlimited sidebars.</li><li>Add a different sidebar to different pages.</li><li>Add sidebar layouts to specific pages only.</li><li>Plus much more!</li></ul>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '202' => array ( 'section' => esc_html__( 'Homepage', 'melos' ), 'title' => esc_html__( 'Homepage Slider', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => sprintf( __( '<p>%1$s comes with a image slider which can be used to add slideshow to the top of your homepage.</p><p>To use the image slider:</p><ul><li>Select the <i>"Image Slider"</i> from the Choose Home Slider options.</li><li>Expand the toggle box and select an image from your media library.</li><li>Use the "Title" field to add a main message to your slide.</li><li>Use the <i>"Description"</i> field to add additional information to your slide.</li><li>Use the <i>"URL"</i> field to select a page from your site to link the slide.</li><li>The slider will display a <i>"Read More"</i> button if the <i>"URL"</i> field is set.</li><li>Repeat the above for each additional slide you want to add.</li></ul><p>Don\'t want a slider? To disable the slider entirely simply press the <i>"Disable"</i> option.</p>', 'melos' ), ucfirst( $theme_name ) ), 'text_side' => sprintf( __( '<p>Get more with %1$s Pro!</p><ul><li>Unlimited slides.</li><li>Sliders for inner pages.</li><li>Video sliders.</li><li>Change <i>"Read More"</i> button.</li><li>Image only slides (no button).</li><li>Control transition speed.</li><li>Plus much more!</li></ul>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '203' => array ( 'section' => esc_html__( 'Homepage', 'melos' ), 'title' => esc_html__( 'Call To Action - Intro', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>Add a call to action message box at the top of content area of the homepage.</p><p>To add the call to action message box do the following:</p><ul><li>Put a tick in the checkbox to enable the message box.</li><li>Add a main message. This will be the header text and wrapped in h3 title tags.</li><li>Add a teaser message to give visitors more information.</li><li>Specify a button message if you want to display a button in the message box.</li><li>Specify whether the button should link to an internal page or external URL.</li><li>If linking to an external URL be sure to add http:// before the URL.</li></ul>', 'melos' ), 'text_side' => '', 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => false, 'is_new_tab' => true, 'hidden' => '', ), '204' => array ( 'section' => esc_html__( 'Homepage', 'melos' ), 'title' => esc_html__( 'Call To Action - Outro', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>Add a call to action message box at the bottom of content area of the homepage.</p><p>To add the call to action message box do the following:</p><ul><li>Put a tick in the checkbox to enable the message box.</li><li>Add a main message. This will be the header text and wrapped in h3 title tags.</li><li>Add a teaser message to give visitors more information.</li><li>Specify a button message if you want to display a button in the message box.</li><li>Specify whether the button should link to an internal page or external URL.</li><li>If linking to an external URL be sure to add http:// before the URL.</li></ul>', 'melos' ), 'text_side' => sprintf( __( '<p>Get more with %1$s Pro!</p><p>Add a call to action to every page of your site, not just the homepage.</p><p>Get your visitors attention on every page!</p>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '302' => array ( 'section' => esc_html__( 'Homepage (Featured)', 'melos' ), 'title' => __( 'Pre-Made Homepage<span class="hidden">Image</span>', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>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.</p><p>To add a featured section:</p><ul><li>Go to the <i>"Homepage (Featured)"</i> section in the theme options area.</li><li>Turn on the <i>"Enable Pre-Made Homepage"</i> switch.</li><li>Press the <i>"Select File"</i> button to choose an image from your media library.</li><li>Use the <i>"Title"</i> field to add a main message to your featured section.</li><li>Use the <i>"Description"</i> field to add more information to your featured section.</li><li>Use the <i>"URL"</i> field to select a page from your site to link the section.</li><li>A <i>"Read More"</i> button will show if the <i>"URL"</i> field is set.</li><li>Repeat the above for each additional featured section.</li></ul><p>Don\'t want a featured section? Simply turn the <i>"Enable Pre-Made Homepage"</i> switch off.</p>', 'melos' ), 'text_side' => sprintf( __( '<p>Get more with %1$s Pro!</p><ul><li>Unlimited featured sections.</li><li>Add featured sections to inner pages.</li><li>Disable Image cropping.</li><li>Change "Read More" button.</li><li>Add a link to any url.</li><li>Plus much more!</li></ul>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => true, ), '303' => array ( 'section' => esc_html__( 'Homepage (Featured)', 'melos' ), 'title' => __( 'Pre-Made Homepage<span class="hidden">Icon</span>', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>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.</p><p>To add a featured section:</p><ul><li>Go to the <i>"Homepage (Featured)"</i> section in the theme options area.</li><li>Turn on the <i>"Enable Pre-Made Homepage"</i> switch.</li><li>Choose an icon from the dropdown list.</li><li>Use the <i>"Title"</i> field to add a main message to your featured section.</li><li>Use the <i>"Description"</i> field to add more information to your featured section.</li><li>Use the <i>"URL"</i> field to select a page from your site to link the section.</li><li>A <i>"Read More"</i> button will show if the <i>"URL"</i> field is set.</li><li>Repeat the above for each additional featured section.</li></ul><p>Don\'t want a featured section? Simply turn the <i>"Enable Pre-Made Homepage"</i> switch off.</p>', 'melos' ), 'text_side' => sprintf( __( '<p>Get more with %1$s Pro!</p><ul><li>Unlimited featured sections.</li><li>Add featured sections to inner pages.</li><li>Change "Read More" button.</li><li>Add a link to any url.</li><li>Plus much more!</li></ul>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '401' => array ( 'section' => esc_html__( 'Header', 'melos' ), 'title' => esc_html__( 'Enable Search (Pre Header)', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>Turn this on to add a search box to your website. The search box will display at top of your website.</p>', 'melos' ), 'text_side' => '', 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => false, 'is_new_tab' => true, 'hidden' => '', ), '501' => array ( 'section' => esc_html__( 'Footer', 'melos' ), 'title' => esc_html__( 'Footer Widgets Layout', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>Choose from 18 different footer layouts. Simply select the layout you want and save changes.</p><p>When you have chosen a layout please ensure that widgets are assigned to the footer area. To do this:</p><ul><li>Go to Appearance -> Widgets in your admin area.</li><li>Now simply drag and drop the widgets you want to display into each footer area.</li><li>The footer areas are name "<i>Footer Widget Area 1</i>", "<i>Footer Widget Area 2</i>", etc...</li></ul>', 'melos' ), 'text_side' => sprintf( __( '<p>Want your own copyright message?</p><p>That\'s right! With %1$s Pro you can change the footer copyright message in seconds straight from the theme options panel!</p>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '502' => array ( 'section' => esc_html__( 'Footer', 'melos' ), 'title' => esc_html__( 'Disable Footer Widgets', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>Turn this on if you want to disable the main footer area entirely.</p>', 'melos' ), 'text_side' => sprintf( __( '<p>Want your own copyright message?</p><p>That\'s right! With %1$s Pro you can change the footer copyright message in seconds straight from the theme options panel!</p>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '601' => array ( 'section' => esc_html__( 'Social Media', 'melos' ), 'title' => esc_html__( 'Social Media', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>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.</p><p>To enable social media links:</p><ul><li>First switch on the Enable Social Media Links (footer) button.</li><li>Add a display message if you choose.</li><li><strong>Tip:</strong> This can be used to get your users attention and might be something like "Follow Us".</li></ul><p>There are 7 different social platforms you can choose to show:</p><ul><li>Facebook</li><li>Twitter</li><li>Google+</li><li>LinkedIn</li><li>Flickr</li><li>YouTube</li><li>RSS</li></ul><p>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.</p>', 'melos' ), 'text_side' => sprintf( __( '<p>Want more?</p><p>With %1$s Pro you can add links to all these profiles in just a few clicks:</p><ul><li>Instagram</li><li>Tumblr</li><li>Pinterest</li><li>Xing</li><li>PayPal</li><li>Vimeo</li><li>Email</li></ul><p>There\'s more! You can even add your own custom social media profiles in seconds!</p>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '701' => array ( 'section' => esc_html__( 'Blog', 'melos' ), 'title' => esc_html__( 'Blog Layout', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>This option can be used to add a sidebar to blog archive pages. To add a sidebar:</p><ul><li>Select a left sidebar or sidebar layout.</li><li>Choose the sidebar you want display for the chosen layout.</li><li>Go to Appearance -> Widgets in your admin area to add widgets to the selected sidebar.</li><li><strong>Note:</strong> If no sidebar is selected then the default "Sidebar" will be used.</li></ul><p>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.</p>', 'melos' ), 'text_side' => sprintf( __( '<p>Get more with %1$s Pro!</p><ul><li>Create unlimited sidebars.</li><li>Add a different sidebar to different pages.</li><li>Add sidebar layouts to specific pages only.</li><li>Plus much more!</li></ul>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '702' => array ( 'section' => esc_html__( 'Blog', 'melos' ), 'title' => esc_html__( 'Post Content', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>Choose how much of individual post contents should be displayed.</p><p><strong><i>Show Excerpt:</i></strong></p><ul><li>Choose the Show Excerpt option.</li><li>The first 55 characters fro your posts text will be used.</li></ul><p><strong><i>Show Full Article:</i></strong></p><ul><li>This will show the entire post content on the main blog page.</li><li>This includes all the text, images and anything else that is published on the post.</li><li>Users can manually restrict the amount of content shown by adding the WordPress <more> tag to the post.</li><li>By adding <more> to your posts, only content before this tag will be shown.</li></ul><p><strong><i>Hide Article:</i></strong></p><ul><li>Only the featured image from the post will be displayed</li><li>No text content from the post will be displayed.</li></ul> ', 'melos' ), 'text_side' => sprintf( __( '<p>Get more with %1$s Pro!</p><ul><li>Create unlimited blog pages.</li><li>Choose your own excerpt length.</li><li>Different layouts for different blogs.</li><li>Plus much more!</li></ul>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '703' => array ( 'section' => esc_html__( 'Blog', 'melos' ), 'title' => esc_html__( 'Post Layout', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>This option can be used to add a sidebar to blog posts. To add a sidebar:</p><ul><li>Select a left sidebar or sidebar layout.</li><li>Choose the sidebar you want display for the chosen layout.</li><li>Go to Appearance -> Widgets in your admin area to add widgets to the selected sidebar.</li><li><strong>Note:</strong> If no sidebar is selected then the default "Sidebar" will be used.</li></ul><p>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.</p>', 'melos' ), 'text_side' => sprintf( __( '<p>Get more with %1$s Pro!</p><ul><li>Create unlimited sidebars.</li><li>Add a different sidebar to different pages.</li><li>Add sidebar layouts to specific pages only.</li><li>Plus much more!</li></ul>', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://www.thinkupthemes.com/themes/' . $theme_name . '/' ), 'is_button' => true, 'is_new_tab' => true, 'hidden' => '', ), '704' => array ( 'section' => esc_html__( 'Blog', 'melos' ), 'title' => esc_html__( 'Show Author Bio', 'melos' ), 'icon' => 'dashicons dashicons-sos', 'text_main' => __( '<p>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.</p><p>To change your author details:</p><ul><li>Go to the WordPress admin area and select Users - > All Users.</li><li>Select the username of the profile you want to edit.</li><li>Next put your author details in the Biographical Info box.</li></ul><p>Any description put in here will be picked up and displayed in the author bio field.</p>', 'melos' ), 'text_side' => '', 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( 'https://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', 'melos' ), '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.', 'melos' ), 'button_label' => esc_html__( 'Contact Free Support', 'melos' ), 'button_link' => esc_url( '//wordpress.org/support/theme/' . $theme_slug . '/' ), 'is_button' => false, 'is_new_tab' => true, ), 'second' => array( 'title' => esc_html__( 'Changelog', 'melos' ), '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.', 'melos' ), 'button_label' => '', 'button_link' => '', 'is_button' => false, 'is_new_tab' => false, ), 'third' => array( 'title' => esc_html__( 'Premium Support', 'melos' ), '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!', 'melos' ), ucfirst( $theme_name ) ) . '<br /><br />' . 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!', 'melos' ), ucfirst( $theme_name ) ), 'button_label' => sprintf( esc_html__( 'Get %1$s Pro', 'melos' ), ucfirst( $theme_name ) ), 'button_link' => 'https://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' => 'https://www.thinkupthemes.com/themes/' . $theme_name . '/', 'get_pro_theme_label' => sprintf( __( 'Get %s Now!', 'melos' ), ucfirst( $theme_name ) . ' Pro' ), 'features' => array( array( 'title' => __( 'Mobile Friendly', 'melos' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Background Image', 'melos' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Fontpage Sections', 'melos' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '3', 'is_in_pro' => 'true', 'is_in_pro_text' => 'Unlimited', 'hidden' => '', ), array( 'title' => __( 'Fontpage Slides', 'melos' ), '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', 'melos' ), 'description' => '', 'is_in_lite' => '', 'is_in_lite_text' => '7', 'is_in_pro' => '', 'is_in_pro_text' => 'Unlimited', 'hidden' => '', ), array( 'title' => __( 'Advanced Theme Options', 'melos' ), 'description' => '', 'is_in_lite' => '', 'is_in_lite_text' => 'Basic', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Page Builder', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Theme Options Panel', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Unlimited Color Options', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( '600+ Google Fonts', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( '150+ Shortcodes', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'ThinkUpSlider', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Unlimited Sliders', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Video Sliders', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Portfolio', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Google Map Section', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Custom Widgets', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Parallax Effects', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Animation Effects', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Extended Layout Options', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'Premium Support', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => __( 'No credit footer link', 'melos' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), ), ), ); melos_thinkup_toolbox_about_page::init( $config ); } add_action('after_setup_theme', 'melos_thinkup_toolbox_setup'); ?>