WPIntell

Source evidence

Thumbnail (hover) + filtering BUG

TableOn – WordPress Posts Table Filterable · support · 2023-10-19T03:42:00+00:00

mixedsentiment
mediumseverity
0.84relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 28 rows with source links

17.9% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
azanimex resolved
Hi, first of all thank you for this useful plugin. I’ve found a bug where the thumbnail don’t dissappear when you filter posts. To replay this problem: Try to filter some taxonomy and then hover the pointer on an thumbnail and when the filter finish his work the img won’t dissappear. The page I need help with: [ log in to see the link] Hello My test – https://c2n.me/4jAx7d2 Please check your browser console[F12] – Perhaps you have JS errors or is it a conflict with a third-party plugin This reply was modified 2 years, 7 months ago by mediawebster . The errors I found in the console were from another plugin which I disabled to test if it fixed that and it didn’t. I also tried deactivating plugins and nothing, the problem continues. In your video I saw that the filtering loads very quickly and after loading you put the pointer over the image. It is during loading time that the bug occurs. Here I leave you a video: https://imgur.com/83jGvN6 Hello Ok! Try to add this JS code document.addEventListener('table23-html-drawn', e => { document.getElementById("woot_img_preview").remove(); }, false); What JS am I supposed to put that code in? Hello In any file that is uploaded to the frontend I put it at the end of the “helper.js” but it didn’t work and then it gave me an error message when entering the table configuration where the custom CSS and taxonomies are located. I found a way to camouflage the problem and that is by making the “loading” displayed take up the entire height of the table. Still, I think they should fix that. Hello Ok! I passed this on to the developers

Comments

7 shown
mediawebster 2023-10-20T11:32:00+00:00

Hello My test – https://c2n.me/4jAx7d2 Please check your browser console[F12] – Perhaps you have JS errors or is it a conflict with a third-party plugin This reply was modified 2 years, 7 months ago by mediawebster .

azanimex 2023-10-20T19:27:00+00:00

The errors I found in the console were from another plugin which I disabled to test if it fixed that and it didn’t. I also tried deactivating plugins and nothing, the problem continues. In your video I saw that the filtering loads very quickly and after loading you put the pointer over the image. It is during loading time that the bug occurs. Here I leave you a video: https://imgur.com/83jGvN6

mediawebster 2023-10-23T11:41:00+00:00

Hello Ok! Try to add this JS code document.addEventListener('table23-html-drawn', e => { document.getElementById("woot_img_preview").remove(); }, false);

azanimex 2023-10-23T20:15:00+00:00

What JS am I supposed to put that code in?

mediawebster 2023-10-25T11:45:00+00:00

Hello In any file that is uploaded to the frontend

azanimex 2023-10-25T17:27:00+00:00

I put it at the end of the “helper.js” but it didn’t work and then it gave me an error message when entering the table configuration where the custom CSS and taxonomies are located. I found a way to camouflage the problem and that is by making the “loading” displayed take up the entire height of the table. Still, I think they should fix that.

mediawebster 2023-10-27T11:52:00+00:00

Hello Ok! I passed this on to the developers