When I add filter it shows itself on the site, but it doesn't work. If I choose some option in it, the site refreshes itself, but nothing happens with products. I've created my own 'Store' page, that may be the problem?
Hi, thanks for the easy to understand tutorials. I've created a custom product archive using Ele Custom Skin, however this filter does not change the products I can see. I've added the filter to the products archive, if I use the standard archive, it works fine, but if I use my customised archive that's using default product loop, then the results don't update when using the filter. Any help would be great. Thanks
Maria Christina I have just solved this by not using the post archive to show the Ele Custom Skin. Instead of it, I used the Shortcode that the Elementor creates and insert on the Loop by Php on the funcion php section. Then, I remove the standard product title and all the things I wanted by a function on Php as well. It works perfectly when I use the “Archive Product” on Elementor (instead of Post Archive). Let me find some links to help you.
@@mariachristina89 First of all, try a plugin called "Advanced AJAX Product Filters" and then add the sidebar on Elementor Product Archive page. This can solve your problem. If not, maybe it is better if you use the "Archive Products" instead of "Archive Post". 1) Adding the shortcode of Loop under the featured image: Insert this on "Function.php" on your theme editor": PS: Instead of "[elementor-template id="881"]", you will insert the shortcode of the Loop that the Elementor generates (It is on the list of the models you have already created. Insert this: function elementor_loop_shortcode () { echo do_shortcode('[elementor-template id="881"]'); } add_action('woocommerce_after_shop_loop_item','elementor_loop_shortcode',11); 2) Instead of Archive Post, you use Product Archive element. 3) (IF YOU WANT) Removing the standand add to cart buttom: Insert this code on Function.php: add_action( 'woocommerce_after_shop_loop_item', function(){ remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' ); }, 1 ); 4) (IF YOU WANT) Removing the standard price: Insert this code on Function.php: remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 ); 5) I am not a developer, so I search a lot to find the solution that solve my problem, there are some links that I got some info: - If you don't know CSS code (Link me), I recommend the "Yellow Pencil Plugin" Links: ua-cam.com/video/Z3AS_KUNrhY/v-deo.html wpcodeus.com/how-to-add-php-code-to-elementor/ ua-cam.com/video/C0qtqEes85U/v-deo.html ua-cam.com/video/eMCOE9x5mCc/v-deo.html Hope to help. And sorry for te bad english hahaha
How about new and used items , is possible ? Searchbar will work with it ? For examp: when we type on searching bar named items comes and then can we filter it with used or new itemss ?
Hi Paul, I really loved your video but I've run into a bit of a problem and I wondered if you might have any suggested workarounds. I have created pages using both Woocommerce blocks and Elementor (similar to what you show in the video) where I've loaded my products and added the Themify product filter shortcode. The filters work correctly, but when I click on them I'm redirected to the default Woocommerce shop page, where the Themify filter no long appears. I understand this is because I have selected certain product categories to appear on the pages I created, as opposed to all the products listed in the shop. I sell two very distinct types of products (bike accessories and food(!)), so I don't want any food products to appear on the bike products page and vice versa - but I also really need a filter that works for each individual page. I would love to know if there's a way round the problem!
I have made a product archive using Elementor Custom Skin and Elementor pro following your tutorial on them. But how can I use this filter plugin with that? Thanks.
i have aproblem ... custom ordering appear just in cattegorey but in other attribute dont appera Hence, the properties are not shown as arranged .. can you help me to find the solve ??
Hello kind sir, Thank you so much for the tutorial.. however i got some question in mind and really hope you would answer or teach me.. I just put the themify short code on top of my background picture on home page and then i create a new block on elementor and put it product (from woolentor plugin). I cannot get the filter result that i want. How can i link the themify plugin to my product? Thank you so much!
themify product filter and other product filter is not working on my affiliate website..I used wzone plugin for direct product upload from amazon. Can you please tell me how to solve this problem.. Love your videos :)
Thank you for this. However I'm struggling to find a filter that filters categories and show the corresponding sub-categories that have been added under products in the dashboard. Can this plugin do that?
Hi there, thanks for the vid! Does this plugin permit to have the filters in a drop-down format? Like just show "filters" and they drop down when clicked. Especially for mobile devices where all the filters show up at the top of the page and force your to scroll down quite a bit to see the first products. Best regards,
I have quairies sir, before filtering we need to add data's to page. How to add data i have large data so it's difficult to add one by one and then use filters. Please help me out
Hi, Please take a look at this wpallimport.com/ I have used it with many sites and works like a charm. Basically you'll edit all product data in Excell / Google Sheets and import all bulk into Woocommerce .
Hey, I need a quick favour, if you can help me out please.I am designing woocommerce site for my friend. Its actually "Customized Printing based". Site is ready, but facing two major problems, if you can recommend me any specific plugins for each issue 1. I want users to upload images on product page, and then those images are shown in thumbnails with delete and crop option on them. Depending on product different quantity of images is allowed on each product, like for photo prints, client can upload as many he wants and for canvas print, he can upload one 2. We are also introducing photobooks, calenders etc. Can you recommend any editor/designer for this purpose, which can empower customer to create their own design and where we can also add pre-defined templates for customers? Please let me know if possible. It will be a great help.Thanks
How did you manage to edit the actual Woocommerce Shop page ? By default with Elementor it doesn’t allow you to edit the page. Did you duplicate the shop page and called it Store ?
Is it possible you could do a video on how you make your channel along with any hints and tips. Revenue from the channel (only goalpost if you like). I think this would interest a lot of designers and would also be a break from the norm for you.
@@slomfairo2668 Some of us designers also have interests in other areas other than web design (mine is history) that is why I would be interested how he operates the channel. I am not looking to compete, like you say its a saturated area and i could only dream to do videos as polished as his and besides it doesn't appeal, it would be too much like work.
Sir please help me please 🥺 I created 2 attributes One is for select phone model And One is for select you brand Then in Selct the brand There is samsung and vivo With samsung i created 94 variations And with vivo 45 But the problem is When in product i select the Samsung from variation it is showing the variation of Samsung as well as vivo Please help how can i fix it
how to sell services as product with WooCommerce like logo designing or photo editing with downloadable links for individual users, revisions & conversation support?
First of all, I wish I'd stumble into ur channel earlier! It would've made my life easier! So a huge thanks! Secondly, I've been encountering a very weired problem. Drag and Drop for Themify isn't working!!!
really nice filter plugin. unfortunately it only works combined with the products widget and not with the posts widget which allows you to use custom skin loops...
Hi Paul, another super helpful tutorial - thank you! Quick questions - Do you know any plugins that allow the store owner to print out letters to include with the order which are personalised. eg: Dear , Thank you for ordering . and then I can add an extra thanks blurb etc. I am just trying to cut down time for printing new letter for each order. TIA. Kim
Take a look at Dynamic Content for Elementor's Token function. That allows you to add all kinds of personalisation tags to your content. ua-cam.com/video/iE_CWyOvgKw/v-deo.html
I like your tutorials. However, more content is needed on the subject of WordPress Security, and I request that you make more detailed videos on security. Thanks
Hi Paul. Your video is awesome. One advise please, my clients web site is in spanish (www.staging12.lacajasana.com this is staging before production), and the "CLEAR" button is the only text that it shows in english, is there a way to show it in spanish? Thanks for your help up front.
Hello sir, Why you dont reply me. Ill unsubscribe you if you wont do that... Sir please you are great...Just help us with developing membership websites with great membership plugin using elementor and custom dashboard is important too. Moreover sir, do multi level membership like 3 to 4 types of guys can register on it like, main servant, gardener etc and content to be restricted accordingly. It is very much in in the market these days. Kindly help and reply please....Moreover teach us how to fetch any sort of user meta created by any plugin on the front end dashboard of that user profile
Thank you Paul!
This is the best free filter so far, and nice video!
Looking for this kind of plugin for long-time, it made life easier. Thank you so much
I automatically like your video without watching first, every video you post is awesome. Thanks for the awesome tutorials
Thank you for sharing
When I create the filter with Themify and then put the shortcode on Elementor it doesn't show up. Please help!
...in Brizy Pro it´s not showing immediatelly in the builder...but it´s there on the page if you save it...
Thank you Paul, this was incredibly helpful for what I needed to do.
Great to hear that :)
When I add filter it shows itself on the site, but it doesn't work. If I choose some option in it, the site refreshes itself, but nothing happens with products. I've created my own 'Store' page, that may be the problem?
Another great video Paul
Thanks Shabti 👍
Hi, thanks for the easy to understand tutorials. I've created a custom product archive using Ele Custom Skin, however this filter does not change the products I can see. I've added the filter to the products archive, if I use the standard archive, it works fine, but if I use my customised archive that's using default product loop, then the results don't update when using the filter. Any help would be great. Thanks
Some problem on mine
@@Guilhermerperformance same
Hi, i have same problem. have you found the answer for this? thank you.
Maria Christina I have just solved this by not using the post archive to show the Ele Custom Skin. Instead of it, I used the Shortcode that the Elementor creates and insert on the Loop by Php on the funcion php section. Then, I remove the standard product title and all the things I wanted by a function on Php as well. It works perfectly when I use the “Archive Product” on Elementor (instead of Post Archive). Let me find some links to help you.
@@mariachristina89 First of all, try a plugin called "Advanced AJAX Product Filters" and then add the sidebar on Elementor Product Archive page. This can solve your problem.
If not, maybe it is better if you use the "Archive Products" instead of "Archive Post".
1) Adding the shortcode of Loop under the featured image:
Insert this on "Function.php" on your theme editor":
PS: Instead of "[elementor-template id="881"]", you will insert the shortcode of the Loop that the Elementor generates (It is on the list of the models you have already created.
Insert this:
function elementor_loop_shortcode () {
echo do_shortcode('[elementor-template id="881"]');
}
add_action('woocommerce_after_shop_loop_item','elementor_loop_shortcode',11);
2) Instead of Archive Post, you use Product Archive element.
3) (IF YOU WANT) Removing the standand add to cart buttom:
Insert this code on Function.php:
add_action( 'woocommerce_after_shop_loop_item', function(){
remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' );
}, 1 );
4) (IF YOU WANT) Removing the standard price:
Insert this code on Function.php:
remove_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_price', 10 );
5) I am not a developer, so I search a lot to find the solution that solve my problem, there are some links that I got some info:
- If you don't know CSS code (Link me), I recommend the "Yellow Pencil Plugin"
Links:
ua-cam.com/video/Z3AS_KUNrhY/v-deo.html
wpcodeus.com/how-to-add-php-code-to-elementor/
ua-cam.com/video/C0qtqEes85U/v-deo.html
ua-cam.com/video/eMCOE9x5mCc/v-deo.html
Hope to help. And sorry for te bad english hahaha
thanks sir, for this video👍.
How about new and used items , is possible ? Searchbar will work with it ? For examp: when we type on searching bar named items comes and then can we filter it with used or new itemss ?
Which filter plugin do you recommend, the search and filter on your newer video or this plugin please? 😊 Thanks
Super useful video - pls more about WooCommerce - pls pls :-)
Thanks for the information. is the free plug in compatible with Bridge theme?
Thank you so much brother good tutorial
Like always... to the point!
You breath teaching.
Is there a Woocommerce filter plugin with ACF support?
Looking for the same here. Hard to find a free filter plugin with ACF support!
Hi! thanks for your videos! one question- does this plugin offer product filter for mobile devices?
Nice! We can add extra bits and information to orders for FREE..! Thank you Paul 😍
Is there a way to have more than 1 category drop down? I dont need all my categories in 1 drop down, but in 2 separate ones
Hi. Thanks for your video. I'm trying this plugin but the color, and sizes not available. Can you help me please?
Hi Paul, I really loved your video but I've run into a bit of a problem and I wondered if you might have any suggested workarounds. I have created pages using both Woocommerce blocks and Elementor (similar to what you show in the video) where I've loaded my products and added the Themify product filter shortcode. The filters work correctly, but when I click on them I'm redirected to the default Woocommerce shop page, where the Themify filter no long appears. I understand this is because I have selected certain product categories to appear on the pages I created, as opposed to all the products listed in the shop. I sell two very distinct types of products (bike accessories and food(!)), so I don't want any food products to appear on the bike products page and vice versa - but I also really need a filter that works for each individual page. I would love to know if there's a way round the problem!
Heyy! I'm having the same issue, did you found an answer to that? I've been breaking my head to solve this...
does work on a custom shop page?
I have made a product archive using Elementor Custom Skin and Elementor pro following your tutorial on them. But how can I use this filter plugin with that? Thanks.
+1 Help!
+1 please help!
I dont Find the color filter in the options list sir
i have aproblem ... custom ordering appear just in cattegorey but in other attribute dont appera Hence, the properties are not shown as arranged .. can you help me to find the solve ??
You are great, solved my problem
Hello kind sir, Thank you so much for the tutorial.. however i got some question in mind and really hope you would answer or teach me..
I just put the themify short code on top of my background picture on home page and then i create a new block on elementor and put it product (from woolentor plugin).
I cannot get the filter result that i want. How can i link the themify plugin to my product?
Thank you so much!
hi paul, can i use product filters on custom loops?
(HELPP) Why those filters doesnt replicate throughout the category pages of products? These filters only appears at the "shop" page...
HI, Have you worked on Product price based on locations in woocommerce.?
Hi, why if i choose 2 or more caregory in checkbox, not show all 2 category?
Can I add new and used goods ?
Does it work in taxonomy loops?
Hi! is it a plugin to make filter?. Where can I download this plugin. Please and thanks for the answer.
Themify product filter Vs filter everything which one is better
When i put shortcode nothing appeared. What should i do?
Great vid, how do you add a "save Filter" button?
themify product filter and other product filter is not working on my affiliate website..I used wzone plugin for direct product upload from amazon. Can you please tell me how to solve this problem..
Love your videos :)
Thank you for this. However I'm struggling to find a filter that filters categories and show the corresponding sub-categories that have been added under products in the dashboard. Can this plugin do that?
the some question did u find the solution please share it
never been able to get this to work in a good way with the top layout in combo with elementor!
Like the Css is lost or something..
I tried this with my Elementor Custom Skins Product Archive (from your tutorial) but it isn't working. Help anyone?
Thank you so much for your lesson 🙏
Why do i have to clear the filter afyer every refresh
It show be default.clear when.page.load
How can I exclude and include categories? Please help me :(
Great Topic Wanted this really
Hello, does anyone know how to add buttons to take you to different categories?
Will we be getting the HTML to Wordpress, Pinetree Tutorials please?
Thank you very much!!!
My bro, you reee bestt. Ok The beeessst TY
Hi there, thanks for the vid!
Does this plugin permit to have the filters in a drop-down format? Like just show "filters" and they drop down when clicked.
Especially for mobile devices where all the filters show up at the top of the page and force your to scroll down quite a bit to see the first products.
Best regards,
Hi, were you able to find a plugin like that? I want a same functionality filter especially for mobile view.
I have quairies sir, before filtering we need to add data's to page. How to add data i have large data so it's difficult to add one by one and then use filters. Please help me out
Hi, Please take a look at this wpallimport.com/ I have used it with many sites and works like a charm. Basically you'll edit all product data in Excell / Google Sheets and import all bulk into Woocommerce .
hello, doesn't work suddenly, do you find any problem on this plugin? It makes my page cannot load.
thank you
Hey, I need a quick favour, if you can help me out please.I am designing woocommerce site for my friend.
Its actually "Customized Printing based". Site is ready, but facing two major problems, if you can recommend me any specific plugins for each issue
1. I want users to upload images on product page, and then those images are shown in thumbnails with delete and crop option on them. Depending on product different quantity of images is allowed on each product, like for photo prints, client can upload as many he wants and for canvas print, he can upload one
2. We are also introducing photobooks, calenders etc. Can you recommend any editor/designer for this purpose, which can empower customer to create their own design and where we can also add pre-defined templates for customers?
Please let me know if possible. It will be a great help.Thanks
I need help regarding category items include or exclude. I tried but it is not happening anything how to do that can you help me someone.
How did you manage to edit the actual Woocommerce Shop page ? By default with Elementor it doesn’t allow you to edit the page. Did you duplicate the shop page and called it Store ?
Spot on. Then you can use a 301 redirect to push any links to the custom page.
WPTuts do you have a tutorial on your channel on this ?
@@Yyyxk wtf are 301 ? kk
Last week I add woolento and my website got crash..😥😥
Hello, do you know how can i have the product filter on top in mobile version?
Hi, did you find the answer?
Thanks, just what I needed!
Thank you. Help me a lot :)
Is it possible you could do a video on how you make your channel along with any hints and tips. Revenue from the channel (only goalpost if you like). I think this would interest a lot of designers and would also be a break from the norm for you.
Why on earth would he do that? His tutorials are more than enough and we are immensely grateful to him for all he's doing. Revenue my foot!
@@slomfairo2668 Some of us designers also have interests in other areas other than web design (mine is history) that is why I would be interested how he operates the channel. I am not looking to compete, like you say its a saturated area and i could only dream to do videos as polished as his and besides it doesn't appeal, it would be too much like work.
thank you. this is a big help. i hope you're doing well.
Is to mobile responsive..??
I am doing an ecomm site while watching this :-) And using Woolentor
This a great, thanks for sharing!
where can we get this widget ? does it support elementor ?
All the links are in the description.
Not sure if I mentioned Smart Image Resizer. Its brilliant to resize and standardise image in one click. 150 images on free plan
Sir please help me please 🥺
I created
2 attributes
One is for select phone model
And
One is for select you brand
Then in
Selct the brand
There is samsung and vivo
With samsung i created
94 variations
And with vivo 45
But the problem is
When in product i select the Samsung from variation it is showing the variation of Samsung as well as vivo
Please help how can i fix it
how to sell services as product with WooCommerce like logo designing or photo editing with downloadable links for individual users, revisions &
conversation support?
First of all, I wish I'd stumble into ur channel earlier! It would've made my life easier! So a huge thanks! Secondly, I've been encountering a very weired problem. Drag and Drop for Themify isn't working!!!
really nice filter plugin. unfortunately it only works combined with the products widget and not with the posts widget which allows you to use custom skin loops...
Is there any filter plugin which works with the post widget and custom skin loop
Hi Paul, another super helpful tutorial - thank you! Quick questions - Do you know any plugins that allow the store owner to print out letters to include with the order which are personalised. eg: Dear , Thank you for ordering . and then I can add an extra thanks blurb etc.
I am just trying to cut down time for printing new letter for each order. TIA. Kim
Take a look at Dynamic Content for Elementor's Token function. That allows you to add all kinds of personalisation tags to your content.
ua-cam.com/video/iE_CWyOvgKw/v-deo.html
Amazing, two most irritating problem solved solved.
Thanks
I love this until the handle doesn't show on price filter
It has big pagination troubles
I like your tutorials. However, more content is needed on the subject of WordPress Security, and I request that you make more detailed videos on security. Thanks
Brabo demais
What if I want a categories dropdown BEFORE all my fkn product ON mobile, literally Scoured the internet for info for 3 hours 00000 0000000 0Resulots
You didnt show the products and show us how you put the taxonometries....
Bravo bravo bravo what else?
This plug-in dont works
Hi Paul. Your video is awesome. One advise please, my clients web site is in spanish (www.staging12.lacajasana.com this is staging before production), and the "CLEAR" button is the only text that it shows in english, is there a way to show it in spanish? Thanks for your help up front.
Hello sir, Why you dont reply me. Ill unsubscribe you if you wont do that... Sir please you are great...Just help us with developing membership websites with great membership plugin using elementor and custom dashboard is important too.
Moreover sir, do multi level membership like 3 to 4 types of guys can register on it like, main servant, gardener etc and content to be restricted accordingly.
It is very much in in the market these days. Kindly help and reply please....Moreover teach us how to fetch any sort of user meta created by any plugin on the front end dashboard of that user profile
ua-cam.com/video/qRla6vr3KBg/v-deo.html
Yea but i wana have the expertise of wptuts. Thanks mate
Doesn't work... Free plugins are craps.
Feel free to buy commercial plugins then 😉
Thank you very much!