Responsive Horizontal redirect filter and disable a field
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 franck on December 15, 2021, 13:19Hello,*
I have some pre-sale questions. I try with free version.
I want to make a redirect filter for a specific category on home page.
I write short-code: [woof sid="needvoicehome" autosubmit=0 is_ajax=1 dynamic_recount=1 taxonomies=product_cat:86 by_only="by_sexe,by_langues" tax_exclude="pa_media,pa_nombre-de-mots" ajax_redraw=1 redirect="https://needvoice.be/boutique/voix-off/"]
I would that the filter be in horizontal and responsive, how can i do that ?
example here: https://www.voiceproductions.eu/fr
I try in css but don't find.
Second ask, can i hide the product_cat ? because i don't need in homepage filter but i need it in sales pages.
Thanks for your help sorry for my English.
Hello,*
I have some pre-sale questions. I try with free version.
I want to make a redirect filter for a specific category on home page.
I write short-code: [woof sid="needvoicehome" autosubmit=0 is_ajax=1 dynamic_recount=1 taxonomies=product_cat:86 by_only="by_sexe,by_langues" tax_exclude="pa_media,pa_nombre-de-mots" ajax_redraw=1 redirect="https://needvoice.be/boutique/voix-off/"]
I would that the filter be in horizontal and responsive, how can i do that ?
example here: https://www.voiceproductions.eu/fr
I try in css but don't find.
Second ask, can i hide the product_cat ? because i don't need in homepage filter but i need it in sales pages.
Thanks for your help sorry for my English.
Quote from Pablo Borysenco on December 16, 2021, 12:45Hello
Please drop me exact link to the issue
can i hide the product_cat - Yes. Just use different shortcodes on different pages
Hello
Please drop me exact link to the issue
can i hide the product_cat - Yes. Just use different shortcodes on different pages
Quote from franck on December 16, 2021, 13:44Hello,
For the css:
I have solve the problem for css i follow you tutorial and make my own css in flex.
For the short-code i don't understand what: "tax_only" do ? and tax_only="none" ? when i try to use all my filter disappear.
In my home page (https://needvoice.be/) i display this short-code:
[woof sid="needvoicehome" autosubmit=0 is_ajax=1 dynamic_recount=1 taxonomies=product_cat:86 by_only="by_sexe,by_langues" tax_exclude="pa_media,pa_nombre-de-mots" ajax_redraw=1 redirect="https://needvoice.be/boutique/voix-off/"]
But if i activate product categories in woof settings i don't find how to hide the category product in short-code.
Thank you for your help.
Hello,
For the css:
I have solve the problem for css i follow you tutorial and make my own css in flex.
For the short-code i don't understand what:"tax_only" do ? and tax_only="none" ? when i try to use all my filter disappear.
In my home page (https://needvoice.be/) i display this short-code:
[woof sid="needvoicehome" autosubmit=0 is_ajax=1 dynamic_recount=1 taxonomies=product_cat:86 by_only="by_sexe,by_langues" tax_exclude="pa_media,pa_nombre-de-mots" ajax_redraw=1 redirect="https://needvoice.be/boutique/voix-off/"]
But if i activate product categories in woof settings i don't find how to hide the category product in short-code.
Thank you for your help.
Quote from Pablo Borysenco on December 17, 2021, 12:37Hello
Please try to use ( https://c2n.me/4emYqp6.png ):
[woof sid="needvoicehome" autosubmit=0 is_ajax=1 dynamic_recount=1 taxonomies=product_cat:86 by_only="by_sexe,by_langues" tax_exclude="product_cat,pa_media,pa_nombre-de-mots" ajax_redraw=1 redirect="https://needvoice.be/boutique/voix-off/"]
Hello
Please try to use ( https://c2n.me/4emYqp6.png ):
[woof sid="needvoicehome" autosubmit=0 is_ajax=1 dynamic_recount=1 taxonomies=product_cat:86 by_only="by_sexe,by_langues" tax_exclude="product_cat,pa_media,pa_nombre-de-mots" ajax_redraw=1 redirect="https://needvoice.be/boutique/voix-off/"]
Quote from franck on December 17, 2021, 13:46Thank you !
For the short-code i don't understand what:"tax_only" do ? and tax_only="none" ? when i try to use all my filter disappear.
Can you explain the syntax or what it do ?
Because i have read the woof shortcode page and don't understand.
Thanks again.
Thank you !
For the short-code i don't understand what:"tax_only" do ? and tax_only="none" ? when i try to use all my filter disappear.
Can you explain the syntax or what it do ?
Because i have read the woof shortcode page and don't understand.
Thanks again.
Quote from Pablo Borysenco on December 20, 2021, 12:01Hello
"tax_only" - this shows filters by taxonomy, based on keys (taxonomy slug). tax_exclude - it works exactly the opposite
tax_only="none" - do not show filters by taxonomies
Hello
"tax_only" - this shows filters by taxonomy, based on keys (taxonomy slug). tax_exclude - it works exactly the opposite
tax_only="none" - do not show filters by taxonomies