X7ROOT File Manager
Current Path:
/home/notabjze/pyirates.net/wp-content/themes/betheme
home
/
notabjze
/
pyirates.net
/
wp-content
/
themes
/
betheme
/
ðŸ“
..
📄
404.php
(2.31 KB)
ðŸ“
assets
ðŸ“
bbpress
📄
bbpress.php
(572 B)
📄
changelog.html
(311.78 KB)
📄
comments.php
(1.2 KB)
ðŸ“
css
ðŸ“
fonts
📄
footer.php
(7.68 KB)
ðŸ“
functions
📄
functions.php
(7.78 KB)
📄
header-shop.php
(6.37 KB)
📄
header.php
(2.08 KB)
ðŸ“
images
ðŸ“
includes
📄
index.php
(9.32 KB)
ðŸ“
js
ðŸ“
languages
ðŸ“
muffin-options
📄
page.php
(1.46 KB)
📄
readme.txt
(102 B)
📄
rtl.css
(38.88 KB)
📄
rtl.min.css
(34.99 KB)
📄
screenshot.png
(284.94 KB)
📄
search.php
(6.61 KB)
📄
searchform.php
(1.63 KB)
📄
sidebar.php
(1.09 KB)
📄
single-attachment.php
(742 B)
📄
single-download.php
(4.34 KB)
📄
single-portfolio.php
(2.81 KB)
📄
single-template.php
(5.85 KB)
📄
single.php
(3.22 KB)
📄
style-colors.php
(46.15 KB)
📄
style-one.php
(25.02 KB)
📄
style-responsive.php
(26.81 KB)
📄
style.css
(366 B)
📄
style.php
(52.34 KB)
📄
taxonomy-portfolio-types.php
(5.92 KB)
📄
template-archives.php
(2.04 KB)
📄
template-blank.php
(967 B)
📄
template-portfolio.php
(7.25 KB)
📄
template-shop-archive.php
(1.08 KB)
📄
template-single-product.php
(1.45 KB)
📄
template-sitemap.php
(623 B)
ðŸ“
tribe-events
📄
under-construction.php
(6.24 KB)
ðŸ“
vc_templates
ðŸ“
visual-builder
ðŸ“
woocommerce
📄
woocommerce.php
(1.61 KB)
📄
wpml-config.xml
(39.11 KB)
Editing: under-construction.php
<?php /** * Template Name: Under Construction * * @package Betheme * @author Muffin group * @link https://muffingroup.com */ ?><!DOCTYPE html> <html <?php language_attributes(); ?> class="no-js <?php echo esc_attr(mfn_html_classes()); ?>"> <head> <meta charset="<?php bloginfo('charset'); ?>" /> <?php wp_head(); ?> </head> <?php $translate['days'] = mfn_opts_get('translate') ? mfn_opts_get('translate-days', 'days') : __('days', 'betheme'); $translate['hours'] = mfn_opts_get('translate') ? mfn_opts_get('translate-hours', 'hours') : __('hours', 'betheme'); $translate['minutes'] = mfn_opts_get('translate') ? mfn_opts_get('translate-minutes', 'minutes') : __('minutes', 'betheme'); $translate['seconds'] = mfn_opts_get('translate') ? mfn_opts_get('translate-seconds', 'seconds') : __('seconds', 'betheme'); $customID = mfn_opts_get('construction-page'); $body_class = 'under-construction'; if ($customID) { $body_class .= ' custom-uc'; } ?> <body <?php body_class($body_class); ?>> <div id="Content" class="content-under-construction"> <div class="content_wrapper clearfix"> <?php if ($customID): ?> <main class="sections_group"> <?php $mfn_builder = new Mfn_Builder_Front($customID, true); $mfn_builder->show(); ?> </main> <?php else: ?> <main class="sections_group"> <section class="section center section-uc-1"> <div class="section_wrapper clearfix"> <div class="column one"> <div class="mcb-column-inner"> <?php if( $logo_text = mfn_opts_get('logo-text') ){ echo '<span class="text-logo">'. esc_html($logo_text) .'</span>'; } elseif( $logo_src = mfn_opts_get('logo-img', get_theme_file_uri('/images/logo/logo.png')) ) { echo '<a id="logo" href="'. esc_url(get_home_url()) .'" title="'. esc_attr(get_bloginfo('name')) .'">'; echo '<img class="scale-with-grid" src="'. esc_url($logo_src) .'" alt="'. esc_attr(get_bloginfo('name')) .'" />'; echo '</a>'; } ?> </div> </div> </div> </section> <section class="section section-border-top section-uc-2"> <div class="section_wrapper clearfix"> <div class="column one column_fancy_heading"> <div class="mcb-column-inner"> <div class="fancy_heading fancy_heading_icon"> <div data-anim-type="bounceIn" class="animate bounceIn"> <span class="icon_top"><i class="icon-clock" aria-hidden="true"></i></span> <h2><?php echo wp_kses(mfn_opts_get('construction-title'), mfn_allowed_html()); ?></h2> <div class="inside"> <span class="big"><?php echo wp_kses_post(mfn_opts_get('construction-text')); ?></span> </div> </div> </div> </div> </div> <?php if (mfn_opts_get('construction-date')): ?> <div class="column one column_downcount"> <div class="mcb-column-inner clearfix"> <div class="downcount" data-date="<?php echo esc_attr(mfn_opts_get('construction-date')); ?>" data-offset="<?php echo esc_attr(mfn_opts_get('construction-offset')); ?>"> <div class="column one-fourth column_quick_fact"> <div class="mcb-column-inner"> <div class="quick_fact"> <div data-anim-type="zoomIn" class="animate zoomIn"> <div class="number-wrapper"> <div class="number days">00</div> </div> <h3 class="title"><?php echo esc_html($translate['days']); ?></h3> <hr class="hr_narrow"> </div> </div> </div> </div> <div class="column one-fourth column_quick_fact"> <div class="mcb-column-inner"> <div class="quick_fact"> <div data-anim-type="zoomIn" class="animate zoomIn"> <div class="number-wrapper"> <div class="number hours">00</div> </div> <h3 class="title"><?php echo esc_html($translate['hours']); ?></h3> <hr class="hr_narrow"> </div> </div> </div> </div> <div class="column one-fourth column_quick_fact"> <div class="mcb-column-inner"> <div class="quick_fact"> <div data-anim-type="zoomIn" class="animate zoomIn"> <div class="number-wrapper"> <div class="number minutes">00</div> </div> <h3 class="title"><?php echo esc_html($translate['minutes']); ?></h3> <hr class="hr_narrow"> </div> </div> </div> </div> <div class="column one-fourth column_quick_fact"> <div class="mcb-column-inner"> <div class="quick_fact"> <div data-anim-type="zoomIn" class="animate zoomIn"> <div class="number-wrapper"> <div class="number seconds">00</div> </div> <h3 class="title"><?php echo esc_html($translate['seconds']); ?></h3> <hr class="hr_narrow"> </div> </div> </div> </div> </div> </div> </div> <?php endif; ?> </div> </section> <section class="section section-border-top section-uc-3"> <div class="section_wrapper clearfix"> <div class="column one-fourth column_column"> <div class="mcb-column-inner"></div> </div> <div class="column one-second column_column"> <div class="mcb-column-inner"> <div data-anim-type="fadeInUpLarge" class="animate fadeInUpLarge"> <?php echo do_shortcode(mfn_opts_get('construction-contact')); ?> </div> </div> </div> <div class="column one-fourth column_column"> <div class="mcb-column-inner"></div> </div> </div> </section> </main> <?php endif; ?> </div> </div> <?php wp_enqueue_script('mfn-waypoints', get_theme_file_uri('/js/plugins/waypoints.min.js'), ['jquery'], MFN_THEME_VERSION, true); wp_enqueue_script('mfn-countdown', get_theme_file_uri('/js/plugins/countdown.min.js'), ['jquery'], MFN_THEME_VERSION, true); wp_footer(); ?> </body> </html>
Upload File
Create Folder