treehouse : what would you like to learn today?
Web Design Web Development iOS Development

older post link in wordpress

  • Hi everyone, I've been working on a wordpress theme and

    I can't click on the links to go to older post on a site I'm working on

    is there something i have to set, i looked in the wordpress codex for some info, but I couldn't find any.
  • A link would be helpful ;) You might be covering your links with another div or something?
  • oops sorry Box, forgot to post the link :oops:

    I did figure it out.

    it was a jquery corner causing the problem

    basically the link couldn't be clicked because it was aligned to the jquery corner... weird heh... what's even weirder is it worked fine in IE but that's because ie renders margin like poo and it worked to my advantage to figure this bug out


    i just added a bit of bottom margin to get the anchor out of the " jquery scope for lack of better word" and it fixed the problem