Background overlay (botom header) issue on iPad
-
Hi there,
Greetings for the day.
We notice a display issue when activating the background overlay for the Bottom header–Menu item.
As the short video shows, if you touch the Dark overlay area, the whole screen will be frozen and turned Dark, and no response till a refresh of the page;
Test on: iPad Chrome, iPad Safari, Mac Chrome F12 Mode simulation iPad;
Could you pls help to have a look on this issue? thank you very much for the support always.
kind regards
Luie
Attachments:
You must be
logged in to view attached files.
Hello,
Please confirm the permission for plugin deactivation and switching to the parent/default theme for testing.
Looking forward to collaborating with you!
Kind Regards
Hi Luke,
Confirm the deactivation permission. Thank you.
regards,
Luie
Hello,
Add the code below in Theme Settings -> Custom JS -> On document ready.
(function($) {
$(document).on('click touchstart', '.wd-close-side', function() {
$(this).trigger('wdCloseSideAction', ['hide', 'hover']);
});
})(jQuery);
Clear the cache and recheck the issue.
Kind Regards
Hi Luke,
After applyed the customized JS code, this issue is solved, thank you very much for the kind support.
Have a nice weekend!
PS: can close the ticket now.
regards,
Luie