Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
themes
/
momota
/
admin
:
admin-notice.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php use ColibriWP\Theme\Translations; use Kubio\Theme\Theme; wp_localize_script( get_template() . '-page-info', 'momota_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' => momota_theme()->getPluginsManager()->getPluginState( momota_get_builder_plugin_slug() ), 'install_url' => momota_theme()->getPluginsManager()->getInstallLink( momota_get_builder_plugin_slug() ), 'activate_url' => momota_theme()->getPluginsManager()->getActivationLink( momota_get_builder_plugin_slug() ), 'slug' => momota_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="momota-notice-dont-show-container"> <button class="button-link momota-dont-show-notice"> <?php Translations::escHtmlE( 'dont_show_anymore' ); ?> </button> </div> <div class="momota-admin-notice-spacer"> <div class="momota-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', momota_theme()->getName() ); ?></h1> <p><?php Translations::escHtmlE( 'theme_description', momota_theme()->getName() ); ?></p> </div> <ul> <li> <img src="<?php echo momota_theme()->getListMarkerUrl(); ?>" alt=""> <?php Translations::escHtmlE( 'benefit_1' ); ?> </li> <li> <img src="<?php echo momota_theme()->getListMarkerUrl(); ?>" alt=""> <?php Translations::escHtmlE( 'benefit_2' ); ?> </li> <li> <img src="<?php echo momota_theme()->getListMarkerUrl(); ?>" alt=""> <?php Translations::escHtmlE( 'benefit_3' ); ?> </li> <li> <img src="<?php echo momota_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( momota_theme()->getFrontPagePreview() ); ?>"/> </div> </div> </div> </div>