• Resolved anneellis11

    (@anneellis11)


    Hello,

    I am using Post Grid #1 but the pagination does not move to the next page. I have tried pagination, load more, and navigation, but none go to the next page of entries.

    Can someone help? Thanks!

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WPXPO

    (@wpxpo)

    Hi @anneellis11,

    Thank you for using our PostX plugin. Just now I have checked Post Grid 1, Pagination working perfectly for me. This is not postx plugin issue. It’s not working because your theme/plugin creates a JavaScript error on the site. That’s why postx is not working perfectly. Just deactivate the theme/plugin then check.

    Note: See the screenshot. Here I can see the Javascript error https://prnt.sc/14tqtag.

    @anneellis11 also i have had the same problem on different installations. The theme has nothing to do with the problem that resulted from the plugin. To fix it open the file

    /yourWordpressPath/wp-content/plugins/ultimate-post/Initialization.php

    Change line 517 from this

    public function block_return ($blocks, $paged, $blockId, $blockRaw, $blockName, $builder) {

    to so

    public function block_return ($blocks, $paged, $blockId, $blockRaw, $blockName, $builder = null) {

    Plugin Contributor Anik Biswas

    (@anik4e)

    Hello @anneellis11 yes its a bug we already fix this bug. @ilabsolutions is absolutely right got the point. Thank you so much @ilabsolutions . I fixed this bug please update the latests plugins.

    Thread Starter anneellis11

    (@anneellis11)

    Thank you!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pagination Post Grid #1’ is closed to new replies.