Issue with Label Function, box Centering Problem
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 Teknikfronten on April 9, 2024, 09:14Hello,
I am currently using HUSKY - Products Filter Professional for WooCommerce and have just started exploring the label function to create filters. However, I have encountered an issue and hope someone can help me. First, I created labels for one of the filters, namely screen size. There you can see how each box is centered even though the text in the boxes is of different lengths. But when I do the same for, for example, RAM, you can see that the boxes become slightly larger just because the text is one letter longer. How can I prevent the box from getting larger, so instead of the box getting larger, the text should just take up more space inside the box?
Check picture
https://ibb.co/Q6mY6b0
https://ibb.co/T2VB32bThanks :)
Hello,
I am currently using HUSKY - Products Filter Professional for WooCommerce and have just started exploring the label function to create filters. However, I have encountered an issue and hope someone can help me. First, I created labels for one of the filters, namely screen size. There you can see how each box is centered even though the text in the boxes is of different lengths. But when I do the same for, for example, RAM, you can see that the boxes become slightly larger just because the text is one letter longer. How can I prevent the box from getting larger, so instead of the box getting larger, the text should just take up more space inside the box?
Check picture
https://ibb.co/Q6mY6b0
https://ibb.co/T2VB32b
Thanks :)
Quote from Pablo Borysenco on April 9, 2024, 10:57Hello
Please drop me exact link to the issue
Hello
Please drop me exact link to the issue
Quote from Teknikfronten on April 9, 2024, 10:59Hi,
I have now activated the label format so you can take a look! :) It wasn't live before due to the issue.
https://teknikfronten.se/produkt-kategori/barbaradatorer/
Hi,
I have now activated the label format so you can take a look! :) It wasn't live before due to the issue.
Quote from Pablo Borysenco on April 9, 2024, 11:52Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
update the plugin to latest version - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
update the plugin to latest version - https://products-filter.com/how-to-make-auto-update-for-wordpress-plugins-and-themes-bought-on-envato
Quote from Pablo Borysenco on April 9, 2024, 11:53You can try this CSS:
body .woof_list_label .woof_label_term {
min-width: 60px;
}
You can try this CSS:
body .woof_list_label .woof_label_term {
min-width: 60px;
}
Quote from Teknikfronten on April 9, 2024, 13:07Hello,
I have now added the license code.
I have applied CSS, and it was working almost perfectly. I had to adjust to 62px because one of the labels had slightly wider text, causing the box to be a bit off-center. However, with 62px, it became perfect. The issue now is that there are only 2 boxes per row. How can I make it so there are three boxes?
Thank you in advance.
Hello,
I have now added the license code.
I have applied CSS, and it was working almost perfectly. I had to adjust to 62px because one of the labels had slightly wider text, causing the box to be a bit off-center. However, with 62px, it became perfect. The issue now is that there are only 2 boxes per row. How can I make it so there are three boxes?
Thank you in advance.
Quote from Pablo Borysenco on April 10, 2024, 10:37Hello
Unfortunately, in your case the container size is not enough
Please try this CSS to make the widget container a little wider:
body #secondary .widget {padding: 20px;
}
Hello
Unfortunately, in your case the container size is not enough
Please try this CSS to make the widget container a little wider:
padding: 20px;
}
Quote from Teknikfronten on April 10, 2024, 14:14Thank you so much for your help, it's really appreciated that you're assisting me :)
That solved the problem so I can have three boxes centered. However, now there is a border around the entire box, see highlighted in gold in the linked image below. Additionally, all the text and boxes have become a bit smaller which isn't really a problem, but if you look at the green highlight, it seems like there's room to enlarge the boxes and text a bit so they fill the whole area, making the left and top white spaces equal, as highlighted in green. Is it possible to solve this?
https://ibb.co/4NfptYb
Additionally, these changes seem to only work on the desktop version of the site. When I look at the mobile version, it's two rows instead of three, which is odd.
For those of us who have paid for the pro version of this plugin, is it possible to give you our login details so you can go in and optimize everything to make it look nice and clean? I understand if it's not possible, but thought it would be much faster for you since you seem to have a good handle on this.
Thank you so much for your help, it's really appreciated that you're assisting me :)
That solved the problem so I can have three boxes centered. However, now there is a border around the entire box, see highlighted in gold in the linked image below. Additionally, all the text and boxes have become a bit smaller which isn't really a problem, but if you look at the green highlight, it seems like there's room to enlarge the boxes and text a bit so they fill the whole area, making the left and top white spaces equal, as highlighted in green. Is it possible to solve this?
Additionally, these changes seem to only work on the desktop version of the site. When I look at the mobile version, it's two rows instead of three, which is odd.
For those of us who have paid for the pro version of this plugin, is it possible to give you our login details so you can go in and optimize everything to make it look nice and clean? I understand if it's not possible, but thought it would be much faster for you since you seem to have a good handle on this.
Quote from Pablo Borysenco on April 11, 2024, 10:11Hello
This is a conflict with the styles of your site(theme). Setting up your site is not included in support
Please add this CSS:
#woof_widget-2{
padding: 0 px;
}
body #technocy-canvas-filter .widget {
padding: 20px;
}
Hello
This is a conflict with the styles of your site(theme). Setting up your site is not included in support
Please add this CSS:
#woof_widget-2{
padding: 0 px;
}
body #technocy-canvas-filter .widget {
padding: 20px;
}
Quote from Teknikfronten on April 11, 2024, 10:26Hello,
I've now done that, but there were no changes at all, neither on the mobile site nor the desktop site. Should I keep the original code as well? I just added the new one below all the old ones.
Hello,
I've now done that, but there were no changes at all, neither on the mobile site nor the desktop site. Should I keep the original code as well? I just added the new one below all the old ones.
Quote from Pablo Borysenco on April 11, 2024, 10:57Ok! Fixed code
body #secondary #woof_widget-2, body #technocy-canvas-filter #woof_widget-2{
padding: 0px;
}
Yes please add this code below
Ok! Fixed code
body #secondary #woof_widget-2, body #technocy-canvas-filter #woof_widget-2{
padding: 0px;
}
Yes please add this code below
Quote from Teknikfronten on April 11, 2024, 11:15Hi!
I see that the lite outside the frame disappeared, which is good, and It's working great on mobile now too :D
But now there's a lot of empty space on the sides. Is it possible to fill the entire box so that the filter text and filter boxes expand to reach the edges? Take a look at the page to see how it looks now :)
So, the only thing left is to fill the entire frame so there's not so much space in between :)
Hi!
I see that the lite outside the frame disappeared, which is good, and It's working great on mobile now too :D
But now there's a lot of empty space on the sides. Is it possible to fill the entire box so that the filter text and filter boxes expand to reach the edges? Take a look at the page to see how it looks now :)
So, the only thing left is to fill the entire frame so there's not so much space in between :)
Quote from Pablo Borysenco on April 11, 2024, 12:19Ok! Change all padding in these styles to zero: padding: 0px;
Ok! Change all padding in these styles to zero: padding: 0px;
Quote from Teknikfronten on April 11, 2024, 12:29Hej,
That made everything go all the way to the edge. Instead, I changed the last code you gave me from 0 to 20, and then it looked better, so now the code is like this.
body .woof_list_label .woof_label_term {
min-width: 62px;
}body #secondary .widget {
padding: 20px;
}body #secondary #woof_widget-2, body #technocy-canvas-filter #woof_widget-2{
padding: 27px;
}
Hej,
That made everything go all the way to the edge. Instead, I changed the last code you gave me from 0 to 20, and then it looked better, so now the code is like this.
body .woof_list_label .woof_label_term {
min-width: 62px;
}
body #secondary .widget {
padding: 20px;
}
body #secondary #woof_widget-2, body #technocy-canvas-filter #woof_widget-2{
padding: 27px;
}
Quote from Teknikfronten on April 11, 2024, 12:44It works perfekt now on desktop, check https://teknikfronten.se/produkt-kategori/barbaradatorer/
But on mobile version, its 2 box each row :/
It works perfekt now on desktop, check https://teknikfronten.se/produkt-kategori/barbaradatorer/
But on mobile version, its 2 box each row :/
Quote from Pablo Borysenco on April 12, 2024, 09:59Hello
Well, of course the container is not wide enough
Please add CSS
body .technocy-canvas-filter .widget {padding: 10px;
}
Hello
Well, of course the container is not wide enough
Please add CSS
padding: 10px;
}
Quote from Teknikfronten on April 12, 2024, 10:07It worked perfekt, THANK YOU! :D Everything is perfect now.
It worked perfekt, THANK YOU! :D Everything is perfect now.
Quote from Pablo Borysenco on April 12, 2024, 12:31Great! Welcome;)
Great! Welcome;)