Oh! I just have another result here (see attached screenshot). Once, I did not have this one, but the one you screenprinted to me…
I have this code in 404.php:
<?php get_header(); ?>
<?php
$options = get_option('sf_dante_options');
$default_page_heading_bg_alt = $options['default_page_heading_bg_alt'];
?>
<div class="container">
<div class="row">
<div class="page-heading col-sm-12 clearfix alt-bg <?php echo $default_page_heading_bg_alt; ?>">
<div class="heading-text">
<h1><?php _e("404", "swiftframework"); ?></h1>
</div>
</div>
</div>
</div>
<div class="container">
<div class="inner-page-wrap row has-right-sidebar has-one-sidebar clearfix">
<article class="help-text col-sm-12">
<?php _e("Sorry but we couldn't find the page you are looking for. Please check to make sure you've typed the URL correctly. You may also want to search for what you are looking for.", "swiftframework"); ?>
<form method="get" class="search-form" action="<?php echo home_url(); ?>/">
<input type="text" placeholder="<?php _e("Search", "swiftframework"); ?>" name="s" />
</form>
<a class="sf-button small accent slightlyroundedarrow" href="javascript:history.go(-1)" target="_self"><span><?php _e("Return to the previous page", "swiftframework"); ?></span><span class="arrow"></span></a>
<div>
<?php echo do_shortcode( '
[blank_spacer height="30px" width="1/1" el_position="first last"] [spb_text_block pb_margin_bottom="no" pb_border_bottom="no" width="1/1" el_position="first last"]
Oppure, ricominciate la Vostra ricerca osservando i prodotti più venduti del nostro shop:
[/spb_text_block] [blank_spacer height="30px" width="1/1" el_position="first last"] [spb_products asset_type="best-sellers" carousel="no" product_size="mini" item_count="9" width="1/1" el_position="first last"]
' ) ?>
</div>
</article>
<!--<aside class="sidebar right-sidebar col-sm-4">
<?php dynamic_sidebar('Sidebar-1'); ?>
</aside>-->
</div>
</div>
<!--// WordPress Hook //-->
<?php get_footer(); ?>
What’s happening?
Attachments:
You must be
logged in to view attached files.