Home › Forums › Themes Support › Claue › Custom category pages – filter & pagination not working
- This topic has 5 replies, 2 voices, and was last updated 4 years, 2 months ago by
ClaireK.
-
AuthorPosts
-
-
December 14, 2020 at 11:01 pm #39605
Hello,
I am using the Claue for wordpress and the home 6 demo with Elementor.
I want to create a category page that will show the products of a specific category. But I do not want to use the default pages provided under: /product-category/rings/ since I need to able to customize those page.
I created my own page under /rings/ and used the products element with pagination. The products appear but without any pagination button. I used the query source latest products and include by term and the the term rings.
Moreover, if i use a sidebar for filters, the filters do not work/appear.
I also tried another product element as you can see in the /rings page but again no pagination.
I need to be able to show a defined number of products, e.g. 8-12 and then use pagination if there are more.
Moreover, the pages need to be able to provide filtering.How can I proceed with that?
Thank you!
-
December 15, 2020 at 10:57 am #39608
Hi ClaireK,
Thank you for choose our theme.
The filter and pagination only support shop page and category page generate by WooCommerce.
The custom page with specific products can’t show filter and pagination.
If you want show latest products on top please go to Appearance > Customize > WooCommerce > Product Catalog > Default product sorting > Sort by recent.
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 15, 2020 at 4:40 pm #39611
(!)(!)(!) That’s some serious limitation!
Just to make things clear:
1) So there is no way to do have a simple filter on a custom page? For example I want to use a custom offers page, with some text on the top and then various products from many categories. There is no way to filter that?
2) Regarding pagination, elementor widgets offer the ability to paginate products. And even without any builder or specific elements, one can simply use a woocommerce shortcode like [products tag=”new” paginate=”true” columns=”3″ limit=”12″].
However, this also shows no pagination. I switched to Storefront, the basic woocommerce theme and everything works as expected.
I missing something or does the theme break basic woocommerce functionality such as custom shortcodes? Any suggestions on how to fix that?Please provide me with some details on the above issues since they seem pretty serious and I alway try to resolve issue with the theme’s dev team before leaving a review.
Thank you!
-
December 17, 2020 at 8:21 pm #39645
Any updates?
problem also exists with [featured_products] shortcode and more.
How am I supposed to show featured products or similar if the theme breaks the default pagination features?
-
December 17, 2020 at 10:40 pm #39646
Hi,
Sorry because miss your message.
1. Please add below code to claue-child > functions.php
add_action( 'wp_head', 'remove_my_action' ); function remove_my_action(){ add_action( 'woocommerce_after_shop_loop', 'woocommerce_pagination' ); remove_action( 'jas_pagination', 'woocommerce_pagination' ); }
2. For the filter, the plugin not support filter on custom page
Kind regards
Harry
Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio -
December 21, 2020 at 9:55 pm #39722
Ok, thank you.
I will try 1 and let you know
-
-
AuthorPosts
You must be logged in to reply to this topic.