• Resolved Anonymous User

    (@anonymized-16666801)


    Hi there,

    My website is close to being finished, but I have run into some problems with your plugin, particularly the pagination display.

    Certain plugins cause the pagination to display vertically instead of horizontally. (see linked page for example).

    So far I have found 2 plugins that cause this, through simple trial-and-error of deactivating plugins one-by-one. These plugins are:
    MailChimp for WordPress
    Profile builder.

    Ideally, I would like to use those two plugins, but I want to continue using Post Grid too, so please help me find a solution!

    Kind regards,
    Kayne.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post.

    Possibly css conflict, I have checked your page can see pagination is working fine, have you fixed the issue?
    Regards

    Thread Starter Anonymous User

    (@anonymized-16666801)

    Sorry, I didn’t have one of the conflicting plugins enabled. Just enabled Profile Builder, so take a look at the page now.

    Plugin Author PickPlugins

    (@pickplugins)

    Please see this screenshot, there is unexpected <br> tag inside pagination items,

    View post on imgur.com

    you can use the following CSS to fix the issue

    
    .post-grid .pagination br {
        display: none;
    }

    Let me know for more help.

    Regards

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

The topic ‘Pagination displaying vertically’ is closed to new replies.