Submit
Path:
~
/
home
/
getwphos
/
www
/
brueggemann
/
wp-content
/
plugins
/
js_composer
/
include
/
templates
/
editors
/
partials
/
File Content:
vc_welcome_block.tpl.php
<?php /** * Welcome block template. * * @var string $editor */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $total_templates = wpbakery()->templatesPanelEditor()->loadDefaultTemplates(); $templates_total_count = count( $total_templates ); if ( vc_modules_manager()->is_module_on( 'vc-post-custom-layout' ) ) { $custom_layout = vc_modules_manager()->get_module( 'vc-post-custom-layout' ); if ( $custom_layout->get_custom_layout_name() ) { $template_class = ' vc_post-custom-layout-selected'; } else { $template_class = ''; } } else { $template_class = ' vc_post-custom-layout-selected'; } ?> <div id="vc_no-content-helper" class="vc_welcome vc_ui-font-open-sans <?php echo esc_attr( $template_class ); ?>"> <?php if ( vc_user_access()->part( 'shortcodes' )->checkStateAny( true, 'custom', null )->get() && vc_user_access_check_shortcode_all( 'vc_row' ) && vc_user_access_check_shortcode_all( 'vc_column' ) ) : vc_include_template( 'editors/partials/start-logo.tpl.php' ); vc_include_template( 'editors/partials/start-add-element-title.tpl.php' ); if ( 'backend' === $editor ) { vc_include_template( 'editors/partials/start-select-layout-title.tpl.php' ); if ( vc_modules_manager()->is_module_on( 'vc-post-custom-layout' ) ) { vc_include_template( 'editors/partials/vc_post_custom_layout.tpl.php', [ 'location' => 'welcome' ] ); } } ?> <div class="vc_ui-btn-group vc_welcome-visible-e vc_selected-post-custom-layout-visible-e"> <?php if ( vc_user_access()->part( 'shortcodes' )->checkStateAny( true, 'custom', null )->get() && vc_user_access_check_shortcode_all( 'vc_row' ) && vc_user_access_check_shortcode_all( 'vc_column' ) ) : ?> <a id="vc_no-content-add-element" class="vc_general vc_ui-button vc_ui-button-shape-rounded vc_ui-button-info vc_welcome-visible-e" title="<?php esc_attr_e( 'Add Element', 'js_composer' ); ?>" data-vc-element="add-element-action" href="#"> <i class="vc-composer-icon vc-c-icon-add_element"></i> <span><?php esc_html_e( 'Add element', 'js_composer' ); ?></span> </a><?php // phpcs:ignore:Squiz.PHP.EmbeddedPhp endif; if ( vc_user_access()->part( 'shortcodes' )->can( 'vc_column_text_all' )->get() ) : ?> <a id="vc_no-content-add-text-block" class="vc_general vc_ui-button vc_ui-button-shape-rounded vc_ui-button-info vc_ui-button-info vc_welcome-visible-e" data-vc-element="add-text-block-action" href="#" title="<?php esc_attr_e( 'Add text block', 'js_composer' ); ?>"> <i class="vc-composer-icon vc-c-icon-text-block"></i> <span><?php esc_html_e( 'Add Text Block', 'js_composer' ); ?></span> </a><?php // phpcs:ignore:Squiz.PHP.EmbeddedPhp endif; if ( $templates_total_count > 0 && vc_user_access()->part( 'templates' )->can()->get() ) : ?> <a id="vc_templates-more-layouts" class="vc_general vc_ui-button vc_ui-button-shape-rounded vc_ui-button-info vc_ui-button-info vc_welcome-visible-e" href="#"> <i class="vc-composer-icon vc-c-icon-add_template"></i> <span><?php esc_html_e( 'Add template', 'js_composer' ); ?></span> </a><?php // phpcs:ignore:Squiz.PHP.EmbeddedPhp endif; ?> </div> <?php if ( vc_user_access()->part( 'shortcodes' )->checkStateAny( true, 'custom', null )->get() && vc_user_access_check_shortcode_all( 'vc_row' ) && vc_user_access_check_shortcode_all( 'vc_column' ) ) : ?> <div class="vc_welcome-visible-ne"> <a id="vc_not-empty-add-element" class="vc_add-element-not-empty-button" title="<?php esc_attr_e( 'Add Element', 'js_composer' ); ?>" data-vc-element="add-element-action"> <i class="vc-composer-icon vc-c-icon-add"></i> </a> </div> <?php endif; ?> <p class="vc_ui-help-block vc_welcome-visible-e"> <?php printf( esc_html__( 'Don\'t know where to start? Visit our %s.', 'js_composer' ), '<a class="vc_ui-help-link" href="https://kb.wpbakery.com" target="_blank">' . esc_html__( 'knowledge base', 'js_composer' ) . '</a>' ); ?> </p> <?php endif; ?> </div>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
post-settings
---
0755
access-manager-js.tpl.php
4377 bytes
0644
add_element_search.tpl.php
474 bytes
0644
add_element_tabs.tpl.php
1427 bytes
0644
backend-shortcodes-templates.tpl.php
2301 bytes
0644
backend_controls.tpl.php
3141 bytes
0644
backend_controls_tab.tpl.php
2099 bytes
0644
backend_editor_footer.tpl.php
375 bytes
0644
copy-output.tpl.php
242 bytes
0644
footer.tpl.php
2086 bytes
0644
front-editor-control-end.tpl.php
91 bytes
0644
front-editor-control-start.tpl.php
756 bytes
0644
front_editor_container_anchor.tpl.php
129 bytes
0644
frontend_controls.tpl.php
35509 bytes
0644
icon-ai.tpl.php
936 bytes
0644
param-info.tpl.php
1445 bytes
0644
post_shortcodes.tpl.php
430 bytes
0644
promo-content.tpl.php
1644 bytes
0644
prompt-presets.tpl.php
1223 bytes
0644
prompt-templates.tpl.php
1264 bytes
0644
settings_presets_popup.tpl.php
1733 bytes
0644
start-add-element-title.tpl.php
330 bytes
0644
start-logo.tpl.php
277 bytes
0644
start-select-layout-title.tpl.php
358 bytes
0644
templates_search.tpl.php
510 bytes
0644
vc_post_custom_layout.tpl.php
7785 bytes
0644
vc_post_custom_meta.tpl.php
458 bytes
0644
vc_settings-image-block.tpl.php
604 bytes
0644
vc_ui-settings-dropdown.tpl.php
792 bytes
0644
vc_ui-templates-tabs.tpl.php
1199 bytes
0644
vc_welcome_block.tpl.php
4060 bytes
0644
N4ST4R_ID | Naxtarrr