Open muralitharanvellaisamy opened 7 years ago
Can you give me a link to the issue?
klearvuecabinetry - collections
When i click the images it loads the magnificPopup modal? or am i missing something?
When its Click loads but right click it not working it show the page
You must change the element so it is not an anchor tag anymore and then use a data-attribute to pass the href, like this:
<div class="simple-ajax-popup-align-top" data-href="http://klearvuecabinetry.com/kitchen-cabinet/oland-slab-melamine-white/">
I don't know your exact JS so please adopt the below to suite you
jQuery('.simple-ajax-popup-align-top').on('click', function (e) {
jQuery.magnificPopup.open({
items: {
type: 'ajax',
src: jQuery(this).data('href')
}
});
});
popup in Wordpress Post. it show the Post URL(open the new tab) Not show the popup