javascript - Zopim Bubble hides when screen is resized -
i have wordpress website zopim live chat installed, when resize browser hides zopim bubble. should change in code, stays visible @ times?
<!--start of zopim live chat script--> <script type="text/javascript"> window.$zopim || (function(d, s) { var z = $zopim = function(c) { z._.push(c) }, $ = z.s = d.createelement(s), e = d.getelementsbytagname(s)[0]; z.set = function(o) { z.set. _.push(o) }; z._ = []; z.set._ = []; $.async = !0; $.setattribute('charset', 'utf-8'); $.src = '//v2.zopim.com/?zopim_secret_key'; z.t = +new date; $. type = 'text/javascript'; e.parentnode.insertbefore($, e) })(document, 'script'); </script>
perhaps it's set hide on mobile? check settings in zopim dashboard!
Comments
Post a Comment