Home New Guten Forums WoodMart support forum Background overlay (botom header) issue on iPad

Background overlay (botom header) issue on iPad

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #680361

    lswang6
    Participant

    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.
    #680489

    Luke Nielsen
    Keymaster

    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

    #680502

    lswang6
    Participant

    Hi Luke,

    Confirm the deactivation permission. Thank you.

    regards,
    Luie

    #680611

    Luke Nielsen
    Keymaster

    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

    #680625

    lswang6
    Participant

    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

Viewing 5 posts - 1 through 5 (of 5 total)