Support » Fixing WordPress » Twenty Eleven – Post navigation (next-previous) not working

  • Resolved Michelleas

    (@michelleas)


    Hello,

    I’m using a child theme with Twenty eleven, and I’ve just noticed that the navigation buttons to move from one single post to another don’t work on my blog(Next or previous post)
    I’m rather new to php and css so I don’t know if I’ve screwed something up with the code and that’s why they don’t work, but I’m assuming that’s the reason.
    Here’s a single post: http://sweetsuite10.com/2012/12/almond-cream-puffs/ As you can see the ‘Next’ and ‘Previous’ appear at the top of the post, but they aren’t clickable.
    Can anyone offer some assistance?

    Thanks,

    Michelle

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Michelle! I had a look at your site and the problem is caused by your article.post element overlapping the post navigation. Therefore it’s blocking clicks on post navigation.

    You can fix it by adding the following CSS:

    .hentry {
    	clear: both;
    }

    Hope that fixes it for you. Lovely site by the way!

    Thread Starter Michelleas

    (@michelleas)

    Thanks Blogjunkie – it worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Twenty Eleven – Post navigation (next-previous) not working’ is closed to new replies.