Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
222 views
in Technique[技术] by (71.8m points)

php - How to remove Live Chat powered by zendesk in my Joomla website?

I am using Joomla! 3.7.5 and template Helix3. I'd like to remove the Live Chat powered by zendesk. It is the blue help button. See picture.

enter image description here

When the buton is clicked, a live chat appear.

enter image description here

I've been looking everywhere in Joomla configuration, but seems cannot find the setting or page that I need to change. I look at the index.php in the template I used but still can't figure out what I have to change.

question from:https://stackoverflow.com/questions/65877977/how-to-remove-live-chat-powered-by-zendesk-in-my-joomla-website

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

you will find it on one of those palces

Solution A: modules

if it's a module, you will find it here, change its Status to disable

https://you-domain.com/administrator/index.php?option=com_modules&view=modules

Solution B: installer manage

if it's a component, you will find it here, change its Status to disable

https://you-domain.com/administrator/index.php?option=com_installer&view=manage

Solution C: plugins

if it's a plugin, you will find it here, change its Status to disable

https://you-domain.com/administrator/index.php?option=com_plugins

Solution Z: it's hardcoded to the template

locally search the while template Helix3 for the word zend commit it or delete it.

notice that you can enable any of the modules/components/plugins if it's not the one needed also, make sure to clear the cache https://you-domain.com/administrator/index.php?option=com_config&view=application


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...