Can't Show Zopim To Users
-
I’m trying to hide the Zopim chat widget to those that are not logged in. I’m using this code:
$zopim( function() {
var logged = jQuery(‘body’).hasClass(‘logged-in’);
if (!logged){$zopim.livechat.hideAll()}
})This works but only for admins. All other users that aren’t admins can’t see the chat widget.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Can't Show Zopim To Users’ is closed to new replies.