Hello,
There is Minor Bug and Conflict with the Magnific Popup Functionality and we have already fixed this in our Next Update. Simply add autoFocusLast: false, Setting to all the Magnific Popup Lightbox initializations inside the lightbox: function() Function Block in the js/functions.js File. Example:
$lightboxImageEl.magnificPopup({
type: 'image',
autoFocusLast: false,
closeOnContentClick: true,
closeBtnInside: false,
fixedContentPos: true,
mainClass: 'mfp-no-margins mfp-fade', // class to remove default margin from left and right side
image: {
verticalFit: true
}
});
Do this for all the Similar Initializations.
This will definitely work fine. Let us know if we can help you with anything else or if you find any further issues.