disable plugin per page/post Not fully disabled on page
-
Hello, I have an issue with your Lazy Load plugin. I run a plugin called Wise Chat Pro. It's a live text chat on my website. The issue I'm having is your plugin removes all icons from the profiles. What I did is Enabled "Enable option to disable plugin per page/post" then went to the page and checked "Disable Lazy Loader". That now shows the icons on the profiles for 5 secs and disappears. Your plugin is not completely disabled from the page. It's still affecting the icons. I wanted to check the image sources dissipeering by inspecting element. With "Lazy Load" deactivated, ("Lazy Loader Disabled" Original "Working") <code><img class="wcMessageAvatar" src="https://example.com/wp-content/plugins/wise-chat-pro/gfx/icons/user.png" alt="" /></code> --- <code><img src="https://secure.gravatar.com/avatar/2aa09e04e80580f22466d92c8955db28?s=96&d=retro&r=g" class="wcUserListAvatar" /></code> ("Lazy Loader Activated" with Enable option to "disable plugin per page/post" Activated) <code><img class="wcMessageAvatar" src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2096%2096%22%3E%3C%2Fsvg%3E" alt="" /></code> --- <code><img src="data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2096%2096%22%3E%3C%2Fsvg%3E" class="wcUserListAvatar" /></code> I noticed when Lazy Loader is deactivated, my images show the correct image and gravatar URL but when you enable it the URL is different. It's a Data URL that seems broken. I guess that's how your plugin works but when you completely disable it from the page by "disable plugin per page/post" it should not even touch any image on that page and should show the original. So it's not completely disabled from the page. Another issue I noticed is iframe problem with Youtube videos. I use the Embed Video option on Youtube. Example below. <code><iframe width="1280" height="720" src="https://www.youtube.com/embed/example" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></code> Normally the video would be a 6:9 aspect ratio. When I enable the option "Enable lazy loading for iframes" the video turns into a square with a 6:6 aspect ratio. It should not convert the video to a square. It should just load the video in. Any way to solve this? The only fix is to disable your plugin. :/ It's kinda unfortunate. This plugin is quite nice. I like the load animation on the images.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘disable plugin per page/post Not fully disabled on page’ is closed to new replies.