Skip Navigation

[Resolved] Product Slider Filter

This support ticket is created 7 years, 11 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- - 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00 14:00 – 20:00
- - - - - - -

Supporter timezone: Asia/Ho_Chi_Minh (GMT+07:00)

This topic contains 3 replies, has 2 voices.

Last updated by Beda 7 years, 11 months ago.

Assisted by: Beda.

Author
Posts
#396803

I am trying to: show a products carousel showing filtered results

I visited this URL: hidden link

I expected to see: a carousel showing 4 columns with all the products in the category before the filtering.

Instead, I got: The product lists already filtered

Explanation:

I need a carousel showing the list of filtered woocommerce products + the grid with filtered results too.
By default all the products must be visible (with pagination in the grid view)

I created a WordPress archive for product categories:

[wpv-layout-start]
	[wpv-items-found]

[wpv-view name="carusel"]
<br>
<hr>
<br>
<div class="col-md-3"><ul class="products  grid  thumb small-block-grid-2 medium-block-grid-3 large-block-grid-4" data-product-per-row="4">
	<!-- wpv-loop-start -->
	<wpv-loop>[wpv-post-body view_template="Grid productos"]
	</wpv-loop>
	<!-- wpv-loop-end -->
</ul></div>
	[/wpv-items-found]
	[wpv-no-items-found]
		<strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong>
	[/wpv-no-items-found]
[wpv-layout-end]

This is the "carusel" view with Automatic Pagination and filtered with custom taxonomy "variedad" and category same as page where the view is shown. hidden link

I need to show the results filtered by Price and another custom taxonomy "potencial".

[wpv-layout-start]
	[wpv-items-found]
	<div class="col-md-3"><ul class="products  grid  thumb small-block-grid-2 medium-block-grid-3 large-block-grid-4" data-product-per-row="4"><!-- wpv-loop-start -->
	<wpv-loop>
	[wpv-post-body view_template="Grid productos"]
	</wpv-loop>
	<!-- wpv-loop-end --></ul></div>
	[/wpv-items-found]
	[wpv-no-items-found]
		<strong>[wpml-string context="wpv-views"]No items found[/wpml-string]</strong>
	[/wpv-no-items-found]

[wpv-pager-prev-page][wpml-string context="wpv-views"]Previous[/wpml-string][/wpv-pager-prev-page][wpv-pager-next-page][wpml-string context="wpv-views"]Next[/wpml-string][/wpv-pager-next-page]
[wpv-layout-end][wpv-pager-nav-links ul_class="wpv_pagination_dots" li_class="wpv_pagination_dots_item" current_type="link"]

Could you help me and tell me what am i doing wrong?

Thanks in Advance!

#397158

Archives don't support pagination (only limitedly) and definitely don't support Parametric Search.
This feature is under development.

For a Parametric Search View that has a Query Filter by taxonomy, you can though choose the Query Filter to return Posts that have Taxonomy as the current Archive page:

Select posts with taxonomy: Tags the same as the current archive page	

Though, since this can produce unexpected results, I rather Suggest to mimic a Archive with a post View, which either display Products by taxonomy set by the parent taxonomy view, or by a (in the Query Filter or ShortCode argument) defined Taxonomy term.

This would allow you full power over the Query Filter and parametric Search.

The DOC:
https://toolset.com/documentation/user-guides/front-page-filters/
https://toolset.com/documentation/user-guides/using-a-child-view-in-a-taxonomy-view-layout/
https://toolset.com/documentation/user-guides/filtering-posts-by-user-selected-taxonomy/
https://toolset.com/documentation/user-guides/filtering-views-by-taxonomy/
https://toolset.com/documentation/user-guides/filtering-views-by-custom-fields/

Let me know if you need more information in regard.

#397514

I'm going to try alternative solutions and let you know...

Thanks!!

#397554

Please let me know your results and if you need more informations.

I am here to help and assist you with this goal.

Tomorrow and Saturday I will not be working:
https://toolset.com/forums/users/beda-s/

Please expect my reply Sunday in case you require my help after today's shift

Thank you

This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.