Viewing 1 replies (of 1 total)
  • Plugin Author mansurahamed

    (@mansurahamed)

    Hi @zzecktel

    Go to your dashboard Settings->Chatbot Support AI->Enable Chatbot, and uncheck this option. Then add following code in your child theme’s functions.php to enable the bot in specific pages

    add_filter('csa_enabled_posts',function(){ return '100,101,102';});

    Replace 100,101,102 with the page/post ID that you want to enable the chatbot only. You can use only one or multiple post/pages with comma separated like this.

Viewing 1 replies (of 1 total)
  • The topic ‘How can I show chat on only one page’ is closed to new replies.