Can you send me a link to your site so I can check it out?
Thread Starter
net
(@krstarica)
We’ve fixed it using:
jQuery(‘.sb-close’).click(function(event) {
jQuery(‘#smartbanner’).css(‘display’, ‘none’);
});
But even when testing windowstest.html (ref: https://github.com/jasny/jquery.smartbanner) in Android or in browser using its user agent it is not possible to close the banner.
I am having the same problem.
Here is a link to my site:
http://beta.rockandrecovery.com/
I think I am going to use your solution Ivan and push out a new build. I was hoping that the jquery.smartbanner library would be updated to fix this, but in the meantime I will use your solution.