Hello,
You need to go to this file:
..\wp-content\themes\kleo\assets\js\app.js
and remove this part (around line 478 to 499)
COPY CODE
/* Login modal */
$('.kleo-show-login, .bp-menu.bp-login-nav a, .must-log-in > a').magnificPopup({
items: {
src: '#kleo-login-modal',
type: 'inline',
focus: '#username'
},
preloader: false,
mainClass: 'kleo-mfp-zoom',
// When elemened is focused, some mobile browsers in some cases zoom in
// It looks not nice, so we disable it:
callbacks: {
beforeOpen: function() {
if($(window).width() < 700) {
this.st.focus = false;
} else {
this.st.focus = '#username';
}
}
}
});
Thank you,
Catalin
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution