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: searchform.php
<?php /** * The main template file. * * @package Betheme * @author Muffin group * @link https://muffingroup.com */ $translate['search-placeholder'] = mfn_opts_get('translate') ? mfn_opts_get('translate-search-placeholder','Enter your search') : __('Enter your search','betheme'); $icon = isset( $args['icon'] ) ? '<span class="icon_search"><i class="'.$args['icon'].'"></i></span>' : '<svg class="icon_search" width="26" viewBox="0 0 26 26" aria-label="'. __('search icon', 'betheme') .'"><defs><style>.path{fill:none;stroke:#000;stroke-miterlimit:10;stroke-width:1.5px;}</style></defs><circle class="path" cx="11.35" cy="11.35" r="6"></circle><line class="path" x1="15.59" y1="15.59" x2="20.65" y2="20.65"></line></svg>'; if( isset($args['placeholder']) ) $translate['search-placeholder'] = $args['placeholder']; ?> <form method="get" class="form-searchform" action="<?php echo esc_url(home_url('/')); ?>"> <?php if( mfn_opts_get('header-search') == 'shop' ): ?> <input type="hidden" name="post_type" value="product" /> <?php endif; ?> <?php echo $icon; ?> <span class="mfn-close-icon icon_close" tabindex="0"><span class="icon">✕</span></span> <?php if( mfn_opts_get('keyboard-support') ): ?> <label for="s" class="screen-reader-text"><?php echo esc_html($translate['search-placeholder']); ?></label> <?php endif;?> <input type="text" class="field" name="s" autocomplete="off" placeholder="<?php echo esc_html($translate['search-placeholder']); ?>" aria-label="<?php echo esc_html($translate['search-placeholder']); ?>" /> <input type="submit" class="display-none" value="" aria-label="<?php esc_html_e('Search', 'betheme'); ?>"/> </form>
Upload File
Create Folder