PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Filter MultiSelect do not show full text + data table thumb error

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 please
If 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.

Hi,

This is our website

http://michaelm451.sg-host.com/

Now, if you check these tables, select label get weird, used a svg image when I make the filter for MultiSelect.

Ex: http://michaelm451.sg-host.com/product/zero-low-scissors-lift-tables/

https://postimg.cc/nMYh2tvk

This labels are just svgs, and word are getting cut off. No control at all

 

If I do not use Multiselect from Filter option, it looks good. But we need MultiSelect.

https://postimg.cc/6yZJcVJN

 

One other issue is the thumb.

I hover on it, 400px thumb appear. Just what we want.

But if I keep changing first filter option, sometime the hover thumb image stay on the screen and make it weird.

No matter how I try to escape or change filter option again, it stay until I reload.

https://postimg.cc/hzQ7vZwY

I screen record to show you this.

 

Also on filter option, it show all the option available on that attribute.

Can it only show related attribute on a product table?

And if I select a option for the first filter, can it then auto check and only show available option for other filter?

 

First two problem is our priority.

Filter label on multiselect mode is not correct, svg image, get cut off.

And thumb keep on the screen if you keep changing filter option.

 

Can I share you our website backend access?

Can I share my purchase code here?

 

Please help.

Thanks

Hello

Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png and  wp-admin access - https://share.pluginus.net/image/i20210618130637.png

And thumb keep on the screen if you keep changing filter option. - Can you make a video with the error?

Can it only show related attribute on a product table? - Unfortunately no. But you can try this filter - https://wordpress.org/plugins/woocommerce-products-filter/ ( https://products-tables.com/woot_filter_provider_ ) -  This will also solve the multiselect problem.

Hi,

 

I added our purchase code and added you as an admin.

Also, this is what we captured before we had a single-option filter. We made a multiple-selections filter now, but the error is still there.

You filter once or twice, when the number of product is few and you still keep adding or removing items from the filter, thumb keep attached to the screen.

https://p84.chapter24x7.com/wp-content/uploads/2022/12/Screen-Recording-hover-image-stuck.wmv

 

https://wordpress.org/plugins/woocommerce-products-filter/

If I install it, will it automatically integrate with WOOT tables? Or do I have to add all attributes again on this new plugin?

Thanks for your quick response.

 

Please our main problem is this

https://paste.pics/175f30f50835183d61a62656ef7ddac0

Take this for example

http://michaelm451.sg-host.com/shop/floor-cranes/

Filter says PRODUCT before every attribute, and then hide TH from WIDTH, only show PRODUCT OVERALL WID

It is very weird.

 

And then client also find the thumb issue.

Please help.

 

Thanks

 

 

 

Hello

If I install it, will it automatically integrate with WOOT tables? - Well, you will need to adjust the filter  and read this - https://products-tables.com/woot_filter_provider_

Please do a test

Hi,

I added this on my function.php

 

 

add_filter("woot_profile_extend", function($profile, $action, $shortcode_args) {

if ('woot_woocommerce_tables' === $action) {

if (isset($shortcode_args['filter_provider'])) {

if ($shortcode_args['filter_provider'] === 'woof') {
if (array_key_exists('WOOF', $GLOBALS)) {
global $WOOF;
$profile[0]['filter_provider'] = 'woof';
$profile[0]['filter_data'] = $WOOF->get_request_data();

add_action('woot_filter_provider_woof', function ($args, $filter_data) {
if (!is_array($filter_data)) {
$filter_data = json_decode($filter_data, true);
}

if (!empty($filter_data) AND is_array($filter_data)) {
foreach (array_keys($filter_data) as $key) {
if (is_integer($key)) {
unset($filter_data[$key]);
}
}
}

//***
//here is clean WOOF functionality
global $WOOF;
if ((isset($filter_data[$WOOF->get_swoof_search_slug()]) OR isset($filter_data['min_price'])) AND count($filter_data) > 1) {

unset($filter_data['paged']);
$_GET = $filter_data;
$_REQUEST['perpage'] = -1; //for getting all products ids in WOOF predict filtration

if (isset($filter_data['post_title']) AND!empty($filter_data['post_title'])) {
woot()->filter->provider($filter_data);
}

$WOOF->woof_products_ids_prediction(true);
$ids = $_REQUEST['woof_wp_query_ids'];

if ($ids) {
$args['post__in'] = $ids;
} else {
unset($args['post__in']);
}
}
return $args;
}, 10, 2);
}
}

}
}
return $profile;
}, 10, 3);

 

And then add this shortcode: [woot id=55 filter_provider='woof']

Also tried

[woot id=55 filter_provider=’woof’]

But nothing happens. In fact, the filter system stopped working, I added Capacity 1000, and it does nothing.

 

Also, please any news about filter text?

https://paste.pics/30a697825b2acfc4f391ad90b5763c08

need a solution for this one as fast as possible, please.

 

You only reply once a day?

 

Thanks

 

Also, please any news about filter text? -  My test - https://c2n.me/4hj1FIb.png

Drop  me exact link to  the  issue

But nothing happens. In fact, the filter system stopped working, I added Capacity 1000, and it does nothing. - Did you put a woof filter on the page?

 

Thanks, it also shows the full word for me. Very happy, thank you.

Our last issue is the thumb getting sticky with the page.

Any solution for that problem?

 

Can we chat?

Hello

Our last issue is the thumb getting sticky with the page.  - Have you taken the test again? If not, clear all cache and Ctrl+F5 and test

Yes, clearing the cache.

But still the same.

http://michaelm451.sg-host.com/shop/lift-tables/

Basically, you go to any product category page, and if you keep hovering the thumb it worked. It goes when you remove the cursor. But if you change the filter, it takes 1-2 s to filter the result, in the meantime if you keep hovering the thumb, and when the new result is on the display (loaded), that thumb keeps sticky on the screen.

Not every time it happened. Because most filter item kind of instantly filter it.

But for filters with long results, just change the CAPACITY value in the link above, and quickly hover the thumb, and you will definitely see it.

 

Please, please help.

 

Hello

Please add FTP access - https://share.pluginus.net/image/i20210618130558.png ->https://share.pluginus.net/image/i20210618130637.png