Forums

Previous<>Next Missing? (8 posts)

  1. countercultureprodco
    Member
    Posted 3 years ago #

    The next previous arrows/links do not appear. I can see that the code for them is there, but they don't appear on the site. Any ideas on what I need to fix?

    Germaine

  2. thisisedie
    Member
    Posted 3 years ago #

    How many posts are on your main page? How many do you have it set to show before it displays the next and previous links?

  3. countercultureprodco
    Member
    Posted 3 years ago #

    I originally had it set to show 10. I upped it to 20 and then 40 so that a reasonable amount could be seen. The arrows also don't show when you click a category or a date archive. You can see the first page that it pulls up but nothing else. I'm sure I've done something stupid, but can't figure it out.

    http://www.countercultureprodco.com/blog

    Thanks,
    Germaine

  4. thisisedie
    Member
    Posted 3 years ago #

    I have to say I'm a little perplexed. The previous link is in the source code but doesn't show on the page. I'm sure it must be something simple and my tired brain just isn't catching it.

  5. moshu
    Member
    Posted 3 years ago #

    Does it work with another theme?
    If yes, compare the two code snippets in the themes.

    (not much willingness to browse the source code of a 40 posts long-long page, sorry)

  6. thisisedie
    Member
    Posted 3 years ago #

    Got it. Your stylesheet is screwing things up. Change

    div.navigation
    {
    display:none;
    }

    to

    div.navigation
    {
    
    display:block;
    }

    and that will fix it :)

    PS: It's none of my business but 40 posts is a bit much. You might want to cut it in half at least if not more.

  7. countercultureprodco
    Member
    Posted 3 years ago #

    Thanks so much! Right-I hate the 40 posts too. It goes back to 10 as soon as I fix it! I just put it at 40 because people couldn't see the poasts they wanted in categories. 40 is ridiculous and takes forever on slower connections!

    Thanks so much for the help!

  8. thisisedie
    Member
    Posted 3 years ago #

    Your welcome :)

Topic Closed

This topic has been closed to new replies.

About this Topic