• 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.

    https://wordpress.org/plugins/ultimate-member/

Viewing 1 replies (of 1 total)
  • Plugin Author Ultimate Member

    (@ultimatemember)

    Hi,

    This is not related to UM as logged in users is part of WordPress core and not a UM feature so you will need to ask for help on the general wordpress forum for this.

    Thanks 🙂

Viewing 1 replies (of 1 total)
  • The topic ‘Can't Show Zopim To Users’ is closed to new replies.