| Server IP : 47.82.179.145 / Your IP : 216.73.217.129 Web Server : nginx/1.26.3 System : Linux iZt4n9czhka2zvqfajdlr2Z 6.8.0-63-generic #66-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 13 20:25:30 UTC 2025 x86_64 User : www ( 1001) PHP Version : 8.3.30 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /www/wwwroot/scuipturepactory.com/wp-content/themes/colibri-wp/admin/ |
Upload File : |
<?php
use ColibriWP\Theme\PluginsManager;
use ColibriWP\Theme\Translations;
$colibriwp_is_builder_installed = apply_filters( 'colibri_page_builder/installed', false );
wp_enqueue_script( 'updates' );
function colibriwp_get_setting_link( $setting ) {
return esc_attr( colibriwp_theme()->getCustomizer()->getSettingQuickLink( $setting ) );
}
?>
<div class="colibri-get-started__container colibri-admin-panel">
<div class="colibri-get-started__section">
<h2 class="col-title colibri-get-started__section-title">
<span class="colibri-get-started__section-title__icon dashicons dashicons-admin-plugins"></span>
<?php Translations::escHtmlE( 'get_started_section_1_title' ); ?>
</h2>
<div class="colibri-get-started__content">
<?php foreach ( colibriwp_theme()->getPluginsManager()->getPluginData() as $colibriwp_recommended_plugin_slug => $colibriwp_recommended_plugin_data ): ?>
<?php
$colibriwp_plugin_state = colibriwp_theme()->getPluginsManager()->getPluginState( $colibriwp_recommended_plugin_slug );
$colibriwp_notice_type = $colibriwp_plugin_state === PluginsManager::ACTIVE_PLUGIN ? 'blue' : '';
if ( isset( $colibriwp_recommended_plugin_data['internal'] ) && $colibriwp_recommended_plugin_data['internal'] ) {
continue;
}
?>
<div
class="colibri-notice <?php echo esc_attr( $colibriwp_notice_type ); ?> plugin-card-<?php echo $colibriwp_recommended_plugin_slug;?>">
<div class="colibri-notice__header">
<h3 class="colibri-notice__title"><?php echo esc_html( colibriwp_theme()->getPluginsManager()->getPluginData( "{$colibriwp_recommended_plugin_slug}.name" ) ); ?></h3>
<div class="colibri-notice__action">
<?php if ( $colibriwp_plugin_state === PluginsManager::ACTIVE_PLUGIN ): ?>
<p class="colibri-notice__action__active"><?php Translations::escHtmlE( 'plugin_installed_and_active' ); ?> </p>
<?php else: ?>
<?php if ( $colibriwp_plugin_state === PluginsManager::INSTALLED_PLUGIN ): ?>
<a class="button button-large colibri-plugin activate-now"
data-slug="<?php echo $colibriwp_recommended_plugin_slug;?>"
href="<?php echo esc_url( colibriwp_theme()->getPluginsManager()->getActivationLink( $colibriwp_recommended_plugin_slug ) ); ?>">
<?php Translations::escHtmlE( 'activate' ); ?>
</a>
<?php else: ?>
<a class="button button-large colibri-plugin install-now"
data-slug="<?php echo $colibriwp_recommended_plugin_slug;?>"
href="<?php echo esc_url( colibriwp_theme()->getPluginsManager()->getInstallLink( $colibriwp_recommended_plugin_slug ) ); ?>">
<?php Translations::escHtmlE( 'install' ); ?>
</a>
<?php endif; ?>
<?php endif; ?>
</div>
</div>
<p class="colibri-notice__description"><?php echo esc_html( colibriwp_theme()->getPluginsManager()->getPluginData( "{$colibriwp_recommended_plugin_slug}.description" ) ); ?></p>
</div>
<?php endforeach; ?>
</div>
</div>
<div class="colibri-get-started__section">
<h2 class="colibri-get-started__section-title">
<span class="colibri-get-started__section-title__icon dashicons dashicons-admin-appearance"></span>
<?php Translations::escHtmlE( 'get_started_section_2_title' ); ?>
</h2>
<div class="colibri-get-started__content">
<div class="colibri-customizer-option__container">
<div class="colibri-customizer-option">
<span class="colibri-customizer-option__icon dashicons dashicons-format-image"></span>
<a class="colibri-customizer-option__label"
target="_blank"
href="<?php echo esc_url( colibriwp_get_setting_link( 'logo' ) ); ?>">
<?php Translations::escHtmlE( 'get_started_set_logo' ); ?>
</a>
</div>
<div class="colibri-customizer-option">
<span class="colibri-customizer-option__icon dashicons dashicons-format-image"></span>
<a class="colibri-customizer-option__label"
target="_blank"
href="<?php echo esc_url( colibriwp_get_setting_link( 'hero_background' ) ); ?>">
<?php Translations::escHtmlE( 'get_started_change_hero_image' ); ?>
</a>
</div>
<div class="colibri-customizer-option">
<span class="colibri-customizer-option__icon dashicons dashicons-menu-alt3"></span>
<a class="colibri-customizer-option__label"
target="_blank"
href="<?php echo esc_url( colibriwp_get_setting_link( 'navigation' ) ); ?>">
<?php Translations::escHtmlE( 'get_started_change_customize_navigation' ); ?>
</a>
</div>
<div class="colibri-customizer-option">
<span class="colibri-customizer-option__icon dashicons dashicons-layout"></span>
<a class="colibri-customizer-option__label"
target="_blank"
href="<?php echo esc_url( colibriwp_get_setting_link( 'hero_layout' ) ); ?>">
<?php Translations::escHtmlE( 'get_started_change_customize_hero' ); ?>
</a>
</div>
<div class="colibri-customizer-option">
<span class="colibri-customizer-option__icon dashicons dashicons-admin-appearance"></span>
<a class="colibri-customizer-option__label"
target="_blank"
href="<?php echo esc_url( colibriwp_get_setting_link( 'footer' ) ); ?>">
<?php Translations::escHtmlE( 'get_started_customize_footer' ); ?>
</a>
</div>
<?php if ( $colibriwp_is_builder_installed ): ?>
<div class="colibri-customizer-option">
<span class="colibri-customizer-option__icon dashicons dashicons-art"></span>
<a class="colibri-customizer-option__label"
target="_blank"
href="<?php echo esc_url( colibriwp_get_setting_link( 'color_scheme' ) ); ?>">
<?php Translations::escHtmlE( 'get_started_change_color_settings' ); ?>
</a>
</div>
<div class="colibri-customizer-option">
<span class="colibri-customizer-option__icon dashicons dashicons-editor-textcolor"></span>
<a class="colibri-customizer-option__label"
target="_blank"
href="<?php echo esc_url( colibriwp_get_setting_link( 'general_typography' ) ); ?>">
<?php Translations::escHtmlE( 'get_started_customize_fonts' ); ?>
</a>
</div>
<?php endif; ?>
<div class="colibri-customizer-option">
<span class="colibri-customizer-option__icon dashicons dashicons-menu-alt3"></span>
<a class="colibri-customizer-option__label"
target="_blank"
href="<?php echo esc_url( colibriwp_get_setting_link( 'menu' ) ); ?>">
<?php Translations::escHtmlE( 'get_started_set_menu_links' ); ?>
</a>
</div>
</div>
</div>
</div>
</div>
<?php
wp_print_request_filesystem_credentials_modal();
wp_print_admin_notice_templates();