Tagged: fullwidth area
hello,
How do I get the Fullwidth Area to show on a WordPress Page that uses one of my custom page templates?
For these Pages the Fullwidth area and the Sidebar are missing, while in other sections of my site they are present (i.e. the Store which uses a Plugin)
thanks,
Hey mjadvnt,
I’m not sure I understand what you mean by that, could you post a link to where we can see the problem and try to explain a bit further please?
Best regards,
Rikard
hi Rikard,
This is ok now. I was not using the correct theme template. I changed to ‘page.php’ in
/public_html/wp-content/themes/enfold
I copied this file as a basis for my own custom page templates (all I did was remove the loop code part below, this is correct yes?)
<?php
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-page.php and that will be used instead.
*/
$avia_config[‘size’] = avia_layout_class( ‘main’ , false) == ‘fullsize’ ? ‘entry_without_sidebar’ : ‘entry_with_sidebar’;
get_template_part( ‘includes/loop’, ‘page’ );
?>
whereas before I was simply using the page file from my old Theme.
thanks!
Hi,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria