Thank you Helen for the fix ! It works for me. I had the same problem and WP 6.1.1. did not fix the issue. thank you so much.
Yessss, all works fine ! Thank you so much for your help ! I made a little donation 😉
Hello, your plugin works great, but I have exactly the same problem : the content of the post is duplicated when the widget is shown in sidebar. Did you find the solution to the problem ? Thank you in advance !
I think it can’t work with CSS but with javascript. I put the content of the zopim-script in a separate file and call the script now only if the screen-size is bigger than 900. Not sure if this is an elegant version, but it seems to work for me. The following code must go in the the head section of your site :
<script type="text/javascript">
if (screen && screen.width > 900)
document.write('<script type="text/javascript" src="http://path-here/js/zopim.js"><\/script>');
</script>