khaihihi
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
die( '-1' );
|
||||
}
|
||||
preg_match( '/^(\d+)(\.\d+)?/', WPB_VC_VERSION, $matches );
|
||||
$custom_tag = 'script'; // Update to wp_add_inline later
|
||||
?>
|
||||
<div class="wrap vc-page-welcome about-wrap">
|
||||
<h1><?php echo sprintf( esc_html__( 'Welcome to WPBakery Page Builder %s', 'js_composer' ), esc_html( isset( $matches[0] ) ? $matches[0] : WPB_VC_VERSION ) ); ?></h1>
|
||||
|
||||
<div class="about-text">
|
||||
<?php esc_html_e( 'Congratulations! You are about to use most powerful time saver for WordPress ever - page builder plugin with Frontend and Backend editors by WPBakery.', 'js_composer' ); ?>
|
||||
</div>
|
||||
<div class="wp-badge vc-page-logo">
|
||||
<?php echo sprintf( esc_html__( 'Version %s', 'js_composer' ), esc_html( WPB_VC_VERSION ) ); ?>
|
||||
</div>
|
||||
<p class="vc-page-actions">
|
||||
<?php
|
||||
if ( vc_user_access()
|
||||
->wpAny( 'manage_options' )
|
||||
->part( 'settings' )
|
||||
->can( 'vc-general-tab' )
|
||||
->get() && ( ! is_multisite() || ! is_main_site() )
|
||||
) :
|
||||
?>
|
||||
<a href="<?php echo esc_url( admin_url( 'admin.php?page=vc-general' ) ); ?>"
|
||||
class="button button-primary"><?php esc_html_e( 'Settings', 'js_composer' ); ?></a><?php endif; ?>
|
||||
<a href="https://twitter.com/share" class="twitter-share-button"
|
||||
data-via="wpbakery"
|
||||
data-text="Take full control over your #WordPress site with WPBakery Page Builder page builder"
|
||||
data-url="https://wpbakery.com" data-size="large">Tweet</a>
|
||||
<<?php echo esc_attr( $custom_tag ); ?>>! function ( d, s, id ) {
|
||||
var js, fjs = d.getElementsByTagName( s )[ 0 ], p = /^http:/.test( d.location ) ? 'http' : 'https';
|
||||
if ( ! d.getElementById( id ) ) {
|
||||
js = d.createElement( s );
|
||||
js.id = id;
|
||||
js.src = p + '://platform.twitter.com/widgets.js';
|
||||
fjs.parentNode.insertBefore( js, fjs );
|
||||
}
|
||||
}( document, 'script', 'twitter-wjs' );</<?php echo esc_attr( $custom_tag ); ?>>
|
||||
</p>
|
||||
<?php
|
||||
vc_include_template( '/pages/partials/_tabs.php', array(
|
||||
'slug' => $page->getSlug(),
|
||||
'active_tab' => $active_page->getSlug(),
|
||||
'tabs' => $pages,
|
||||
) );
|
||||
?>
|
||||
<?php
|
||||
// @codingStandardsIgnoreLine
|
||||
print $active_page->render();
|
||||
?>
|
||||
</div>
|
||||
@@ -0,0 +1,101 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
die( '-1' );
|
||||
}
|
||||
?>
|
||||
<div class="vc_faq-tab changelog">
|
||||
<h3><?php esc_html_e( 'New to WPBakery Page Builder or Looking for More Information?', 'js_composer' ); ?></h3>
|
||||
|
||||
<p><?php printf( esc_html__( 'WPBakery has complete documentation available at our knowledge base: %s which covers everything related to WPBakery Page Builder starting from Installation and up to more advanced features based on our Inner API.', 'js_composer' ), '<a target="_blank" href="https://kb.wpbakery.com">kb.wpbakery.com</a>' ); ?></p>
|
||||
|
||||
<div class="feature-section vc_row">
|
||||
<div class="vc_col-xs-4">
|
||||
<h4><a target="_blank" href="https://go.wpbakery.com/preface"><?php esc_html_e( 'Preface', 'js_composer' ); ?></a></h4>
|
||||
<ul>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/introduction"><?php esc_html_e( 'Introduction', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/support-and-resources"><?php esc_html_e( 'Support and Resources', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/support-policy"><?php esc_html_e( 'Support Policy', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/release-notes"><?php esc_html_e( 'Release Notes', 'js_composer' ); ?></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="vc_col-xs-4">
|
||||
<h4><a target="_blank" href="https://go.wpbakery.com/licensing"><?php esc_html_e( 'Licensing', 'js_composer' ); ?></a></h4>
|
||||
<ul>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/regular-license"><?php esc_html_e( 'Regular License', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/extended-license"><?php esc_html_e( 'Extended License', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/in-stock-license-terms"><?php esc_html_e( 'In - Stock License( Theme Integration)', 'js_composer' ); ?></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="vc_col-xs-4">
|
||||
<h4><a target="_blank" href="https://go.wpbakery.com/getting-started"><?php esc_html_e( 'Getting Started', 'js_composer' ); ?></a></h4>
|
||||
<ul>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/install"><?php esc_html_e( 'Plugin Installation', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/activation"><?php esc_html_e( 'Activation', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/update"><?php esc_html_e( 'Update', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/content-type"><?php esc_html_e( 'Content Type', 'js_composer' ); ?></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="feature-section vc_row">
|
||||
<div class="vc_col-xs-4">
|
||||
<h4><a target="_blank" href="https://go.wpbakery.com/learning-more"><?php esc_html_e( 'Learning More', 'js_composer' ); ?></a>
|
||||
</h4>
|
||||
<ul>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/basic-concept"><?php esc_html_e( 'Basic Concept', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/content-elements"><?php esc_html_e( 'Content Elements', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/general-settings"><?php esc_html_e( 'General Settings', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/custom-css"><?php esc_html_e( 'Custom CSS', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/element-design-options"><?php esc_html_e( 'Element Design Options', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/responsive-settings"><?php esc_html_e( 'Responsive Settings', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/templates"><?php esc_html_e( 'Templates', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/predefined-layouts"><?php esc_html_e( 'Predefined Layouts', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/shortcode-mapper"><?php esc_html_e( 'Shortcode Mapper', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/grid-builder"><?php esc_html_e( 'Grid Builder', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/image-filters"><?php esc_html_e( 'Image filters', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/element-presets"><?php esc_html_e( 'Element Presets', 'js_composer' ); ?></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="vc_col-xs-4">
|
||||
<h4><a target="_blank" href="https://go.wpbakery.com/vc-how-tos"><?php esc_html_e( 'WPBakery Page Builder "How To\'s"', 'js_composer' ); ?></a></h4>
|
||||
|
||||
<p><?php esc_html_e( 'In this section, you will find quick tips in form of video tutorials on how to operate with WPBakery Page Builder . ', 'js_composer' ); ?></p>
|
||||
</div>
|
||||
|
||||
<div class="vc_col-xs-4">
|
||||
<h4><a target="_blank" href="https://go.wpbakery.com/faq"><?php esc_html_e( 'FAQ', 'js_composer' ); ?></a></h4>
|
||||
|
||||
<p><?php esc_html_e( 'Here you can find answers to the Frequently Asked Question about WPBakery Page Builder . ', 'js_composer' ); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="feature-section vc_row">
|
||||
<div class="vc_col-xs-4">
|
||||
<h4><a target="_blank" href="https://go.wpbakery.com/addons"><?php esc_html_e( 'Add - ons', 'js_composer' ); ?></a></h4>
|
||||
<ul>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/templatera"><?php esc_html_e( 'Templatera', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/easy-tables"><?php esc_html_e( 'Easy Tables', 'js_composer' ); ?></a></li>
|
||||
<li><a target="_blank" href="https://go.wpbakery.com/addon-development-rules"><?php esc_html_e( 'Add - on Development Rules', 'js_composer' ); ?></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="vc_col-xs-4">
|
||||
<h4><a target="_blank" href="https://go.wpbakery.com/theme-integration"><?php esc_html_e( 'Theme Integration', 'js_composer' ); ?></a></h4>
|
||||
|
||||
<p><?php esc_html_e( 'See how you can integrate WPBakery Page Builder within your WordPress theme . ', 'js_composer' ); ?></p>
|
||||
</div>
|
||||
|
||||
<div class="vc_col-xs-4">
|
||||
<h4><a target="_blank" href="https://go.wpbakery.com/inner-api"><?php esc_html_e( 'Inner API', 'js_composer' ); ?></a></h4>
|
||||
|
||||
<p><?php esc_html_e( 'Inner API section describes capabilities of interaction with WPBakery Page Builder . ', 'js_composer' ); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="return-to-dashboard">
|
||||
<a target="_blank" href="https://kb.wpbakery.com"><?php esc_html_e( 'Visit Knowledge Base for more information', 'js_composer' ); ?></a>
|
||||
</div>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
die( '-1' );
|
||||
}
|
||||
?>
|
||||
<div class="vc_resources-tab changelog">
|
||||
<div class="feature-section vc_row">
|
||||
<div class="vc_col-xs-6">
|
||||
<h3><?php esc_html_e( 'Resources', 'js_composer' ); ?></h3>
|
||||
|
||||
<p><?php esc_html_e( 'There are several resources available to WPBakery Page Builder users to help you to get around plugin:', 'js_composer' ); ?></p>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://wpbakery.com/?utm_campaign=VCplugin&utm_source=vc_user&utm_medium=welcome_page" target="_blank"><?php esc_html_e( 'Official website', 'js_composer' ); ?></a>
|
||||
</li>
|
||||
<li><a href="https://kb.wpbakery.com" target="_blank"><?php esc_html_e( 'Official Knowledge Base', 'js_composer' ); ?></a></li>
|
||||
<li><a href="https://wpbakery.com/video-academy/" target="_blank"><?php esc_html_e( 'Video Academy', 'js_composer' ); ?></a></li>
|
||||
<li><a href="https://support.wpbakery.com" target="_blank"><?php esc_html_e( 'Official support', 'js_composer' ); ?></a></li>
|
||||
<li><a href="https://facebook.com/wpbakery" target="_blank"><?php esc_html_e( 'Facebook page', 'js_composer' ); ?></a></li>
|
||||
<li><a href="https://twitter.com/wpbakery" target="_blank"><?php esc_html_e( 'Twitter account', 'js_composer' ); ?></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="vc_col-xs-6">
|
||||
<h3><?php esc_html_e( 'Official Support', 'js_composer' ); ?></h3>
|
||||
|
||||
<p><?php printf( esc_html__( 'To get your support related question answered in the fastest timing, please head over to our %ssupport page%s and open Support ticket. To open a support ticket you should have a valid support subscription in case if your support has expired you can %spurchase support extension%s on support.wpbakery.com.', 'js_composer' ), '<a href="https://support.wpbakery.com" target="_blank">', '</a>', '<a href="https://support.wpbakery.com" target="_blank">', '</a>' ); ?></p>
|
||||
|
||||
<p><?php printf( esc_html__( 'Before applying for support please make sure you understand the rules of support and go through all steps described and listed in %sSupport Policy%s in order to get your issues solved as soon as possible.', 'js_composer' ), '<a href="https://go.wpbakery.com/support-policy" target="_blank">', '</a>' ); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,17 @@
|
||||
<?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 esc_url( vc_asset_url( 'vc/vc-welcome/vc_5-6/1.png' ) ); ?>"/>
|
||||
|
||||
<h3><?php esc_html_e( 'WordPress 5.0 Compatible', 'js_composer' ); ?></h3>
|
||||
|
||||
<p><?php esc_html_e( 'WPBakery Page Builder goes hand in hand with the latest releases of WordPress. Want to stay up to date with WordPress 5.0? No problem, WPBakery Page Builder is fully compatible with the latest WordPress version and the new editor.', 'js_composer' ); ?></p>
|
||||
</div>
|
||||
</div>
|
||||
<p class="vc-thank-you">Thank you for choosing WPBakery Page Builder,<br/>Michael M, CEO at WPBakery</p>
|
||||
</div>
|
||||
Reference in New Issue
Block a user