Hello @samuelpedraza – sorry for this inconvenience.
I viewed your website and yes, I see the intermittent issue that you are referring to.
I would now suggest you check out this documentation on how to Test if a Plugin or Theme Interferes with Popup Maker: https://docs.wppopupmaker.com/article/332-test-whether-a-plugin-or-theme-interferes-with-popup-maker This might help you with your problem.
If you would like us to assist you further with your issue, you will need to escalate it directly to our HelpScout support desk. Check this link: https://wppopupmaker.com/support/
Thank you.
Hi there,
I figured out how to solve this issue.
The problem is that there seems to be some paint interference with the plugin and the website.
So you can attach a repaint event to the close action.
I added this code and it worked perfectly.
jQuery(".pum-close")[0].click(function(){
window.getComputedStyle();
})
Hi,
I would edit, but it doesn’t seem to allow me.
jQuery(".pum-close")[0].click(function(){
jQuery(window).trigger('resize');
})
is the correct code. The other fixed on circumstance.