[ Avaa Bypassed ]




Upload:

Command:

mpararhp@216.73.216.93: ~ $
<?php

use ColibriWP\Theme\Translations;
use Kubio\Theme\Theme;

wp_localize_script(
	get_template() . '-page-info',
	'vireo_admin',
	array(
		'getStartedData'    => array(
			'plugin_installed_and_active' => Translations::escHtml( 'plugin_installed_and_active' ),
			'activate'                    => Translations::escHtml( 'activate' ),
			'activating'                  => Translations::get( 'activating', 'Kubio Page Builder' ),
			'install_recommended'         => isset( $_GET['install_recommended'] ) ? $_GET['install_recommended'] : '',
			'theme_prefix'                => Theme::prefix( '', false ),
		),
		'builderStatusData' => array(
			'status'       => vireo_theme()->getPluginsManager()->getPluginState( vireo_get_builder_plugin_slug() ),
			'install_url'  => vireo_theme()->getPluginsManager()->getInstallLink( vireo_get_builder_plugin_slug() ),
			'activate_url' => vireo_theme()->getPluginsManager()->getActivationLink( vireo_get_builder_plugin_slug() ),
			'slug'         => vireo_get_builder_plugin_slug(),
			'kubio_front_set_predesign_nonce'   => wp_create_nonce( 'kubio_front_set_predesign_nonce' ),
			'kubio_disable_big_notice_nonce'    => wp_create_nonce( 'kubio_disable_big_notice_nonce' ),
			'plugin_activate_nonce' => wp_create_nonce( 'plugin_activate_nonce' ),
			'messages'     => array(
				'installing' => Translations::get( 'installing', 'Kubio Page Builder' ),
				'activating' => Translations::get( 'activating', 'Kubio Page Builder' ),
				'preparing'  => Translations::get( 'preparing_front_page_installation' ),
			),
		),
	)
);

?>

<div class="vireo-notice-dont-show-container">
    <button class="button-link vireo-dont-show-notice">
		<?php Translations::escHtmlE( 'dont_show_anymore' ); ?>
    </button>
</div>

<div class="vireo-admin-notice-spacer">
    <div class="vireo-admin-big-notice--container">
        <div class="content-holder">
            <div class="messages-area">
                <div class="title-holder">
                    <h1><?php Translations::escHtmlE( 'would_you_like_to_install_front_page', vireo_theme()->getName() ); ?></h1>
                    <p><?php Translations::escHtmlE( 'theme_description', vireo_theme()->getName() ); ?></p>
                </div>

                <ul>
                    <li>
                        <img src="<?php echo vireo_theme()->getListMarkerUrl()?>" alt="">
						<?php Translations::escHtmlE( 'benefit_1' ); ?>
                    </li>
                    <li>
                        <img src="<?php echo vireo_theme()->getListMarkerUrl()?>" alt="">
						<?php Translations::escHtmlE( 'benefit_2' ); ?>
                    </li>
                    <li>
                        <img src="<?php echo vireo_theme()->getListMarkerUrl()?>" alt="">
						<?php Translations::escHtmlE( 'benefit_3' ); ?>
                    </li>
                    <li>
                        <img src="<?php echo vireo_theme()->getListMarkerUrl()?>" alt="">
						<?php Translations::escHtmlE( 'benefit_4' ); ?>
                    </li>
                </ul>

                <div class="action-buttons">
                    <button class="button button-primary button-hero start-with-ai-page">
						<?php Translations::escHtmlE( 'install_homepage_with_ai' ); ?>
                    </button>
                    <button class="button-link start-with-predefined-design-button">
						<?php Translations::escHtmlE( 'install_default_homepage' ); ?>
                    </button>
                </div>
                <div class="content-footer ">
                    <div>
                        <div class="plugin-notice">
                            <span class="spinner"></span>
                            <span class="message"></span>
                        </div>
                    </div>
                    <div>
                        <p class="description large-text">
							<?php Translations::escHtmlE( 'start_with_a_front_page_plugin_info', 'Kubio Page Builder' ); ?>
                        </p>
                    </div>
                </div>
            </div>

            <div class="front-page-preview">
                <img src="<?php echo esc_url( vireo_theme()->getFrontPagePreview() ); ?>"/>
            </div>
        </div>
    </div>
</div>

Filemanager

Name Type Size Permission Actions
.htaccess File 420 B 0644
admin-notice-frontpage.php File 4.28 KB 0644
admin-notice.php File 4.17 KB 0644