• Anonymous User 18819390

    (@anonymized-18819390)


    How to turn off Pagination on product category pages? I’m using Beaverbuilder now and it has its own Pagination so double pagination.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Anonymous User 18819390

    (@anonymized-18819390)

    On the product shop page it makes the kadence pagination disappear when I enable Beaver Builder but when I use it on product category pages it’s still there.

    hannah

    (@hannahritner)

    Hey,
    Thanks for reaching out! Would you mind posting a link to your product category page?

    Kindly,
    Hannah

    Thread Starter Anonymous User 18819390

    (@anonymized-18819390)

    I found a php code to disable the Kadence pagination. The reason for disabling is it puts the pagination in a bad location. When using Elementor it fully integrates with Kadence on product category pages allowing it to still use your features such as zooming in for product images with hover effects and the pagination shows up in the right spot. I just want to use beaver builder because it is faster though.

    hannah

    (@hannahritner)

    Glad you found some code that works. Let us know if there’s anything else we can help you with!

    Kindly,
    Hannah

    Thread Starter Anonymous User 18819390

    (@anonymized-18819390)

    Do you know why Elementor integrates better with Kadence over Beaver Builder?

    Hey Tom,

    Due to the large amount of page builders out there these days, we chose to focus resources into integrating mainly with the Block Editor and Elementor. It would take more resources than we currently have to offer the same amount of functionality between all of the existing page builders that we do offer with Elementor.

    That being said, if you run into conflicts between Kadence and Beaver Builder, we definitely want to know about them, just incase we need to tweak anything on our end.

    If you could share the php that you had to change in order to fix this problem, then the Kadence devs can take a look and easily tell if there’s an issue on our end or theirs. Thanks!

    Best,
    Kevin

    Thread Starter Anonymous User 18819390

    (@anonymized-18819390)

    This is the php to disable pagination.

    remove_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_pagination’, 10 );

    The functionality that is missing is the hover effects on product category pages. It works on home page but not product categories. The Beaver Themer addon lets you customize product categories so may not be compatiable with that plugin. If you can implement this in a future update it would be appreciated.

    hannah

    (@hannahritner)

    Thanks for the feedback, @tomster999. I’ll pass this along to the dev team.

    Best,
    Hannah

    Can you post a link so can see the output? My guess is that this is more about what beaver builder is doing then anything we are doing to integrate with elementor, we don’t add any elementor specific woocommerce code.

    Ben

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Archive Pagination’ is closed to new replies.