Conversation
supportHi, 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
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