Deprecated: Function create_function() is deprecated in /site/wp-content/plugins/comm100-live-chat/plugin_files/Comm100LiveChat.class.php on line 38
What’s that about?
]]>This plugin worked fine for awhile and one day stopped working. I’ve contacted Comm100 directly from your website but got no response. I’ve been a customer for a long time but your product no longer works and your service doesn’t get back to me.
]]>Hello,
I have plugin installed on https://hccdeve.wpengine.com
When I run a test on Gtmetrix, I get an “Serve resources from a consistent URL” issue. Here is screenshot -> https://www.screenpresso.com/=HhHO
Can you please fix or provide me a fix for it ?
Thanks.
]]>Hello,
your plugin generate PHP notices about not defined keys in array $_GET. Problem is in the file Comm100LiveChatAdmin.class.php on the lines 132 and 133:
$query_site_id = $_GET[‘siteId’];
$query_email = $_GET[’email’];
This keys not must be send by request. I recommended change this lines to:
$query_site_id = isset($_GET[‘siteId’]) ? $_GET[‘siteId’] : null;
$query_email = isset($_GET[’email’]) ? $_GET[’email’] : null;
Thank you very much.
Best regard
Jan
]]>I have the plugin installed and linked to my Comm100 account. However, it does not show up on any page on my site. Any ideas?
]]>I have everything set up but I have not tried it yet. I read that it can be set up only in pages that I want by copying code into every page html. When I install the plugin and link to my account its automatically available in every page. I only want the widget to be available in 2 or 3 pages of my site. How can I do this?
Also, I saw that visitors get an “option/settings button” in the left bottom corner, is there a way to take that off?
https://www.ads-software.com/extend/plugins/comm100-live-chat/
]]>I’ve downloaded it what do I do next?
https://www.ads-software.com/extend/plugins/comm100-live-chat/
]]>