get( 'Name' ) ) ) ); $theme_slug = trim( strtolower( str_replace( ' (Lite)', '-lite', $theme_data->get( 'Name' ) ) ) ); $theme_version = $theme_data->get( 'Version' ); $config = array( // translators: %1$s: menu title under appearance 'menu_name' => sprintf( esc_html__( 'About %1$s', 'camer' ), ucfirst( $theme_name ) ), // translators: %1$s: page name 'page_name' => sprintf( esc_html__( 'About %1$s', 'camer' ), ucfirst( $theme_name ) ), // translators: %1$s: welcome title 'welcome_title' => sprintf( esc_html__( 'Welcome to %1$s - v', 'camer' ), ucfirst( $theme_name ) ), // translators: %1$s: welcome content 'welcome_content' => sprintf( esc_html__( 'Introducing %1$s. With full Gutenberg (and Classic) support, you can now embrace the future of WordPress with the new editor. Camer is a stylish minimal design concept that was built for photographic bloggers focusing on image based content. Of course, it\'s not just for photographers, this theme is also a great solution for lifestyle, fashion, technological based websites, and even personal blogging.', 'camer' ), 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.bloggingthemestyles.com/wordpress-themes/camer-pro/', 'price_discount' => __( 'Upgrade and Save $5', 'camer' ), 'price_normal' => __( 'Use coupon at checkout.', 'camer' ), 'coupon' => __( 'SAVEFIVE', 'camer' ), 'button' => __( 'Get the Pro', 'camer' ), ), 'tabs' => array( 'getting_started' => esc_html__( 'Getting Started', 'camer' ), 'support_content' => esc_html__( 'Support', 'camer' ), 'changelog' => esc_html__( 'Changelog', 'camer' ), 'free_pro' => esc_html__( 'Free VS PRO', 'camer' ), ), // Getting started tab 'getting_started' => array( 'first' => array ( 'title' => esc_html__( 'Setup Documentation', 'camer' ), 'text' => sprintf( esc_html__( 'To help you get started with the initial setup of this theme and to learn about the various features, you can check out detailed setup documentation.', 'camer' ) ), // translators: %1$s: theme name 'button_label' => sprintf( esc_html__( 'View %1$s Tutorials', 'camer' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//www.bloggingthemestyles.com/documentation/' ), 'is_button' => true, 'recommended_actions' => false, 'is_new_tab' => true, ), 'second' => array( 'title' => esc_html__( 'Go to Customizer', 'camer' ), 'text' => esc_html__( 'Using the WordPress Customizer you can easily customize every aspect of the theme.', 'camer' ), 'button_label' => esc_html__( 'Go to Customizer', 'camer' ), 'button_link' => esc_url( admin_url( 'customize.php' ) ), 'is_button' => true, 'recommended_actions' => false, 'is_new_tab' => true, ), 'third' => array( 'title' => esc_html__( 'Using a Child Theme', 'camer' ), 'text' => sprintf( esc_html__( 'If you plan to customize this theme, I recommend looking into using a child theme. To learn more about child themes and why it\'s important to use one, check out the WordPress documentation.', 'camer' ) ), 'button_label' => sprintf( esc_html__( 'Child Themes', 'camer' ), ucfirst( $theme_name ) ), 'button_link' => esc_url( '//developer.wordpress.org/themes/advanced-topics/child-themes/' ), 'is_button' => true, 'recommended_actions' => false, 'is_new_tab' => true, ), ), // Changelog content tab. 'changelog' => array( 'first' => array ( 'title' => esc_html__( 'Changelog', 'camer' ), 'text' => esc_html__( 'I generally recommend you always read the CHANGELOG before updating so that you can see what was fixed, changed, deleted, or added to the theme.', 'camer' ), 'button_label' => '', 'button_link' => '', 'is_button' => false, 'is_new_tab' => false, ), ), // Support content tab. 'support_content' => array( 'first' => array ( 'title' => esc_html__( 'Free Support', 'camer' ), 'icon' => 'dashicons dashicons-sos', 'text' => esc_html__( 'If you experience any problems, please post your questions to support and we will be more than happy to help you out.', 'camer' ), 'button_label' => esc_html__( 'Get Free Support', 'camer' ), 'button_link' => esc_url( '//wordpress.org/support/theme/camer' ), 'is_button' => true, 'is_new_tab' => true, ), 'second' => array( 'title' => esc_html__( 'Common Problems', 'camer' ), 'icon' => 'dashicons dashicons-editor-help', 'text' => esc_html__( 'For quick answers to the most common problems, you can check out the tutorials which can provide instant solutions and answers.', 'camer' ), 'button_label' => sprintf( esc_html__( 'Get Answers', 'camer' ) ), 'button_link' => '//www.bloggingthemestyles.com/support/common-problems', 'is_button' => true, 'is_new_tab' => true, ), ), // Free vs pro array. 'free_pro' => array( 'free_theme_name' => ucfirst( $theme_name ) . ' (free)', 'pro_theme_name' => esc_html__('Camer Pro','camer' ), 'pro_theme_link' => '//www.bloggingthemestyles.com/wordpress-themes/camer-pro/', 'get_pro_theme_label' => sprintf( esc_html__( 'Get Camer Pro', 'camer' ) ), 'features' => array( array( 'title' => esc_html__( 'Gutenberg Ready', 'camer' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Mobile Friendly', 'camer' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Change Accent Colours', 'camer' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Featured Post Slider', 'camer' ), 'description' => esc_html__('Showcase posts from your category of choice.', 'camer'), 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Adjustable Page Width', 'camer' ), 'description' => esc_html__('If you prefer a boxed layout instead of full width, you can adjust the page width.', 'camer'), 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Page Background Image', 'camer' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Built-In Social Menu', 'camer' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Show or Hide Elements', 'camer' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Custom Error Page', 'camer' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Blog Styles', 'camer' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '3', 'is_in_pro' => 'true', 'is_in_pro_text' => '6', 'hidden' => '', ), array( 'title' => esc_html__( 'Sidebar Positions', 'camer' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '13', 'is_in_pro' => 'true', 'is_in_pro_text' => '15', 'hidden' => '', ), array( 'title' => esc_html__( 'Page Templates', 'camer' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '5', 'is_in_pro' => 'true', 'is_in_pro_text' => '7', 'hidden' => '', ), array( 'title' => esc_html__( 'Recent Posts Widget with Thumbnails', 'camer' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Theme Options', 'camer' ), 'description' => '', 'is_in_lite' => 'true', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Support', 'camer' ), 'description' => '', 'is_in_lite' => '', 'is_in_lite_text' => 'Basic', 'is_in_pro' => '', 'is_in_pro_text' => 'Premium', 'hidden' => '', ), array( 'title' => esc_html__( 'Stylish Front Page Templates', 'camer' ), 'description' => esc_html__('This also includes a full browser window photo splash page with random images.', 'camer'), 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( '3 Header Styles', 'camer' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( '3 Full Post Layouts', 'camer' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'About Me Widget', 'camer' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Social Links Widget', 'camer' ), 'description' => '', 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Adjust Section Widths', 'camer' ), 'description' => esc_html__('You can adjust the width of your header, banner area, main content, page content, footer, and more.', 'camer'), 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Blog Thumbnail Creation', 'camer' ), 'description' => esc_html__('Automatically have post featured images cropped when uploading. You get a couple with the free version but more with the Pro.', 'camer'), 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Customizable Read More Text', 'camer' ), 'description' => esc_html__('You can change the Read More text to display what you want.', 'camer'), 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( '1-Click Demo Content Import Compatible', 'camer' ), 'description' => esc_html__('We included the ability to let you import the demo site content.', 'camer'), 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Typography Options', 'camer' ), 'description' => esc_html__('Enable or disable the theme\'s own Google fonts if you use a plugin.', 'camer'), 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), array( 'title' => esc_html__( 'Custom Styled Archive Titles', 'camer' ), 'description' => esc_html__('We customized the style of archive titles for tags, categories, etc.', 'camer'), 'is_in_lite' => 'false', 'is_in_lite_text' => '', 'is_in_pro' => 'true', 'is_in_pro_text' => '', 'hidden' => '', ), ), ), ); camer_info_page::init( $config ); } add_action('after_setup_theme', 'camer_info'); ?>