Server IP : 192.64.112.168 / Your IP : 3.144.252.243 Web Server : Apache System : Linux nc-ph-2300-85.bluforrest.com 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 x86_64 User : expressoneac ( 1128) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/expressoneac/www/wp-content/themes/woodmart/inc/admin/setup-wizard/templates/ |
Upload File : |
<?php /** * Child theme template. * * @package woodmart */ ?> <div class="xts-wizard-content-inner xts-wizard-child-theme<?php echo is_child_theme() ? ' xts-installed' : ''; ?>"> <div class="xts-child-theme-response"></div> <h3> <?php esc_html_e( 'Setup Woodmart Child Theme', 'woodmart' ); ?> </h3> <p> <?php esc_html_e( 'Install the child theme in a single click', 'woodmart' ); ?> </p> <div class="xts-theme-images"> <div class="xts-main-image"> <img src="<?php echo esc_url( $this->get_image_url( 'parent.png' ) ); ?>" alt="parent"> </div> <div class="xts-child-image"> <img src="<?php echo esc_url( $this->get_image_url( 'child.png' ) ); ?>" alt="child"> </div> <span class="xts-child-checkmark"></span> </div> <p> <?php esc_html_e( 'If you are going to make changes to the theme source code please use the Child Theme rather than modifying the main theme HTML/CSS/PHP code. This allows the parent theme to receive updates without overwriting your source code changes. Use the button below to create and activate the Child Theme.', 'woodmart' ); ?> </p> <a href="#" class="xts-btn xts-color-primary xts-install-child-theme"> <?php esc_html_e( 'Install child theme', 'woodmart' ); ?> </a> </div> <div class="xts-wizard-footer"> <?php $this->get_prev_button( 'activation' ); ?> <div> <?php $this->get_next_button( 'page-builder' ); ?> <?php $this->get_skip_button( 'page-builder' ); ?> </div> </div>