Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter peterfasol

    (@peterfasol)

    Actually, something is happening, but not as expected. The page numbers are set by default, so they should appear at the bottom. However, they appear at the top, behind the post items so barely visible.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    This problem occurs because of your theme, namely because of the Masonry JS plugin, which is used by your theme. So there is a conflict between styles, and our pagination is hidden.

    To fix it, please complete the next steps:

    1) Add the following code to the end of the css file of your theme:

    .posts {
    margin-bottom: 70px;
    }

    .pgntn-page-pagination {
    position: absolute;
    bottom: -90px;
    width: 100%;
    }

    2) Go to the plugin settings page, mark “Hide custom pagination” checkbox and add in the field .archive-nav.section-inner. Don’t forget to save changes.
    It is necessary to complete this in order to hide the standard pagination.

    3) Open “Appearance” tab on the plugin settings page and replace the existing value with “100” in “Page pagination block width” option, save changes.
    It is necessary to complete this in order to align the pagination in the middle.

    Sincerely,
    BestWebSoft Support Team

    Thread Starter peterfasol

    (@peterfasol)

    Hi, thanks for your reply. Actually, I am not using this plugin. My theme has a masonry style from itself. So, I cannot apply the settings options you suggest, as the plugin is not there. Is there a workaround for this?
    – Peter

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi Peter,

    Unfortunately, there is no other way. We’re sorry that our product doesn’t suit your needs.
    Is there anything else we could do for you?

    Sincerely,
    BestWebSoft Support Team

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi Peter,

    Since there is no reply from you, we consider this topic as resolved. We hope you’ve found the solution. If you have any questions, please feel free to contact us via our Help Center – https://support.bestwebsoft.com/.

    Sincerely,
    BestWebSoft Support Team

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘activated but isn't working’ is closed to new replies.