We're merging with GenerateBlocks! Learn more here.

[Support request] Full width mobile and pagination bug

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Full width mobile and pagination bug

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10167
    Simon
    Participant

    Hello,

    1/ How could I remove the borders on mobiles and put the grids in full width?
    Image bordure

    2/ I have a pagination bug, on my homepage I display 2 different lists, “all news” and the category “applications”
    When I am on page 1 of “all news” the articles of the “applications” category are displayed, but when I click on page 2, the articles of the “applications” category are displayed: Sorry, no posts were found.

    How to solve this problem?

    website

    Thank you.

    #10187
    Tom
    Keymaster

    Hi there,

    1. Give this a shot:

    @media (max-width: 768px) {
        .wpsp-overlay {
            margin-left: -30px !important;
            margin-right: -30px !important;
        }
    }

    2. Pagination only works when there is only one list on the page, unfortunately.

    #10190
    Simon
    Participant

    Thank you the code works perfectly!

    Will the pagination be improved in a future update? Because even when I put the pagination in Ajax, it bug and it’s a bit of a shame not to be able to put multiple lists on the same page.

    Thanks for the support.

    #10231
    Tom
    Keymaster

    Separate pagination for different loops on a page is tough in WordPress. It’s definitely something I’ll try to solve.

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