Load search results with ajax on the homepage without leaving the homepage
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 Pablo Borysenco on January 13, 2020, 11:42Hello
3) Use autosubmit. autosubmit=1
4) So you are using the wrong access to the database. Contact hosting support
Hello
3) Use autosubmit. autosubmit=1
4) So you are using the wrong access to the database. Contact hosting support
Quote from Alvaro on January 15, 2020, 22:49Thanks a lot Pablo:
1- About js Both js doesn't work at the same time, give me a hint please http://c2n.me/45saau6
3- Now is set first type but it still does not show the selection I made in the 2 steps. Also you can see is already autosubmit=1 but it do not goes to step2 automatically.
4- About "Statistic" the data about the database is correct and user has the correct privileges, could you send me a connection example to see what you write on host, because with the I.P of my server do not work and also with "local" do not work.
Thanks a lot Pablo:
1- About js Both js doesn't work at the same time, give me a hint please http://c2n.me/45saau6
3- Now is set first type but it still does not show the selection I made in the 2 steps. Also you can see is already autosubmit=1 but it do not goes to step2 automatically.
4- About"Statistic" the data about the database is correct and user has the correct privileges, could you send me a connection example to see what you write on host, because with the I.P of my server do not work and also with"local" do not work.
Quote from Pablo Borysenco on January 16, 2020, 11:34Hello
1) Remove one of the code blocks
3) https://c2n.me/45wL2uh.jpg - please check it. Clear all cache
4) Contact your hosting support. They will give the address of the database!
Hello
1) Remove one of the code blocks
3) https://c2n.me/45wL2uh.jpg - please check it. Clear all cache
4) Contact your hosting support. They will give the address of the database!
Quote from Alvaro on January 17, 2020, 00:03Hello Pablo, I'm sorry to drive you crazy, but I need to solve it:
1) Yes if I remove one it works, but I need both, I want it to go down to search result and when I click to reset button to go up, is that posible or I can only have one?
3) About https://c2n.me/45wL2uh.jpg how can I change autosubmit to 1, I guess it is not in the shortcut because in the shortcut I already set it to 1 "autosubmit=1", so could you please tell me where I can change it so it goes to next step automatically after selecting one filter.
This is the shortcut I use, as you can see I set it to 1 "autosubmit=1:
[woof_step autosubmit=1 filter_type=1 by_step="product_cat,product_tag"] [woof_products autosubmit=1 is_ajax=1 display_on_search=1]5) Why the filter it showing the reset button at the beginning before doing the search, it should show the Search button and when it shows the search result should show the "Reset" button.
Hello Pablo, I'm sorry to drive you crazy, but I need to solve it:
1) Yes if I remove one it works, but I need both, I want it to go down to search result and when I click to reset button to go up, is that posible or I can only have one?
3) About https://c2n.me/45wL2uh.jpg how can I change autosubmit to 1, I guess it is not in the shortcut because in the shortcut I already set it to 1"autosubmit=1", so could you please tell me where I can change it so it goes to next step automatically after selecting one filter.
This is the shortcut I use, as you can see I set it to 1"autosubmit=1:
[woof_step autosubmit=1 filter_type=1 by_step="product_cat,product_tag"] [woof_products autosubmit=1 is_ajax=1 display_on_search=1]
5) Why the filter it showing the reset button at the beginning before doing the search, it should show the Search button and when it shows the search result should show the"Reset" button.
Quote from Pablo Borysenco on January 17, 2020, 12:07Hello
1) In this case, you need customization of the code. Unfortunately, I do not have a ready-made solution.
Try to use something like:
jQuery('.woof_reset_search_form').click(function(){
// Your code
});
2) I don’t know where you changed the shortcode. check the test page - https://tequierotes.com/test-woof/ - Everything works correctly. Try to clear all cache.
5) This is necessary to reset the current selection. For example, you have not 2 steps, but 10 steps. n this case, it is convenient. If you want to change this behavior you should customize the code.
Hello
1) In this case, you need customization of the code. Unfortunately, I do not have a ready-made solution.
Try to use something like:
jQuery('.woof_reset_search_form').click(function(){
// Your code
});
2) I don’t know where you changed the shortcode. check the test page - https://tequierotes.com/test-woof/ - Everything works correctly. Try to clear all cache.
5) This is necessary to reset the current selection. For example, you have not 2 steps, but 10 steps. n this case, it is convenient. If you want to change this behavior you should customize the code.
Quote from Alvaro on January 17, 2020, 22:18Hi Pablo:
3) My shortcode is on the home page, you can changes anything you like. I am using Step by step filter 1 (https://demo.products-filter.com/step-by-step-filter-1/) so I have changes the shortcode on https://tequierotes.com/test-woof/ filter_type=1 and autosubmit still no working on first step, when I select one option it active next button, what I like is to go to next step automaticly. May be is because on first step I can select more than one option, I would like to be able to select only one on each step and go automatically to next step also hide the filter "button" so it do the filter automatically after select last step-
5) What do mean with "This is necessary to reset the current selection.". I can see on https://tequierotes.com/test-woof/ the same problem happens, what I like is to work like https://demo.products-filter.com/step-by-step-filter-2/ I mean to say is that in https://demo.products-filter.com/step-by-step-filter-2/ you pass the first filter to the second and from the second to the third one automatically without having to click on the button "next".
ALSO I like to get like on https://demo.products-filter.com/step-by-step-filter-2/ is not showing the buttons "Back" and "Next", it just show the button of "Reset" at the end.Many many thanks Pablo!
Hi Pablo:
3) My shortcode is on the home page, you can changes anything you like. I am using Step by step filter 1 (https://demo.products-filter.com/step-by-step-filter-1/) so I have changes the shortcode on https://tequierotes.com/test-woof/ filter_type=1 and autosubmit still no working on first step, when I select one option it active next button, what I like is to go to next step automaticly. May be is because on first step I can select more than one option, I would like to be able to select only one on each step and go automatically to next step also hide the filter"button" so it do the filter automatically after select last step-
5) What do mean with"This is necessary to reset the current selection.". I can see on https://tequierotes.com/test-woof/ the same problem happens, what I like is to work like https://demo.products-filter.com/step-by-step-filter-2/ I mean to say is that in https://demo.products-filter.com/step-by-step-filter-2/ you pass the first filter to the second and from the second to the third one automatically without having to click on the button"next".
ALSO I like to get like on https://demo.products-filter.com/step-by-step-filter-2/ is not showing the buttons"Back" and"Next", it just show the button of"Reset" at the end.
Many many thanks Pablo!
Quote from Alvaro on January 18, 2020, 18:57HI PABLO, I HAVE ASK A DEVELOPER FOR A CUSTOMIZE CODE, IF HE CANNOT SOLVE IT, I WILL CONTACT YOU, THANK YOU
HI PABLO, I HAVE ASK A DEVELOPER FOR A CUSTOMIZE CODE, IF HE CANNOT SOLVE IT, I WILL CONTACT YOU, THANK YOU
Quote from Pablo Borysenco on January 20, 2020, 13:09Hello
3,5) Drop me FTP access please
Hello
3,5) Drop me FTP access please
Quote from Alvaro on January 20, 2020, 14:37Hi, I send it to private data, at the end I am using type 2 https://demo.products-filter.com/step-by-step-filter-2/
Please, make changes at https://demo.products-filter.com/step-by-step-filter-2/
Many thanks
Hi, I send it to private data, at the end I am using type 2 https://demo.products-filter.com/step-by-step-filter-2/
Please, make changes at https://demo.products-filter.com/step-by-step-filter-2/
Many thanks
Quote from Alvaro on January 20, 2020, 15:07Please Pablo, Before You do anything tell me what are you going to do because I already give access to the developer to add custom GS and custom Js.
thanks for all Pablo
Please Pablo, Before You do anything tell me what are you going to do because I already give access to the developer to add custom GS and custom Js.
thanks for all Pablo
Quote from Pablo Borysenco on January 21, 2020, 17:32Hello
Please check FTP access
Hello
Please check FTP access
Quote from Alvaro on January 22, 2020, 17:11Hi Pablo, I am wondering if you know how can add a text before the filter results
Hi Pablo, I am wondering if you know how can add a text before the filter results
Quote from Pablo Borysenco on January 23, 2020, 11:29Hello
Do you mean insert text before products?
If yes - try to use a hook - woocommerce_before_shop_loop
Example:
add_action('woocommerce_before_shop_loop', function(){
// your text
}, 2);
Hello
Do you mean insert text before products?
If yes - try to use a hook - woocommerce_before_shop_loop
Example:
add_action('woocommerce_before_shop_loop', function(){
// your text
}, 2);
Quote from Alvaro on January 23, 2020, 19:27Ok I say to the developer, thanks.
By the way I am filtering by category do you know how can I changes the order that options shows in the filter. Also The second step is by tag maybe you know how can changes order of the differents tags?
Thanks Pablo
Ok I say to the developer, thanks.
By the way I am filtering by category do you know how can I changes the order that options shows in the filter. Also The second step is by tag maybe you know how can changes order of the differents tags?
Thanks Pablo
Quote from Pablo Borysenco on January 24, 2020, 11:27Hello
Try to use this tool - https://wordpress.org/plugins/custom-taxonomy-order-ne/
Hello
Try to use this tool - https://wordpress.org/plugins/custom-taxonomy-order-ne/
Quote from Alvaro on February 8, 2020, 21:33Hi Pablo I try to reorder categorie with the plugin "custom-taxonomy-order" and as you can see on https://tequierotes.com/settings.jpg I set "TÉ AMARILLO" first one, but as you can see on the filter on the home pages, "TÉ AMARILLO" is no the first one category on the filter https://tequierotes.com/filter-on-home-page.jpg
Thanks
Hi Pablo I try to reorder categorie with the plugin"custom-taxonomy-order" and as you can see on https://tequierotes.com/settings.jpg I set"TÉ AMARILLO" first one, but as you can see on the filter on the home pages,"TÉ AMARILLO" is no the first one category on the filter https://tequierotes.com/filter-on-home-page.jpg
Thanks
Quote from Pablo Borysenco on February 10, 2020, 12:05Hello
Please clear the cache after any changes - https://c2n.me/45V9Ng9.png -> https://c2n.me/45V9P8c.jpg
Hello
Please clear the cache after any changes - https://c2n.me/45V9Ng9.png -> https://c2n.me/45V9P8c.jpg
Quote from Alvaro on February 19, 2020, 22:29Hello, the option of "Override no products found content" http://c2n.me/465fPTx does not work, you can check it on the homepage or on the page you created "https://tequierotes.com/test-woof/" to do the test in the first step select the category "TÉ VERDE", this category has no associated product and as you will see after the second step, the preloding is shown and it is blocked, it does not show the message that I have set on "Advance / Options / Override no products found content" nor show "recent_products", I've recorded a video for you to see https://tequierotes.com/pablo-filter.mp4
Where if I show it is in the Shop page when entering the category with no products call "TÉ VERDE", could you tell me as active / deactivate that option.
Thank you very much Pablo!
Hello, the option of"Override no products found content" http://c2n.me/465fPTx does not work, you can check it on the homepage or on the page you created"https://tequierotes.com/test-woof/" to do the test in the first step select the category"TÉ VERDE", this category has no associated product and as you will see after the second step, the preloding is shown and it is blocked, it does not show the message that I have set on"Advance / Options / Override no products found content" nor show"recent_products", I've recorded a video for you to see https://tequierotes.com/pablo-filter.mp4
Where if I show it is in the Shop page when entering the category with no products call"TÉ VERDE", could you tell me as active / deactivate that option.
Thank you very much Pablo!
Quote from Pablo Borysenco on February 20, 2020, 11:54Hello
The problem is that - the shortcode in this area causes an endless loop. It causes an error.
In the next update we will add a warning
Hello
The problem is that - the shortcode in this area causes an endless loop. It causes an error.
In the next update we will add a warning
Quote from Alvaro on February 21, 2020, 16:15Thanks Pablo, but on your demo https://c2n.me/465fPTx.png I can see is working, when there is no results it show the text set on "Override no products found content", now all my categories and all the tags products associated and still don't show the message, you can see on the page you add https://tequierotes.com/test-woof/ frist step please select "TÉ AMARILLO" and on second Step select "FRUTAS DE LA HUERTA".
It should work as in your demo, if not, it does not make sense that every time it does not match the 2 filters it get blocked, it should show the message, please please any ideas or suggestions
Thanks Pablo, but on your demo https://c2n.me/465fPTx.png I can see is working, when there is no results it show the text set on"Override no products found content", now all my categories and all the tags products associated and still don't show the message, you can see on the page you add https://tequierotes.com/test-woof/ frist step please select"TÉ AMARILLO" and on second Step select"FRUTAS DE LA HUERTA".
It should work as in your demo, if not, it does not make sense that every time it does not match the 2 filters it get blocked, it should show the message, please please any ideas or suggestions