wp3cx
Forum Replies Created
-
Hi @graphitedesign ,
There is an option in the settings which disables sound both on the operator’s and user’s end. It is under Settings -> General Settings -> “Play a sound when a new message is received”
There isn’t any way to disable the sound on client side only and we normally avoid suggesting users to make any changes in the code of the plugin as it could easily break functionality (and will also be overwritten during update). However, in your case if it is really important to have this, you can try commenting out line 449 in file /js/wplc_node.js, but I cannot guarantee that it will work nor can give further instructions ?? (make sure you clear cache after the change).
Have a nice day and stay safe!
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] False error when inserting youtube urlHi @sskrrahmatulla ,
This forum is dedicated to the WP-Live Chat by 3CX plugin.
Please post your question in the General WordPress Forum to get help!
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Overlay chat icon and policy barHi @cbastide ,
The easiest way is to use this:
#cookie-law-info-bar { z-index: 99999999!important; }
This way the cookie bar will always be on top of all elements. Or at least it should ??
Hi @izamarvirafuentes ,
Do you get that error immediately after activating our plugin or after a while?
Are you using the on-premise or Cloud chat mode?
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Missing a temporary folder.Hi @h2oshore ,
This forum is dedicated to the WP-Live Chat by 3CX plugin.
Please post your question in the General WordPress Forum to get help!
You are welcome ??
Hi @drepanganiban ,
The option is under Settings -> Chat Box -> “Chat box for logged in users only“
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Gutenberg Blocks errorHi @studio-peetr ,
Currently the easiest way to deal with this is to disable the WP debug mode (if it’s enabled) or prevent PHP from outputting errors by disabling error reporting.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] My upload button disappearedHi @mrrationalchiwendu ,
This forum is dedicated to the WP-Live Chat by 3CX plugin.
Please post your question in the General WordPress Forum to get help.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Remove 3CX boxes in User ProfileHi @janderso0888 ,
Unfortunately this cannot currently change, meaning that there is no option for it.
In a future update however we will remove it.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Missing Chats TranscriptionHi @alexisarpa3 ,
– Does your stage server have the same configuration as the production? Same plugins and same server config?
– As an agent, do you get any errors in the browser’s console while in a chat? This is important, please check and let me know. (Just press F12 to bring up the console)
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] iOS appHi @brockstr ,
There used to be a mobile app for WP-Live Chat but it has been deprecated long time ago.
We have another solution but it requires you to have 3CX Phone System installed as the chat in this case is built-in to the system.
3CX Phone System has built-in chat functionality allowing agents to chat via a
– Web Client
– Desktop App
– Mobile AppThere is also a WP plugin called 3CX Live Chat and Talk which you can use to connect your WP website to your 3CX PBX so that visitors can chat with your agents. Not only visitors can chat but also elevate a chat into an audio or video call via WebRTC ??
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Show chat only to certain Role UserHi @wappone88 ,
The plugin does have a shortcode but unfortunately it won’t work in your case. It will only work in the scenario I mentioned in my previous post which is a whole page restriction.
By default the chat box is shown on all pages. The user has the option to show it only on specific pages. So if you specify/allow a page but hide the shortcode, it will still render because the configuration of the plugin is per page. If you hide the chat box on all pages it will still won’t work because even if the shortcode executes it will be blocked because that page won’t be allowed.
Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Missing Chats TranscriptionHi @alexisarpa3 ,
Could you please provide the following information?:
– WP version
– WP-Live Chat version
– Chat mode (On-Premise or Cloud?)
– Does disabling chat transcription make any difference?
– If you access the chat history page, can you see the whole conversation?
– Did you notice this behaviour during your own tests or during normal traffic?Forum: Plugins
In reply to: [3CX Free Live Chat, Calls & WhatsApp] Show chat only to certain Role UserHi @wappone88 ,
That is currently not supported by the plugin.
You would need to write custom code to achieve this or use a plugin such Content Control to restrict a page to subscribers and show the chat box only on that page.