Post Page Menu Location

Support Area Forums Foxy Post Page Menu Location

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #3793
    Gary Sorensen
    Participant

    When I drill down to a post the sidebar and menu shifts to the lower left corner of the browser window from the upper left floating position where it is on the other pages. I have restored the original .css to see if it is an issue with one of my modifications and the result is the same.

    Good location: http://content.hummelarch.com/wordpress/category/the_work/education/

    Bad location: http://content.hummelarch.com/wordpress/2011/09/yanke-family-research-center-boise-idaho/

    Thanks in advance for the help.

    #3794
    Gary Sorensen
    Participant

    Bill,

    I discovered the issue in the templates “Foxy: Single Post (single.php)”. The /div tag came before aside class=”sidebar”, by moving it to after the /aside like so:

    aside class=”sidebar”
    ?php get_sidebar(); ?

    /aside
    /div

    The menu maintains consistent location with the other “pages” like in the example above. I also noticed the same code on the “Foxy: Page Template (page.php)” which may cause similar issues.

    #3796
    Bill Robbins
    Moderator

    Thanks for letting me know and sorry for the trouble. I’ll update the file and add it to the theme.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Post Page Menu Location’ is closed to new replies.