Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #636454

    Hello!

    Recently just implemented my blog onto my homepage (I added the blog post widget). Everything seems to be working fine, but when I added the pagination in the backend, and I try clicking on the second page of the blog post, the page just refreshes.

    I am pretty sure I tweaked something accidentally in the back end and caused this to happen. Been sitting here and trying to figure it out, but had no luck. Any information is greatly appreciated!

    #636756

    Hey,

    Please update the theme to the latest version. That should fix the issue.

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    Best regards,
    Josue

    #639840

    Worked perfectly fine!

    One last question – after the update I notice that it is now displaying the category above the title. In this case, it is displaying “Articles” text before everything. Is there an option to remove that?

    Thank you Josue!!!

    • This reply was modified 7 years, 10 months ago by stewroids.
    #639867

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    span.blog-categories.minor-meta {
        display: none;
    }
    

    Best regards,
    Jordan

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