• Resolved azanimex

    (@azanimex)


    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]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support mediawebster

    (@mediawebster)

    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 1 year, 1 month ago by mediawebster.
    Thread Starter azanimex

    (@azanimex)

    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

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Ok! Try to add this JS code

    	document.addEventListener('table23-html-drawn', e => {
    	    document.getElementById("woot_img_preview").remove();
            }, false);
    Thread Starter azanimex

    (@azanimex)

    What JS am I supposed to put that code in?

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    In any file that is uploaded to the frontend

    Thread Starter azanimex

    (@azanimex)

    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.

    Plugin Support mediawebster

    (@mediawebster)

    Hello

    Ok! I passed this on to the developers

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Thumbnail (hover) + filtering BUG’ is closed to new replies.