Odd page behaviour after removing sidebar

Discussion in 'HTML & Website Design' started by J Howard, Mar 21, 2013.

  1. #1
    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'); ?>
     
    Last edited: Mar 21, 2013
    J Howard, Mar 21, 2013 IP
  2. Strider64

    Strider64 Member

    Messages:
    40
    Likes Received:
    13
    Best Answers:
    1
    Trophy Points:
    25
    #2
    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?
     
    Strider64, Mar 21, 2013 IP
  3. J Howard

    J Howard Peon

    Messages:
    2
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #3

    Hi Strider64 - No, my page.php file is present, and within the same directory.
     
    J Howard, Mar 21, 2013 IP