HEX
Server: LiteSpeed
System: Linux cg.mitralhost.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
User: foofelco (1828)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/foofelco/public_html/wp-content/themes/superfood/full-width.php
<?php 
/*
Template Name: Full Width
*/ 
?>
<?php
$superfood_elated_sidebar = superfood_elated_sidebar_layout(); ?>

<?php get_header(); ?>
<?php superfood_elated_get_title(); ?>
<?php do_action('superfood_elated_before_slider_action'); ?>
<?php get_template_part('slider'); ?>
<?php do_action('superfood_elated_after_slider_action'); ?>
<div class="eltdf-full-width">
<div class="eltdf-full-width-inner">
	<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
		<?php if(($superfood_elated_sidebar == 'default')||($superfood_elated_sidebar == '')) : ?>
			<?php the_content(); ?>
			<?php do_action('superfood_elated_page_after_content'); ?>
		<?php elseif($superfood_elated_sidebar == 'sidebar-33-right' || $superfood_elated_sidebar == 'sidebar-25-right'): ?>
			<div <?php echo superfood_elated_sidebar_columns_class(); ?>>
				<div class="eltdf-column1 eltdf-content-left-from-sidebar">
					<div class="eltdf-column-inner">
						<?php the_content(); ?>
						<?php do_action('superfood_elated_page_after_content'); ?>
					</div>
				</div>
				<div class="eltdf-column2">
					<?php get_sidebar(); ?>
				</div>
			</div>
		<?php elseif($superfood_elated_sidebar == 'sidebar-33-left' || $superfood_elated_sidebar == 'sidebar-25-left'): ?>
			<div <?php echo superfood_elated_sidebar_columns_class(); ?>>
				<div class="eltdf-column1">
					<?php get_sidebar(); ?>
				</div>
				<div class="eltdf-column2 eltdf-content-right-from-sidebar">
					<div class="eltdf-column-inner">
						<?php the_content(); ?>
						<?php do_action('superfood_elated_page_after_content'); ?>
					</div>
				</div>
			</div>
		<?php endif; ?>
	<?php endwhile; ?>
	<?php endif; ?>
</div>
</div>
<?php get_footer(); ?>