Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author xootix

    (@xootix)

    Hello,

    Your menu overlay doesn’t go away when popup is closed.
    Add this to your functions.php

    add_action( 'wp_footer', function(){
    	?>
    	<script type="text/javascript">
    		jQuery(document).ready(function($){
    			$('.xoo-el-login-tgr').click(function(){
    				$('.wpr_close').trigger('click');
    			})
    		})
    	</script>
    	<?php
    } );
    Thread Starter tajmohamed30

    (@tajmohamed30)

    Thank you! it worked well and good

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘load fade away after closing login popup in mobile’ is closed to new replies.