Target to results when a filter is selected
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Axel on September 12, 2019, 17:36Hello, is there a way to jump to the filter images or the filter results - lower on the page when - a filter is selected?
At the moment, the page reloads and starts at the top again.
Kind regards Axel
Hello, is there a way to jump to the filter images or the filter results - lower on the page when - a filter is selected?
At the moment, the page reloads and starts at the top again.
Kind regards Axel
Quote from Axel on September 13, 2019, 11:19For example:
http:///www.domain.de/?woof=1&product_cat=kleinwagen#auto-filter
(I set this ID in a <div id="auto-filter"> on the page)
Kind regards Axel
For example:
http:///www.domain.de/?woof=1&product_cat=kleinwagen#auto-filter
(I set this ID in a <div id="auto-filter"> on the page)
Kind regards Axel
Quote from Pablo Borysenco on September 13, 2019, 13:58Hello
Use ajax mode and read this please - https://products-filter.com/auto-scroll-to-element-after-ajax-is-done/
Hello
Use ajax mode and read this please - https://products-filter.com/auto-scroll-to-element-after-ajax-is-done/
Quote from Axel on September 18, 2019, 09:27Hello Pablo,
thank you for your reply.
- I set: "Try to ajaxify the shop". Ok?
- Then I set in the plugin settings page -> tab Advanced -> "JavaScript code after AJAX is done":
jQuery('html, body').animate({
scrollTop: jQuery(".auto-filter").offset().top
}, 777);The section I want to target has class="auto-filter" and also id="auto-filter".
Both of it did not work. Can you please take a look?
Thank you and kind regards Axel
Hello Pablo,
thank you for your reply.
- I set:"Try to ajaxify the shop". Ok?
- Then I set in the plugin settings page -> tab Advanced ->"JavaScript code after AJAX is done":
jQuery('html, body').animate({
scrollTop: jQuery(".auto-filter").offset().top
}, 777);
The section I want to target has class="auto-filter" and also id="auto-filter".
Both of it did not work. Can you please take a look?
Thank you and kind regards Axel
Quote from Pablo Borysenco on September 18, 2019, 13:48Hello
Ok! To show products on this page try to use [woof_products is_ajax=1]
Hello
Ok! To show products on this page try to use [woof_products is_ajax=1]
Quote from Axel on September 19, 2019, 19:49Hello Pablo,
Since I use a custom template do show the products, this does not work for me.
Can I put the code "is_ajax=1" somewhere else in the page?
Kind regards
btw. The Woof Filter Plugin is really great!
Hello Pablo,
Since I use a custom template do show the products, this does not work for me.
Can I put the code"is_ajax=1" somewhere else in the page?
Kind regards
btw. The Woof Filter Plugin is really great!
Quote from Pablo Borysenco on September 20, 2019, 13:03Hello
Everything seems to work correctly - https://c2n.me/43GDkIE
Hello
Everything seems to work correctly - https://c2n.me/43GDkIE
Quote from Axel on October 1, 2019, 10:10Hello Pablo,
thank you for your reply. [woof_products is_ajax=1] works correctly.
I used some custom css for display.
This is a great plugin !!!
Kind regards Axel
Hello Pablo,
thank you for your reply. [woof_products is_ajax=1] works correctly.
I used some custom css for display.
This is a great plugin !!!
Kind regards Axel
Quote from Pablo Borysenco on October 1, 2019, 14:05Hello Axel
Welcome;)
Hello Axel
Welcome;)
Quote from Axel on October 8, 2019, 12:15Hello Pablo,
I would like to show only products with the attribute: marke=Opel.
At the moment, I use this: [woof_products is_ajax=1 columns=4 taxonomies=product_cat:56,57,58,60,61,62,75 per_page=200]
Where can I put it into the shortcode, is it possible alt all?
Kind regards Axel
Hello Pablo,
I would like to show only products with the attribute: marke=Opel.
At the moment, I use this: [woof_products is_ajax=1 columns=4 taxonomies=product_cat:56,57,58,60,61,62,75 per_page=200]
Where can I put it into the shortcode, is it possible alt all?
Kind regards Axel
Quote from Pablo Borysenco on October 8, 2019, 13:25Hello Axel
try this shortcode:
[woof_products is_ajax=1 columns=4 taxonomies="pa_marke:X"] where X - it's ID of Opel
Hello Axel
try this shortcode:
[woof_products is_ajax=1 columns=4 taxonomies="pa_marke:X"] where X - it's ID of Opel
Quote from Axel on October 8, 2019, 14:10Thank you!
Can I include taxonomies="pa_marke:X" (with or without quotes "..." ?)
and include taxonomies=product_cat:56,57,58,60,61,62,75 ?
Can this come together? Or how else could I exclude one certain category?
Kind regards Axel
Thank you!
Can I include taxonomies="pa_marke:X" (with or without quotes"..." ?)
and include taxonomies=product_cat:56,57,58,60,61,62,75 ?
Can this come together? Or how else could I exclude one certain category?
Kind regards Axel
Quote from Axel on October 8, 2019, 14:12[woof_products is_ajax=1 columns=4 taxonomies="pa_marke:31 & product_cat:56,57,58,60,61,62,75" per_page=200]
How can I make it work?
[woof_products is_ajax=1 columns=4 taxonomies="pa_marke:31 & product_cat:56,57,58,60,61,62,75" per_page=200]
How can I make it work?
Quote from Pablo Borysenco on October 9, 2019, 12:11Hello
Please read docs - https://products-filter.com/documentation/#section_3_2
taxonomies="pa_marke:31+product_cat:56,57,58,60,61,62,75"
Hello
Please read docs - https://products-filter.com/documentation/#section_3_2
taxonomies="pa_marke:31+product_cat:56,57,58,60,61,62,75"
Quote from Axel on October 10, 2019, 09:14Thank you, for the preview it works.
Kind regards Axel
Thank you, for the preview it works.
Kind regards Axel
Quote from Axel on October 10, 2019, 09:40Ok. Now I copied the Elementor template to another page (see Privat data) and put the same code in but the Site isn't running at all. Error 500.
What did I do wrong?
Ok. Now I copied the Elementor template to another page (see Privat data) and put the same code in but the Site isn't running at all. Error 500.
What did I do wrong?
Quote from Pablo Borysenco on October 10, 2019, 13:03Hello
not sure if this relates to my plugin
To get error text install and activate this plugin - https://wordpress.org/plugins/error-log-monitor/ AND https://wordpress.org/plugins/query-monitor/
Hello
not sure if this relates to my plugin
To get error text install and activate this plugin - https://wordpress.org/plugins/error-log-monitor/ AND https://wordpress.org/plugins/query-monitor/
Quote from Axel on October 11, 2019, 12:36Thank you for the tip Pablo,
I installed the 2 plugins, but the page does not load. so I can not see any js errors on the console.
The private data and your admin access are active again.
One is shop overview page and works. (neuwagen)
The other page with 500 error ist just a copy and does not work. (opel-test)
Whithout Elementor it works.
With Elementor it doesn't even if there are no elementor widgets...
What can I do?
Thank you for the tip Pablo,
I installed the 2 plugins, but the page does not load. so I can not see any js errors on the console.
The private data and your admin access are active again.
One is shop overview page and works. (neuwagen)
The other page with 500 error ist just a copy and does not work. (opel-test)
Whithout Elementor it works.
With Elementor it doesn't even if there are no elementor widgets...
What can I do?
Quote from Pablo Borysenco on October 14, 2019, 11:56Hello
Please activate/set up this plugin - https://c2n.me/444jEIs.png - And you will see the error text
Hello
Please activate/set up this plugin - https://c2n.me/444jEIs.png - And you will see the error text
Quote from Axel on October 14, 2019, 16:34Hello,
I already did. No entries in the error log.
Kind regards Axel
Hello,
I already did. No entries in the error log.
Kind regards Axel