403Webshell
Server IP : 213.186.33.4  /  Your IP : 216.73.216.222
Web Server : Apache
System : Linux webm005.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64
User : karinebmkh ( 644538)
PHP Version : 8.4.22
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/karinebmkh/www2/wp-content/themes/thevoux-wp/inc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/karinebmkh/www2/wp-content/themes/thevoux-wp/inc//visualcomposer-templates.php
<?php
/* Render Templates Page */
add_filter( 'vc_templates_render_category', 'thb_renderTemplateBlock', 10 );
function thb_renderTemplateBlock( $category ) {
	
	$Thb_Panel_Editor = new Vc_Templates_Panel_Editor;
	if ( 'thb_templates' === $category['category'] ) {
		ob_start();
		?>
		<div class="thb_templates_container vc_column vc_col-sm-12">
			<div class="thb_template_warning">
				<p><?php esc_html_e('These templates append the Page Builder elements to your page. The added elements still need to be configured from their settings for your content such as images, post sources, etc.', 'thevoux'); ?></p>
			</div>
			<div class="theme-browser wp-clearfix">
			<?php foreach ($category['templates'] as $key => $template) { ?>
				<div class="thb_template theme <?php echo strtolower(implode(', ', $template['cat'])); ?>">
					<div class="theme-screenshot">
						<img src="<?php echo esc_url($template['thumbnail']); ?>" alt="<?php echo esc_attr($template['name']); ?>"/>
					</div>
					<h2 class="theme-name thb_template_name"><?php echo esc_attr($template['name']); ?></h2>
					<div class="theme-actions">
		 					<a class="button button-primary thb_template_import" data-thb-id="<?php echo esc_attr($key); ?>"><?php esc_html_e('Add', 'thevoux'); ?></a>
		 			</div>
				</div>
			<?php } ?>
			</div>
		</div>
		<div class="thb_library_categories">
			<ul>
				<li data-sort="all" class="active">All <span class="count">-</span></li>
				<li data-sort="homepage">Home Pages <span class="count">-</span></li>
				<li data-sort="contact" class="">Contact <span class="count">-</span></li>
			</ul>
		</div>
		<?php
		$category['output'] = ob_get_clean();
	}
	
	return $category;
}

/* Add Template Category & its templates */
add_filter( 'vc_get_all_templates', 'thb_templates' );
function thb_templates( $data ) {
	$thb_template_category = array(
		'category' => 'thb_templates',
		'category_name' => 	Thb_Theme_Admin::$thb_theme_name,
		'category_description' => esc_html__('Homepage layouts used inside the demos', 'thevoux'),
		'category_weight' => 1,
		'templates' => thb_template_get_list()
	);
	$data[] = $thb_template_category;
	return $data;
}

/* Ajax Action */
add_action("wp_ajax_thb_load_template", "thb_load_template");
function thb_load_template() {
	$id = isset($_POST['template_unique_id']) ? $_POST['template_unique_id'] : false;
	
  $template = thb_template_get_list($id);
  echo $template['sc'];
	wp_die();
}

