?
Current File : /home/cideo/www/wp-contentVIp/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( '-1' );
}
?>
<div class="vc_welcome-tab changelog">
	<div class="vc_feature-section-teaser">
		<div>
			<img class="vc-featured-img" src="<?php echo vc_asset_url( 'vc/vc-welcome/screenshot.png' ); ?>"/>

			<h3><?php _e( 'Default Templates for Posts', 'js_composer' ); ?></h3>

			<p><?php _e( 'Visual Composer 4.12 introduces new template options to speed up your WordPress website content management. Now you are able to set up templates for your pages, posts and custom post types by default.', 'js_composer' ); ?></p>
			<p><?php _e( 'Meaning, every time you create new post there will be default layout available - so you should just change the information and Publish it. Working with authors, but afraid they can break your layout? Not any more! With default template setup and existing Role Manager you will be able to set up amazing mechanism for your WordPress website.', 'js_composer' ); ?></p>
		</div>
	</div>

	<div class="vc_welcome-feature feature-section vc_row">
		<div class="vc_col-xs-4">
			<img class="vc-img-center"
			     src="<?php echo vc_asset_url( 'vc/vc-welcome/01.png' ); ?>"/>
			<h4><?php _e( 'Disable Row', 'js_composer' ); ?></h4>

			<p><?php _e( 'Need to hide some part of your content, but don\'t want to delete it? Disable any Visual Composer row with all the content - one click only.
', 'js_composer' ); ?></p>
		</div>
		<div class="vc_col-xs-4">
			<img class="vc-img-center"
			     src="<?php echo vc_asset_url( 'vc/vc-welcome/02.png' ); ?>"/>
			<h4><?php _e( 'Polylang and qTranslate X', 'js_composer' ); ?></h4>

			<p><?php _e( 'Visual Composer is ensured to be fully compatible with Polylang and also popular version of qTranslate X so you can create multi-language websites.', 'js_composer' ); ?></p>
		</div>
		<div class="vc_col-xs-4">
			<img class="vc-img-center"
			     src="<?php echo vc_asset_url( 'vc/vc-welcome/03.png' ); ?>"/>
			<h4><?php _e( 'Nofollow and Actions', 'js_composer' ); ?></h4>

			<p><?php _e( 'Enhanced link selection allows you to set nofollow attributes for your links with one click. Moreover, button element now has onclick event for better tracking options.', 'js_composer' ); ?></p>
		</div>
	</div>

	<p class="vc-thank-you">Thank you for choosing Visual Composer,<br/>Michael M, CEO at WPBakery</p>

</div>