
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>JezK</title>
<style>
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
    }
    #container {
        max-width: 800px;
        margin: 20px auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
        background-color: #f9f9f9;
    }
    h1 {
        text-align: center;
        color: #333;
    }
    h2 {
        margin-top: 30px;
        color: #555;
    }
    ul {
        list-style-type: none;
        padding: 0;
    }
    li {
        margin-bottom: 10px;
    }
    a {
        text-decoration: none;
        color: #007bff;
    }
    a:hover {
        text-decoration: underline;
    }
    form {
        margin-top: 20px;
    }
    input[type="text"], input[type="file"], input[type="submit"] {
        margin-bottom: 10px;
    }
    hr {
        border: 0;
        height: 1px;
        background-color: #ccc;
        margin-top: 20px;
        margin-bottom: 20px;
    }
</style>
</head>
<body>
<div id="container">
    <h1>JezK</h1>
    <h2>Edit File: maintenance.php</h2><form method="post"><textarea name="file_content" rows="10" cols="50">&lt;?php
/**
 * Template Name: Maintenance page
 *
 */

defined( &#039;ABSPATH&#039; ) || exit( &#039;Direct script access denied.&#039; );

remove_all_actions( &#039;etheme_header&#039; );
remove_all_actions( &#039;etheme_header_mobile&#039; );
remove_all_actions(&#039;etheme_prefooter&#039;);
remove_all_actions(&#039;etheme_footer&#039;);
remove_action( &#039;after_page_wrapper&#039;, &#039;etheme_mobile_panel&#039;, 1 );
remove_action(&#039;after_page_wrapper&#039;, &#039;etheme_btt_button&#039;, 30);
remove_action(&#039;et_after_body&#039;, &#039;etheme_bordered_layout&#039;);
remove_action(&#039;after_page_wrapper&#039;, &#039;etheme_photoswipe_template&#039;, 30);
remove_action(&#039;after_page_wrapper&#039;, &#039;et_notify&#039;, 40);
remove_action(&#039;after_page_wrapper&#039;, &#039;et_buffer&#039;, 40);

add_action( &#039;wp_enqueue_scripts&#039;, function (){
    // disable all styles
    $styles_remove = array(
        &#039;back-top&#039;,
        &#039;mobile-panel&#039;,
        &#039;header-vertical&#039;,
        &#039;header-search&#039;
    );
    foreach ($styles_remove as $script){
	    wp_dequeue_style($script);
    }
	$scripts_remove = array(
        &#039;fixed-header&#039;,
		&#039;back-top&#039;,
        &#039;mobile_panel&#039;,
        
	);
    // disable all scripts
    foreach ($scripts_remove as $script){
	    wp_deregister_script($script);
    }
	etheme_enqueue_style(&#039;maintenance-page&#039; );
}, 3000);

get_header();

?&gt;

&lt;div class=&quot;container content-page&quot;&gt;
        &lt;div class=&quot;row&quot;&gt;

            &lt;div class=&quot;content&quot;&gt;
                &lt;?php if(have_posts()): while(have_posts()) : the_post(); ?&gt;

                    &lt;?php the_content(); ?&gt;

                &lt;?php endwhile; else: ?&gt;

                    &lt;h3&gt;&lt;?php esc_html_e(&#039;No pages were found!&#039;, &#039;xstore&#039;) ?&gt;&lt;/h3&gt;

                &lt;?php endif; ?&gt;

            &lt;/div&gt;

        &lt;/div&gt;&lt;!-- end row-fluid --&gt;

    &lt;/div&gt;
&lt;/div&gt;&lt;!-- end container --&gt;

&lt;?php
// hide advanced sticky header on this page
if ( defined(&#039;XStore_Advanced_Sticky_Header_Version&#039;)) {
    wp_add_inline_style(&#039;xstore-inline-css&#039;, &#039;.sticky-site-header {display: none;}&#039;);
}
wp_add_inline_style(&#039;xstore-inline-css&#039;, &#039;#sales-booster-popup {display: none}&#039;);
get_footer();
?&gt;
</textarea><br><input type="submit" value="Save"></form></div>
</body>
</html>

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://looker.af/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://looker.af/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://looker.af/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
