[ SYSTEM ]: Linux wordpress 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64
[ SERVER ]: Apache/2.4.66 (Debian) | PHP: 8.2.30
[ USER ]: www-data | IP: 172.19.30.54
GEFORCE FILE MANAGER
/
var
/
www
/
html
/
wordpress
/
wp-content
/
plugins
/
astra-addon
/
addons
/
advanced-search
/
template
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 full-screen.php
1,645 B
SET
[ EDIT ]
|
[ DEL ]
📄 header-cover.php
850 B
SET
[ EDIT ]
|
[ DEL ]
📄 index.php
105 B
SET
[ EDIT ]
|
[ DEL ]
📄 search-box.php
189 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: full-screen.php
<?php /** * Advanced Search - Full Screen Template * * @package Astra Addon */ ?> <div class="ast-search-box full-screen ast-full-search-style--<?php echo esc_attr( astra_get_option( 'fullsearch-modal-color-mode', 'dark' ) ); ?>" id="ast-seach-full-screen-form"> <span id="close" class="close" tabindex="3"><?php Astra_Icons::get_icons( 'close', true ); ?></span> <div class="ast-search-wrapper"> <div class="ast-container"> <?php $heading_tag = apply_filters( 'astra_fullscreen_modal_heading_tag', 'h3' ); if ( astra_get_option( 'full-screen-modal-heading', true ) ) { echo '<' . esc_attr( $heading_tag ) . ' class="large-search-text">' . esc_html( astra_get_i18n_option( 'fullscreen-modal-heading-text', _x( '%astra%', 'Search: Full Screen Search: Heading Text', 'astra-addon' ) ) ) . '</' . esc_attr( $heading_tag ) . '>'; } ?> <form class="search-form" action="<?php echo esc_url( home_url() ); ?>/" method="get"> <fieldset> <label class="text"> <span class="screen-reader-text"><?php echo esc_html( astra_default_strings( 'string-full-width-search-placeholder', false ) ); ?></span> <input name="s" class="search-field" autocomplete="off" type="text" value="" placeholder="<?php echo esc_attr( astra_default_strings( 'string-full-width-search-placeholder', false ) ); ?>" tabindex="1"> </label> <button aria-label="<?php esc_attr_e( 'Search', 'astra-addon' ); ?>" id="search_submit" class="button search-submit" tabindex="2"><i class="astra-search-icon"> <?php Astra_Ext_Adv_Search_Markup::search_icon( true ); ?> </i></button> </fieldset> </form> </div> </div> </div>