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

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -