Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #742866

    Hello,

    I’m hoping someone can help me with this. I have a static front page that pulls into my blog posts. I have it set for 5 blog posts to show at a time and there are pagination buttons at the bottom so that visitors can use those to see older posts. However, when I click those buttons, all I’m getting are errors saying “Nothing Found. Sorry, the post you are looking for is not available. Maybe you want to perform a search?”

    I’ve used Enfold on other sites without issues, so I’m not sure what has happened here. I’m posting a link to my site in the private content area.

    Thanks in advance for any assistance that can be provided.

    #743120

    Hey suzannewm94,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #743336

    Thank you! As requested, I’ve posted a temp login/password and login url in the private content of this post.

    #743709

    Hi,

    Thanks for that. Could you try deactivating all plugins to see if one of them is causing a conflict please?

    Best regards,
    Rikard

    #743902

    I tried deactivating all of the plugins and even with them all deactivated, I still get the 404 error message when I click page 2 or any of the pages after that.

    #744139

    I think my issue may be resolved but I’m not entirely sure how or why. I reset my permalinks back to default and then changed them right back to the custom setting I was using. When I re-saved the settings and went back out to my site, I was able to advance to pages 2, 3, etc. on my blog without any issues.

    I do have one more cosmetic question though. Should I ask that here or open up a new topic? It’s about the vertical line that separates the widget area from the rest of the page. I like the way it looks when I’m viewing it on my computer but when I view the site on my iPad, it looks weird because I have the widgets set to load beneath the main page so the separator is just sitting out there all by itself off to the right. Is there a way I can hide the line on the iPad view without removing it from the normal computer view?

    Thanks in advance for all of your help!

    #746082

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1024px) {
      #top #main .sidebar {
        border: none !important;
      }
    
      #top #main .sidebar .inner_sidebar {
        margin-left: 0 !important;
      }
    }

    Hope this helps :)

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.