Hello @oguruma,
We have recently added compatibility for Elementor popup to support lazy-loaded images. See https://github.com/AyeCode/geodirectory/pull/1968/commits/3386700a99f35f3475a05cd1749280e7ff6979fd#diff-cc0b78a1d4114f3111473847589a155d73713bfaf001747b58d569800a212d08
Could you provide us more details which JS library you are using to popup the listings?
Best Regards,
Kiran Prajapati
I’m just using a simple plugin I made using jQuery. Below is the js that I use to open the popup.
`jQuery(document).ready(function(){
jQuery( “.lcpOpenDrawer” ).click(function() {
jQuery(“#lcp-drawer-overlay”).show(1,function(){
jQuery(“#lcp-drawer”).show(“slide”, { direction: “right” }, 200)
})
jQuery(“html, body”).css({
overflow: ‘hidden’,
height: ‘100%’
});
});
jQuery(“#lcp-drawer-overlay, .closeLCPDrawer”).click(function(){
jQuery(“#lcp-drawer”).hide(“slide”, { direction: “right” }, 200, function(){
jQuery(“html, body”).css({
overflow: ‘auto’,
height: ‘auto’
});
jQuery(“#lcp-drawer-overlay”).hide(0)
});
});
});
Hi @oguruma,
I need to check there more how your code is working to open popup. Please create a support ticket on our website so we can assist you further: https://wpgeodirectory.com/support/.
Please title it “FAO Kiran” and the team will assign it to me.
Thanks,
Kiran