• Resolved pawel291291

    (@pawel291291)


    I have enable blog feature on homepage and I would like to know how to remove heading title. When I will not write anything, there is a large empty space on the web, and I would like to see the new articles below the slider. How to do it?

    And one more thing. I have the problem with new articles. On the homepage I can select the number of new articles to display, but when the there is more articles, I can not read the old articles because there is no button to show the next articles.

    Regards

    • This topic was modified 8 years, 5 months ago by pawel291291.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author themevision

    (@themevision)

    Hello, @pawel291291!

    1. Add the CSS code below into:Customizing->Additional CSS

    code:

    .section-blog {
       display: none;
    }
    
    .container-blog {
        margin-top:0px;
    }

    2. As I can see you have a pagination on the bottom of the page.
    https://prnt.sc/gywplt

    If you want infinite scroll, you can enable it on:
    Customizing ▸ Blog ▸ Blog General

    https://prnt.sc/gywrgu

    Regards

    Thread Starter pawel291291

    (@pawel291291)

    1. It’s working! Thanks!

    2. It doesn’t work. Actually, I have enabled pagination on the page, but this is a temporary solution because I could not find this option in theme option. Unfortunately, in the mobile version, the pagination looks awful, and the way you showed it does not work. I have enabled “Infinity scroll” and “Automatic” and the other articles still do not appear.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Enable blog feature’ is closed to new replies.