Closed aniruddhpatel28 closed 5 years ago
after installation, when i try to login it gives "HTTP ERROR 500"
Can you show me error log file logs/kchat.log.php
Hi, after installing kchat on my wordpress site, and embedding the code, I was not able to see the livechat icon on my home page. Please help...
@ivysashar did you added jquery ? , add this too
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="[[url]]/box/assets/js/kchat.js"></script>
<script>
data = {
'url': '[[URL]]/box/',
'key': '[[YOUR KEY]]'
};
kbox.init(data);
</script>
Sorry ! not added jquery in documentation .
Could you Please provide me more details…