/* Template List */
function thb_template_get_list( $id = false) {
	$template_list = array();
	
	$template_list['thevoux_01'] = array(
		'name' => __( 'The Voux - 01', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/demos/voux_01.jpg",
		'cat' => array( 'Homepage' ),
		'sc' => '[vc_row column_padding="false" full_width_row="true" section_color="light-bg"][vc_column][thb_postcarousel columns="3" navigation="true" source="by_id:310,293,289,280,212" cat="6,3,1" item_count="6"][thb_gap height="50"][/vc_column][/vc_row][vc_row equal_height="true"][vc_column width="2/3"][thb_postgrid style="style2" pagination="true" item_count="8" featured_index="3,5"][/vc_column][vc_column fixed="true" width="1/3" skrollr="" el_class="sidebar"][vc_widget_sidebar sidebar_id="home_1" el_class="class"][thb_gap height="30"][/vc_column][/vc_row][vc_row][vc_column][thb_gap height="30"][thb_postcategory style="style4"][/vc_column][/vc_row][vc_row][vc_column][thb_gap height="50"][vc_column_text]
		<h1 style="text-align: center;"><span style="color: #ee0065;"><em>LOOK</em></span>BOOKS</h1>
		[/vc_column_text][thb_gap height="35"][thb_postcarousel style="style3" columns="5" center="" navigation="true" source="by-tag" item_count="7" tag_slugs="street, models"][thb_gap height="50"][/vc_column][/vc_row][vc_row full_width_row="true" css=".vc_custom_1430854529027{border-top-width: 1px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 70px !important;padding-bottom: 70px !important;background-color: #f8f8f8 !important;border-left-color: #e7e7e7 !important;border-left-style: solid !important;border-right-color: #e7e7e7 !important;border-right-style: solid !important;border-top-color: #e7e7e7 !important;border-top-style: solid !important;border-bottom-color: #e7e7e7 !important;border-bottom-style: solid !important;}"][vc_column width="1/2" offset="vc_col-lg-offset-4 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-xs-12"][thb_subscribe title="SUBSCRIBE" description="Subscribe now to get notified about exclusive offers from The Voux every week!"][/vc_column][/vc_row]',
	);
	
	$template_list['thevoux_02'] = array(
		'name' => __( 'The Voux - 02', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/demos/voux_02.jpg",
		'cat' => array( 'Homepage' ),
		'sc' => '[vc_row][vc_column][thb_gap height="60"][/vc_column][/vc_row][vc_row equal_height="true" vertical_center="" enable_parallax="" parallax_speed="0.5" mouse_scroll=""][vc_column width="3/4" offset="vc_col-lg-9 vc_col-md-12 vc_col-xs-12"][thb_postslider style="featured-style3" pagination="true" source="size:3|post_type:post|categories:3" cat="1" width="870" height="600"][thb_gap height="30"][thb_postgrid style="style2" source="size:5|post_type:post" item_count="3" author_ids="3"][/vc_column][vc_column fixed="true" width="1/4" offset="vc_hidden-md vc_hidden-sm vc_hidden-xs"][vc_widget_sidebar sidebar_id="home_2"][thb_gap height="30"][/vc_column][/vc_row][vc_row][vc_column][thb_postgrid style="style3" source="size:4|post_type:post" item_count="2" author_ids="3" offset="5"][thb_gap height="50"][thb_border][vc_column_text]
		<h4 style="text-align: center;">You Must Have These Goodies</h4>
		[/vc_column_text][thb_gap height="10"][thb_postcarousel style="style3" columns="5" center="" pagination="true" source="by-category" cat="67" item_count="6"][/thb_border][thb_gap height="50"][thb_postcategory cat="1"][/vc_column][/vc_row][vc_row full_width="" vertical_center="" enable_parallax="" parallax_speed="0.5" mouse_scroll=""][vc_column][thb_gap height="40"][vc_row_inner max_width="true" css=".vc_custom_1493832594482{border-top-width: 3px !important;border-right-width: 0px !important;border-bottom-width: 3px !important;border-left-width: 0px !important;padding-top: 37px !important;padding-right: 0px !important;padding-bottom: 37px !important;padding-left: 0px !important;border-left-color: #ee0065 !important;border-left-style: solid !important;border-right-color: #ee0065 !important;border-right-style: solid !important;border-top-color: #ee0065 !important;border-top-style: solid !important;border-bottom-color: #ee0065 !important;border-bottom-style: solid !important;}" full_height="" vertical_center="" full_width="true" el_class="cf"][vc_column_inner el_class="text-center" width="1/3"][thb_gap height="40"][vc_column_text]
		<h1 style="text-align: center; line-height: 1;"><span style="color: #ee0065;">HOTTEST</span>
		<em>STUFF</em></h1>
		[/vc_column_text][thb_gap height="40"][thb_button caption="SEE ALL" link="#" size="medium" animation="animation bottom-to-top"][/vc_column_inner][vc_column_inner width="2/3"][thb_postcarousel style="style2" columns="2" center="" navigation="true" source="size:5|post_type:post" cat="6,3,1,14" offset="10"][/vc_column_inner][/vc_row_inner][thb_gap height="60"][/vc_column][/vc_row][vc_row][vc_column width="3/4"][thb_postslider pagination="true" source="size:3|post_type:post|categories:4" cat="3" item_count="3" width="870" height="540"][thb_gap height="60"][/vc_column][vc_column width="1/4"][thb_image full_width="true" animation="animation fade-in" image="53" img_link="||"][thb_gap height="60"][/vc_column][/vc_row][vc_row row_id="" vertical_center="" enable_parallax="" parallax_speed="0.5" bg_video_src_mp4="" bg_video_src_ogv="" bg_video_src_webm="" bg_video_overlay_color="" mouse_scroll=""][vc_column][vc_column_text]
		[/vc_column_text][/vc_column][/vc_row]',
	);
	
	$template_list['thevoux_03'] = array(
		'name' => __( 'The Voux - 03', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/demos/voux_03.jpg",
		'cat' => array( 'Homepage' ),
		'sc' => '[vc_row][vc_column][thb_gap height="60"][thb_postslider pagination="true" source="size:3|post_type:post|categories:3"][thb_gap height="40"][/vc_column][/vc_row][vc_row][vc_column][thb_postmasonry columns="large-4" loadmore="true" source="size:8|post_type:post" item_count="11" author_ids="3"][thb_gap height="30"][thb_postcategory style="style4" cat="3"][thb_gap height="60"][thb_image animation="animation fade-in" alignment="center" image="380" img_link="||"][thb_gap height="60"][/vc_column][/vc_row]',
	);
	
	$template_list['thevoux_04'] = array(
		'name' => __( 'The Voux - 04', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/demos/voux_04.jpg",
		'cat' => array( 'Homepage' ),
		'sc' => '[vc_row][vc_column width="3/4"][thb_gap height="60"][thb_postslider style="featured-style3" pagination="true" source="size:3|post_type:post|categories:3" cat="3,1" item_count="3" width="870" height="540"][/vc_column][vc_column width="1/4"][thb_gap height="60"][thb_image full_width="true" animation="animation right-to-left" image="60" img_link="||"][/vc_column][/vc_row][vc_row equal_height="true" vertical_center="" enable_parallax="" parallax_speed="0.5" mouse_scroll=""][vc_column width="3/4"][thb_gap height="30"][vc_row_inner][vc_column_inner width="1/3"][thb_contentbox heading="BEAUTY" link="||" image="56"]Beauty is a characteristic of person, animal, place, object, or idea that provides.[/thb_contentbox][/vc_column_inner][vc_column_inner width="1/3"][thb_contentbox heading="CULTURE" link="||" image="57"]Culture is the characteristics of a particular group of people, defined by.[/thb_contentbox][/vc_column_inner][vc_column_inner width="1/3"][thb_contentbox heading="FASHION" link="||" image="58"]Get the latest fashion trends, news and runway reports with looks each week.[/thb_contentbox][/vc_column_inner][/vc_row_inner][thb_gap height="30"][thb_postgrid style="style2" pagination="true" source="size:6|post_type:post" cat="6,3,1" item_count="10" featured_index="5"][thb_gap height="60"][/vc_column][vc_column fixed="true" width="1/4" full_height="" enable_parallax="" parallax_speed="0.5"][thb_gap height="30"][vc_widget_sidebar sidebar_id="home_4"][thb_gap height="90"][/vc_column][/vc_row][vc_row full_width_row="true" css=".vc_custom_1430921507642{border-top-width: 1px !important;border-right-width: 0px !important;border-bottom-width: 0px !important;border-left-width: 0px !important;padding-top: 100px !important;padding-bottom: 100px !important;border-left-color: #eaeaea !important;border-left-style: solid !important;border-right-color: #eaeaea !important;border-right-style: solid !important;border-top-color: #eaeaea !important;border-top-style: solid !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}" equal_height="" vertical_center="" enable_parallax="" parallax_speed="0.5" mouse_scroll=""][vc_column width="1/2" offset="vc_col-lg-offset-4 vc_col-lg-4 vc_col-md-offset-2 vc_col-md-8 vc_col-xs-12" full_height="" enable_parallax="" parallax_speed="0.5"][thb_subscribe title="SUBSCRIBE" description="Subscribe now to get notified about exclusive offers from The Voux every week!"][/vc_column][/vc_row]',
	);
	
	$template_list['thevoux_05'] = array(
		'name' => __( 'The Voux - 05', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/demos/voux_05.jpg",
		'cat' => array( 'Homepage' ),
		'sc' => '[vc_row][vc_column][thb_gap height="60"][thb_postcarousel columns="2" navigation="true" source="size:4|post_type:post|categories:4" cat="4,1,2" item_count="6"][thb_gap height="60"][/vc_column][/vc_row][vc_row][vc_column][thb_postgrid columns="4" source="size:4|post_type:post" cat="6,3,1,14" item_count="4" offset="5"][thb_gap height="40"][thb_postcategory cat="3"][thb_gap height="40"][/vc_column][/vc_row][vc_row equal_height="true" vertical_center="" enable_parallax="" parallax_speed="0.5" mouse_scroll=""][vc_column width="3/4"][vc_row_inner][vc_column_inner width="1/2"][thb_postcategory style="style3" cat="6"][thb_gap height="20"][/vc_column_inner][vc_column_inner width="1/2"][thb_postcategory style="style3" cat="1"][thb_gap height="20"][/vc_column_inner][/vc_row_inner][thb_postslider pagination="true" source="size:3|post_type:post|categories:2" cat="4" item_count="4" width="870" height="540"][thb_gap height="60"][thb_postcategory style="style2" cat="14"][/vc_column][vc_column fixed="true" width="1/4" full_height="" enable_parallax="" parallax_speed="0.5"][vc_widget_sidebar sidebar_id="home_5"][/vc_column][/vc_row][vc_row][vc_column][thb_gap height="60"][/vc_column][/vc_row]',
	);
	
	$template_list['adventurelove'] = array(
		'name' => __( 'AdventureLove', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/demos/adventurelove.jpg",
		'cat' => array( 'Homepage' ),
		'sc' => '[vc_row][vc_column][thb_gap height="50"][thb_postgrid disable_excerpts="true" disable_postmeta="true" source="size:6|order_by:rand|post_type:post" cat="3,7,6" item_count="6"][/vc_column][/vc_row][vc_row][vc_column][thb_postslider style="featured-style8" navigation="true" source="size:3t|post_type:post|categories:5" cat="5" item_count="3" width="1170" height="600"][thb_gap height="45"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]
		
		<hr />
		<p style="text-align: center;"><span style="color: #000000;"><strong style="font-size: 12px;">FEATURED ARTICLES</strong></span></p>
		
		[/vc_column_text][thb_gap height="30"][thb_postgrid style="style4" columns="2" source="size:2|order:DESC|post_type:post" post_ids="10, 7"][thb_gap height="30"][/vc_column][/vc_row][vc_row][vc_column][thb_postgrid columns="3" source="size:3|order_by:rand|post_type:post" post_ids="13, 15, 18"][/vc_column][/vc_row][vc_row full_width_row="true" css=".vc_custom_1456778543597{margin-top: 30px !important;margin-bottom: 50px !important;padding-top: 70px !important;padding-bottom: 70px !important;background-color: #f8f8f8 !important;}"][vc_column][vc_column_text]
		<p style="text-align: center;"><span style="color: #000000;"><strong style="font-size: 12px;">DESTINATIONS</strong></span></p>
		
		[/vc_column_text][thb_gap height="40"][vc_row_inner max_width="true"][vc_column_inner width="1/4"][thb_threedimage full_width="true" image="365" img_link="url:http%3A%2F%2Fthevoux.fuelthemes.net%2Ftravel-demo%2Fcategory%2Fdestinations%2F|title:Italy|"][/vc_column_inner][vc_column_inner width="1/4"][thb_threedimage full_width="true" image="364" img_link="url:http%3A%2F%2Fthevoux.fuelthemes.net%2Ftravel-demo%2Fcategory%2Fpeople%2F|title:France|"][/vc_column_inner][vc_column_inner width="1/4"][thb_threedimage full_width="true" image="366" img_link="url:http%3A%2F%2Fthevoux.fuelthemes.net%2Ftravel-demo%2Fcategory%2Fthoughts%2F|title:Spain|"][/vc_column_inner][vc_column_inner width="1/4"][thb_threedimage full_width="true" image="363" img_link="url:http%3A%2F%2Fthevoux.fuelthemes.net%2Ftravel-demo%2Fcategory%2Fstories%2F|title:Brazil|"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row equal_height="true"][vc_column width="2/3"][thb_postgrid style="style2" add_title="true" title_style="style3" pagination="true" item_count="5" title="THE LATEST AND GREATEST" source="size:5|post_type:post"][/vc_column][vc_column fixed="true" width="1/3" el_class="sidebar"][vc_widget_sidebar sidebar_id="home"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]
		
		<hr />
		<p style="text-align: center;"><span style="color: #000000;"><strong style="font-size: 12px;">WE ARE ON INSTAGRAM</strong></span></p>
		
		[/vc_column_text][thb_gap height="30"][thb_instagram columns="5" link="true" low_padding="false" username="lebackpacker" number="10"][thb_gap height="50"][/vc_column][/vc_row]',
	);
	
	$template_list['thefoodies'] = array(
		'name' => __( 'The Foodies', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/demos/thefoodies.jpg",
		'cat' => array( 'Homepage' ),
		'sc' => '[vc_row][vc_column][thb_gap height="60"][thb_postslider style="featured-style5" navigation="true" source="post_type:post|by_id:20,17,54"][thb_gap height="60"][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]
		<h5 style="text-align: center;">FEATURED NEWS</h5>
		[/vc_column_text][thb_gap height="30"][thb_postcarousel style="style4" columns="4" center="" navigation="true" source="size:5|post_type:post" post_ids="337, 339, 11, 341, 310, 361"][thb_image animation="animation bottom-to-top" alignment="center" image="58"][thb_gap height="60"][/vc_column][/vc_row][vc_row equal_height="true"][vc_column width="2/3"][thb_postgrid style="style2" pagination="true" item_count="5" featured_index="3, 6" source="size:6|post_type:post"][/vc_column][vc_column fixed="true" width="1/3" el_class="sidebar"][vc_widget_sidebar sidebar_id="home_1"][thb_gap height="22"][/vc_column][/vc_row][vc_row][vc_column][thb_gap height="20"][thb_videos item_count="6"][thb_gap height="40"][/vc_column][/vc_row][vc_row equal_height="true"][vc_column width="2/3"][thb_gap height="20"][vc_row_inner][vc_column_inner width="1/2"][thb_postcategory style="style3-alt" title_style="style2" cat="4"][thb_gap height="30"][/vc_column_inner][vc_column_inner width="1/2"][thb_postcategory style="style3-alt" title_style="style2" cat="5"][thb_gap height="30"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column fixed="true" width="1/3" el_class="sidebar"][vc_widget_sidebar sidebar_id="home_2"][thb_gap height="30"][/vc_column][/vc_row][vc_row][vc_column][thb_postcategory style="style5" title_style="style2" cat="6"][thb_gap height="30"][/vc_column][/vc_row][vc_row][vc_column][thb_image animation="animation bottom-to-top" alignment="center" image="58"][thb_gap height="60"][thb_border style="style2"][vc_row_inner][vc_column_inner el_class="medium-centered text-center" offset="vc_col-lg-8 vc_col-md-9 vc_col-xs-12"][thb_gap height="20"][thb_subscribe title="SUBSCRIBE" description="Subscribe today to get daily emails about your favorite recipes"][/vc_column_inner][/vc_row_inner][/thb_border][thb_gap height="75"][/vc_column][/vc_row]',
	);
	
	$template_list['fashionme'] = array(
		'name' => __( 'FashionMe Now', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/demos/fashionmenow.jpg",
		'cat' => array( 'Homepage' ),
		'sc' => '[vc_row full_width_row="true" section_color="light-bg" css=".vc_custom_1481309241793{border-bottom-width: 1px !important;border-bottom-color: #f4f4f4 !important;border-bottom-style: solid !important;}"][vc_column][thb_postcarousel style="style5" columns="5" center="" navigation="true" source="size:8|post_type:post|categories:6,3,1" cat="6,3,1" item_count="8"][/vc_column][/vc_row][vc_row equal_height="true"][vc_column][thb_gap height="50"][thb_postslider style="featured-style9" pagination="true" navigation="true" source="tags:24" width="1170" height="550" tag_slugs="beauty"][thb_gap height="40"][vc_column_text]
		
		<hr />
		
		[/vc_column_text][thb_gap height="40"][thb_postgrid style="style5" item_count="3" source="size:3|post_type:post"][thb_gap height="40"][vc_column_text]
		
		<hr />
		
		[/vc_column_text][thb_gap height="40"][vc_column_text]
		<h4><strong>EDITOR PICKS</strong></h4>
		[/vc_column_text][thb_gap height="30"][thb_postcarousel style="style6" columns="3" center="" pagination="true" source="size:4|post_type:post|categories:4" cat="4"][thb_gap height="40"][vc_column_text]
		
		<hr />
		
		[/vc_column_text][thb_gap height="40"][thb_postgrid style="style5" item_count="3" offset="3" source="size:3|post_type:post"][thb_gap height="40"][vc_column_text]
		
		<hr />
		
		[/vc_column_text][thb_gap height="40"][vc_column_text]
		<h4><strong>TRENDING VIDEOS</strong></h4>
		[/vc_column_text][thb_gap height="30"][thb_videos style="style2" item_count="6"][thb_gap height="40"][vc_column_text]
		
		<hr />
		
		[/vc_column_text][thb_gap height="40"][thb_postgrid style="style5" item_count="3" offset="6" source="size:3|post_type:post"][thb_gap height="50"][vc_row_inner column_padding="false" css=".vc_custom_1481308348031{padding-top: 25px !important;padding-right: 25px !important;padding-bottom: 25px !important;padding-left: 25px !important;background-image: url(http://thevoux.fuelthemes.net/fashion-demo/wp-content/uploads/sites/4/2015/04/subscribe_bg.jpg?id=581) !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}" el_class="align-center"][vc_column_inner el_class="text-center" css=".vc_custom_1481308371710{padding-top: 10% !important;padding-right: 20% !important;padding-bottom: 10% !important;padding-left: 20% !important;background-color: #ffffff !important;}"][vc_column_text]
		<h4><strong>WE SEND LOVE LETTERS</strong></h4>
		Including exclusive content, style tips &amp; sweet nothings. Trust us, you want in.[/vc_column_text][thb_gap height="30"][thb_subscribe][/vc_column_inner][/vc_row_inner][thb_gap height="50"][thb_postgrid style="style5" item_count="2" offset="9" source="size:3|post_type:post"][thb_gap height="50"][vc_row_inner column_padding="false" css=".vc_custom_1481309390741{padding-top: 50px !important;padding-right: 50px !important;padding-bottom: 50px !important;padding-left: 50px !important;background-color: #f5f5f5 !important;}"][vc_column_inner][thb_image animation="animation fade-in" alignment="center" image="582" img_size="full" img_link="url:https%3A%2F%2Fthemeforest.net%2Fitem%2Fchristina-fashion-lifestyle-responsive-magazine-theme%2F15987713||target:%20_blank"][/vc_column_inner][/vc_row_inner][thb_gap height="60"][/vc_column][/vc_row]',
	);
	
	$template_list['avantgarde'] = array(
		'name' => __( 'Avantgarde', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/demos/avantgarde.jpg",
		'cat' => array( 'Homepage' ),
		'sc' => '[vc_row css=".vc_custom_1485892419479{border-bottom-width: 1px !important;border-bottom-color: #eaeaea !important;border-bottom-style: solid !important;}"][vc_column width="2/3" el_class="content-section with-border"][thb_gap height="40"][thb_postslider style="featured-style10" navigation="true" source="size:All|order_by:date|order:DESC|post_type:post|by_id:327,310,113" width="900" height="600" post_ids="327, 310, 19" offset="7"][thb_gap height="40"][/vc_column][vc_column width="1/3"][thb_gap height="40"][vc_widget_sidebar sidebar_id="home_1"][/vc_column][/vc_row][vc_row][vc_column width="2/3" el_class="content-section with-border"][thb_gap height="40"][vc_row_inner][vc_column_inner fixed="true" width="1/3"][vc_widget_sidebar sidebar_id="home_2"][thb_gap height="40"][/vc_column_inner][vc_column_inner width="2/3"][thb_postgrid style="style6" pagination="true" item_count="6"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column fixed="true" width="1/3"][thb_gap height="40"][vc_widget_sidebar sidebar_id="home_3"][/vc_column][/vc_row][vc_row][vc_column el_class="subscription-border"][thb_subscribe style="style2" title="SUBSCRIBE FOR WEEKLY UPDATES AND EXCLUSIVE OFFERS "][/vc_column][/vc_row][vc_row][vc_column][vc_column_text css=".vc_custom_1485887573216{padding-top: 45px !important;padding-bottom: 30px !important;}"]
		<p style="text-align: center; font-size: 22px;"><span style="color: #222222;"><strong>I’M ON INSTAGRAM
		</strong></span><span style="color: #222222; font-size: 16px;"><strong>@avantgarde_</strong></span></p>
		[/vc_column_text][thb_instagram columns="4" link="true" low_padding="false" username="brooklynblonde1" number="4"][thb_gap height="55"][/vc_column][/vc_row]',
	);
	
	$template_list['madison'] = array(
		'name' => __( 'Madison', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/demos/madison.jpg",
		'cat' => array( 'Homepage' ),
		'sc' => '[vc_row column_padding="false" full_width_row="true"][vc_column][thb_postslider style="featured-style11" pagination="true" source="size:3|post_type:post|by_id:21,19,37"][/vc_column][/vc_row][vc_row][vc_column][thb_gap height="100"][vc_column_text]
		<h5 style="text-align: center;">TRENDING NEWS</h5>
		[/vc_column_text][thb_gap height="40"][thb_postmasonry style="style2" columns="large-4" loadmore="true" source="size:9|post_type:post"][thb_gap height="100"][/vc_column][/vc_row][vc_row][vc_column width="1/4"][thb_border style="style3"][vc_column_text el_class="text-left"]
		<h2 style="line-height: 1;"><strong>FASHION
		NEWS</strong></h2>
		&nbsp;
		
		<a style="font-size: 12px;" href="http://thevoux.fuelthemes.net/madison/">SEE ALL FASHION</a>[/vc_column_text][/thb_border][thb_gap height="60"][/vc_column][vc_column width="3/4"][thb_postgrid columns="4" disable_excerpts="true" disable_postmeta="true" source="size:4|order_by:rand|post_type:post"][thb_gap height="60"][/vc_column][/vc_row][vc_row][vc_column][thb_postcategory style="style1-alt" title_style="style4" cat="2"][thb_gap height="60"][thb_image animation="animation fade-in" alignment="center" image="185" img_link="url:https%3A%2F%2Fthemeforest.net%2Fitem%2Fthe-voux-a-comprehensive-magazine-theme%2F11400130|title:Purchase%20The%20Voux%20Today!|target:%20_blank|"][thb_gap height="100"][/vc_column][/vc_row][vc_row][vc_column width="2/3"][thb_postcarousel style="style7" columns="2" center="" pagination="true" add_title="true" title_style="style4" source="size:4|order_by:rand|post_type:post" title="YOU MUST READ THIS"][thb_gap height="60"][thb_videos style="style2" add_title="true" title_style="style4" title="Latest Videos"][thb_gap height="60"][/vc_column][vc_column fixed="true" width="1/3" el_class="sidebar"][vc_widget_sidebar sidebar_id="home_1"][thb_gap height="60"][/vc_column][/vc_row][vc_row][vc_column][thb_border style="style3"][vc_column_text el_class="text-center"]
		<h2><strong>#IMPAMELA</strong> ON INSTAGRAM</h2>
		[/vc_column_text][thb_gap height="30"][thb_instagram columns="5" link="true" low_padding="false" username="yoyokulala" number="5"][/thb_border][thb_gap height="100"][/vc_column][/vc_row][vc_row][vc_column width="2/3"][thb_postgrid style="style2-alt" add_title="true" title_style="style4" pagination="true" item_count="7" featured_index="1,5" source="size:6|post_type:post" title="LATEST NEWS"][thb_gap height="60"][/vc_column][vc_column fixed="true" width="1/3" el_class="sidebar"][vc_widget_sidebar sidebar_id="home_2"][thb_gap height="60"][/vc_column][/vc_row]',
	);
	
	$template_list['boheme'] = array(
		'name' => __( 'Boheme', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/demos/boheme.jpg",
		'cat' => array( 'Homepage' ),
		'sc' => '[vc_row column_padding="false" full_width_row="true"][vc_column][thb_postcarousel style="style8" columns="3" navigation="true" source="size:6|post_type:post"][thb_gap height="100"][/vc_column][/vc_row][vc_row][vc_column width="2/3"][thb_postgrid style="style7" pagination="true" item_count="7" source="size:6|post_type:post" offset="6"][thb_gap height="60"][/vc_column][vc_column fixed="true" width="1/3" el_class="sidebar"][vc_widget_sidebar sidebar_id="home_1"][thb_gap height="60"][/vc_column][/vc_row][vc_row column_padding="false" full_width_row="true"][vc_column][thb_instagram link="true" column_padding="false" number="6"][/vc_column][/vc_row]',
	);
	
	$template_list['catherine'] = array(
		'name' => __( 'Catherine', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/demos/catherine.jpg",
		'cat' => array( 'Homepage' ),
		'sc' => '[vc_row column_padding="false" full_width_row="true"][vc_column][thb_postslider style="featured-style12" pagination="true" source="size:4|post_type:post"][thb_gap height="100"][/vc_column][/vc_row][vc_row][vc_column][thb_image retina="retina_size" animation="animation fade-in" alignment="center" image="209"][thb_gap height="20"][vc_column_text animation="animation fade-in"]
		<p style="text-align: center; font-size: 14px; letter-spacing: 0.1em;">WHAT IS TRENDING NOW</p>
		[/vc_column_text][thb_gap height="60"][vc_row_inner][vc_column_inner width="1/3"][thb_postcategory style="style3-nothumbs" title_style="style5" cat="2"][/vc_column_inner][vc_column_inner width="1/3"][thb_postcategory style="style3-nothumbs" title_style="style5" cat="8"][/vc_column_inner][vc_column_inner width="1/3"][thb_postcategory style="style3-nothumbs" title_style="style5" cat="5"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row full_width_row="true" css=".vc_custom_1507743522275{margin-top: 10vh !important;margin-bottom: 10vh !important;padding-top: 6vh !important;padding-bottom: 6vh !important;background-color: #f7f7f7 !important;}"][vc_column][thb_image animation="animation bottom-to-top" alignment="center" image="206" img_link="url:http%3A%2F%2Fthevoux.fuelthemes.net%2Fcatherine%2F|||"][/vc_column][/vc_row][vc_row][vc_column width="2/3"][thb_postgrid style="style2-bg" source="size:4|post_type:post" offset="4"][/vc_column][vc_column fixed="true" width="1/3" el_class="sidebar"][vc_widget_sidebar sidebar_id="home_1"][/vc_column][/vc_row][vc_row full_width_row="true" css=".vc_custom_1507725290243{margin-top: 10vh !important;margin-bottom: 10vh !important;padding-top: 10vh !important;padding-bottom: 10vh !important;background-color: #f7f7f7 !important;}"][vc_column css=".vc_custom_1507659399018{padding-right: 5% !important;padding-left: 5% !important;}"][vc_column_text animation="animation fade-in"]
		<p style="text-align: center; font-size: 14px; letter-spacing: 0.1em;">YOU MUST READ THIS</p>
		[/vc_column_text][thb_gap height="60"][thb_postcarousel style="style9" columns="5" center="" navigation="true" source="size:7|post_type:post|categories:4,5"][/vc_column][/vc_row][vc_row][vc_column width="2/3"][thb_postgrid style="style2-bg" source="size:4|post_type:post" offset="9"][/vc_column][vc_column fixed="true" width="1/3" el_class="sidebar"][vc_widget_sidebar sidebar_id="home_2"][/vc_column][/vc_row][vc_row full_width_row="true" css=".vc_custom_1507725332088{margin-top: 10vh !important;margin-bottom: 10vh !important;padding-top: 10vh !important;padding-bottom: 10vh !important;background-color: #f7f7f7 !important;}"][vc_column][vc_column_text animation="animation fade-in"]
		<p style="text-align: center; font-size: 14px; letter-spacing: 0.1em;">EDITOR’S PICKS</p>
		[/vc_column_text][thb_gap height="60"][vc_row_inner max_width="true"][vc_column_inner][thb_postgrid style="style8" columns="2" source="size:6|order:ASC|post_type:post"][/vc_column_inner][/vc_row_inner][vc_row_inner][vc_column_inner el_class="text-center"][thb_button caption="VIEW ALL" link="http://themeforest.net/item/the-voux-a-comprehensive-magazine-theme/11400130?license=regular&amp;open_purchase_for_item_id=11400130&amp;purchasable=source" target_blank="true" size="small" animation="animation bottom-to-top"][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row][vc_row css=".vc_custom_1507725182619{margin-bottom: 12vh !important;}"][vc_column width="2/3"][thb_postgrid style="style2-bg" pagination="true" source="size:4|post_type:post" offset="12"][/vc_column][vc_column fixed="true" width="1/3" el_class="sidebar"][vc_widget_sidebar sidebar_id="home_3"][/vc_column][/vc_row]',
	);
	
	$template_list['contact_01'] = array(
		'name' => __( 'Contact - Simple', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/pages/contact_simple.jpg",
		'cat' => array( 'Contact' ),
		'sc' => '[vc_row el_class="contact-row" full_width="" equal_height="" vertical_center="" enable_parallax="" parallax_speed="0.5" mouse_scroll=""][vc_column][thb_gap height="80"][vc_column_text]
		<h1 style="text-align: center;">GET IN TOUCH</h1>
		<p style="text-align: center;"><span style="font-size: 18px;">If you have issues with something not displaying properly, please ensure ad-block is
		disabled before reporting a bug.</span></p>
		[/vc_column_text][thb_gap height="40"][vc_row_inner][vc_column_inner width="1/3"][thb_contentbox heading="Say Hello " animation="animation bottom-to-top" image="69"]Telephone: 755.755.1124
		Fax: 755.755.0640
		hello@fuelthemes.net[/thb_contentbox][/vc_column_inner][vc_column_inner width="1/3"][thb_contentbox heading="Our Location" animation="animation bottom-to-top" image="70"]1170 Northeast Industrial Park Road Meridian, MS 39301[/thb_contentbox][/vc_column_inner][vc_column_inner width="1/3"][thb_contentbox heading="Career" animation="animation bottom-to-top" image="71"]Steelkilt here hissed out something, inaudible to all but the Captain.[/thb_contentbox][/vc_column_inner][/vc_row_inner][thb_gap height="80"][/vc_column][/vc_row]',
	);
	
	$template_list['contact_02'] = array(
		'name' => __( 'Contact - Advanced', 'thevoux' ),
		'thumbnail' => Thb_Theme_Admin::$thb_theme_directory_uri."assets/img/admin/pages/contact_advanced.jpg",
		'cat' => array( 'Contact' ),
		'sc' => '[vc_row column_padding="false" full_width_row="true" equal_height="" vertical_center="" enable_parallax="" parallax_speed="0.5" mouse_scroll=""][vc_column][thb_contactmap height="50" zoom="9" map_controls="panControl,zoomControl" map_style="JTVCJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJhZG1pbmlzdHJhdGl2ZSUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJwb2klMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnJvYWQlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMndhdGVyJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJzaW1wbGlmaWVkJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJ0cmFuc2l0JTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJzaW1wbGlmaWVkJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJsYW5kc2NhcGUlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMnNpbXBsaWZpZWQlMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnJvYWQuaGlnaHdheSUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb2ZmJTIyJTdEJTVEJTdEJTJDJTdCJTIyZmVhdHVyZVR5cGUlMjIlM0ElMjJyb2FkLmxvY2FsJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMnZpc2liaWxpdHklMjIlM0ElMjJvbiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZC5oaWdod2F5JTIyJTJDJTIyZWxlbWVudFR5cGUlMjIlM0ElMjJnZW9tZXRyeSUyMiUyQyUyMnN0eWxlcnMlMjIlM0ElNUIlN0IlMjJ2aXNpYmlsaXR5JTIyJTNBJTIyb24lMjIlN0QlNUQlN0QlMkMlN0IlMjJmZWF0dXJlVHlwZSUyMiUzQSUyMnJvYWQuYXJ0ZXJpYWwlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIydmlzaWJpbGl0eSUyMiUzQSUyMm9mZiUyMiU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIyd2F0ZXIlMjIlMkMlMjJzdHlsZXJzJTIyJTNBJTVCJTdCJTIyY29sb3IlMjIlM0ElMjIlMjM1Zjk0ZmYlMjIlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0EyNiU3RCUyQyU3QiUyMmdhbW1hJTIyJTNBNS44NiU3RCU1RCU3RCUyQyU3QiU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZC5oaWdod2F5JTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMndlaWdodCUyMiUzQTAuNiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0EtODUlN0QlMkMlN0IlMjJsaWdodG5lc3MlMjIlM0E2MSU3RCU1RCU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIycm9hZCUyMiU3RCUyQyU3QiU3RCUyQyU3QiUyMmZlYXR1cmVUeXBlJTIyJTNBJTIybGFuZHNjYXBlJTIyJTJDJTIyc3R5bGVycyUyMiUzQSU1QiU3QiUyMmh1ZSUyMiUzQSUyMiUyMzAwNjZmZiUyMiU3RCUyQyU3QiUyMnNhdHVyYXRpb24lMjIlM0E3NCU3RCUyQyU3QiUyMmxpZ2h0bmVzcyUyMiUzQTEwMCU3RCU1RCU3RCU1RA==" full_height=""][thb_contactmap_pin retina_marker="yes" latitude="42.78" longitude="-75" marker_title="The Voux" marker_description="6100 Wilshire Blvd 2nd Floor Los Angeles CA 90048 +1 310 499 7700
		info@stylesuite.nl"][/thb_contactmap][/vc_column][/vc_row][vc_row css=".vc_custom_1430856317055{margin-bottom: 60px !important;}" equal_height="" vertical_center="" enable_parallax="" parallax_speed="0.5" mouse_scroll=""][vc_column width="7/12" css=".vc_custom_1481315785154{position:relative; margin-top: -80px !important;padding-top: 30px !important;padding-right: 30px !important;padding-bottom: 30px !important;padding-left: 30px !important;background-color: #ffffff !important;}" full_height="" enable_parallax="" parallax_speed="0.5" el_class="up-column"][vc_column_text]
		<h1>How can <em>we</em> <strong>help</strong>?</h1>
		[/vc_column_text][thb_gap height="70"][vc_column_text]
		<h4><strong>Get In Touch</strong></h4>
		But as the junior mates were hurrying to execute the order, a pale man, with.[/vc_column_text][thb_gap height="30"][contact-form-7 id="339"][/vc_column][vc_column width="5/12" el_class="text-center" full_height="" enable_parallax="" parallax_speed="0.5"][thb_gap height="60"][thb_border][vc_column_text]
		<h4><strong>Connect With Voux</strong></h4>
		Such was the state of his mouth, that he could hardly.
		
		[icon type="fa-facebook" size="icon-4x" url="#" box="true"] [icon type="fa-twitter" size="icon-4x" url="#" box="true"] [icon type="fa-instagram" size="icon-4x" url="#" box="true"][/vc_column_text][/thb_border][/vc_column][/vc_row]',
	);
	if ( $id ) {
		return $template_list[$id];
	}
	return $template_list;
}

Youez - 2016 - github.com/yon3zu
LinuXploit