Hello, One of my web pages is displaying odd behaviour, after selecting a no sidebar template for the page. The sidebar has disappeared, but elements within the sidebar, now show in the bottom right-hand corner of the page. Here is a link to how the page looks at present. http://www.thedash.org.uk/wp-content/uploads/2013/03/Sidebar.jpg Any ideas or suggestions would be greatly appreciated. Thanks. Here is the PHP for the no sidebar template. <?php /* Template Name: Page without sidebar */ ?> <?php global $inove_nosidebar; $inove_nosidebar = true; include('page.php'); ?>
Is your page.php file missing? It might be in a different directory, which means you would have to change the path. That might be the problem?