woof filters also favourites
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 andricor on November 11, 2019, 15:45Hi there
I have a woocommerce website built with Divi.
My main shop page has a upper block with the shop favourites. That's with the standard theme shop component.
Then under that block I have 2 columns, on the left is the "woof" search and on the right the "woof_products" result.
Everything works fine, but if I have a brand selected and I copy and paste that url to a new page, the block on the top (favourites) shows:
"
No products were found matching your selection.
"
If there a way to keep the upper block showing the favourites without the filter affecting those products?
Thanks
Hi there
I have a woocommerce website built with Divi.
My main shop page has a upper block with the shop favourites. That's with the standard theme shop component.
Then under that block I have 2 columns, on the left is the"woof" search and on the right the"woof_products" result.
Everything works fine, but if I have a brand selected and I copy and paste that url to a new page, the block on the top (favourites) shows:
"
No products were found matching your selection.
"
If there a way to keep the upper block showing the favourites without the filter affecting those products?
Thanks
Quote from andricor on November 11, 2019, 16:09Sorry, I mean "featured" products... the ones you can star in woocommerce.
Sorry, I mean"featured" products... the ones you can star in woocommerce.
Quote from Pablo Borysenco on November 12, 2019, 12:27Hello
Try in file - \wp-content\plugins\woocommerce-products-filter\index.php comment/delete these lines - https://c2n.me/44xYZtK.png
Hello
Try in file - \wp-content\plugins\woocommerce-products-filter\index.php comment/delete these lines - https://c2n.me/44xYZtK.png
Quote from andricor on November 12, 2019, 12:33Thank you! We're almost there! :)
The only problem is that it changes the amount of columns setting for the Divi upper block.
I've set the upper block with the featured products to be 6 columns and the woof results with 3 columns.
if I refresh the page after applying the filter, the upper block is shows with 3 columns which breaks the layout.
Is there a way to fix also that? It would be awesome! :)
Thanks
Thank you! We're almost there! :)
The only problem is that it changes the amount of columns setting for the Divi upper block.
I've set the upper block with the featured products to be 6 columns and the woof results with 3 columns.
if I refresh the page after applying the filter, the upper block is shows with 3 columns which breaks the layout.
Is there a way to fix also that? It would be awesome! :)
Thanks
Quote from Pablo Borysenco on November 12, 2019, 13:32Hello
Please drop me exact link to the issue
Hello
Please drop me exact link to the issue
Quote from andricor on November 12, 2019, 13:48Hi Pablo
The website is still in a staging environment.
I just did some tests and I have some findings.
If you filter by category and then refresh the page, it works fine.
If you filter by brand and then you refresh, then the top block changes to 3 columns.
Here some screenshots:
https://imgur.com/a/tBh3i7k
Thanks
Hi Pablo
The website is still in a staging environment.
I just did some tests and I have some findings.
If you filter by category and then refresh the page, it works fine.
If you filter by brand and then you refresh, then the top block changes to 3 columns.
Here some screenshots:
Thanks
Quote from andricor on November 13, 2019, 12:19It looks like I fixed it... I have to check if all pages are working correctly.
The css I applied:
.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
width: 13.5% !important;
float: left !important;
}}
@media (min-width: 981px){
.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1), .et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1), .et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1) {
clear: unset;
}}
It looks like I fixed it... I have to check if all pages are working correctly.
The css I applied:
.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
width: 13.5% !important;
float: left !important;
}}
@media (min-width: 981px){
.et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1), .et_left_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1), .et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n+1) {
clear: unset;
}}
Quote from Pablo Borysenco on November 13, 2019, 15:10Hello
Great! Thank you for cooperation!
Hello
Great! Thank you for cooperation!