Not Full Page With template Zerif Pro (ThemeIsle)
-
Hello , good evening , I would like the help of you.
I’m using your plugin with the theme Zerif Pro .
However , I can not leave the page in Full.
I tested all possible ways and could not.
It would be possible to help me ?
Below is a full page of models that own template available
<?php
/*
Template Name: Full width template
*/
get_header();
?><div class=”clear”></div>
</header> <!– / END HOME SECTION –>
<?php zerif_after_header_trigger(); ?>
<div id=”content” class=”site-content”>
<div class=”container”>
<?php zerif_before_page_content_trigger(); ?>
<div class=”content-left-wrap col-md-12″>
<?php zerif_top_page_content_trigger(); ?>
<div id=”primary” class=”content-area”>
<main id=”main” class=”site-main”>
<?php
while ( have_posts() ) :
the_post();
get_template_part( ‘content’, ‘page’ );
/* If comments are open or we have at least one comment, load up the comment template */
if ( comments_open() || ‘0’ != get_comments_number() ) :
comments_template();
endif;
endwhile;
?>
</main><!– #main –>
</div><!– #primary –>
<?php zerif_bottom_page_content_trigger(); ?>
</div><!– .content-left-wrap –>
<?php zerif_after_page_content_trigger(); ?>
</div><!– .container –>
</div><!– .site-content –>
<?php
get_footer();
?>
- The topic ‘Not Full Page With template Zerif Pro (ThemeIsle)’ is closed to new replies.