By maribel on Saturday, 20 January 2018
Posted in General Issues
Likes 0
Views 829
Votes 0
Hi, the converse kit appear in my home page and is conflicting with livechat app. I want to assign only for easy social (community) page. How to assign the converse kit only for that page and not display in all pages in my website?
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Unfortunately currently we do not have a setting to allow user to decide which page only show Conversekit.

But you can apply following code into this file -> JoomlaFolder/plugins/system/conversekit/conversekit.php

[gist type="php"]
// only appear conversekit on Easysocial page
if ($option != 'com_easysocial') {
return true;
}
[/gist]

You can refer on my attached screenshot which line of code you should add in.
·
Saturday, 20 January 2018 09:22
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect! Thanks!
·
Monday, 29 January 2018 00:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 29 January 2018 10:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post