Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WP-LiveChat

    (@wp-livechat)

    Hi Neil

    Yes this is expected. We found that if the plugin gets cached, it can cause conflict issues.

    You can change this is you like by commenting out the following lines in the plugins main functions file.

    echo "<!-- DEFINING DO NOT CACHE -->";
        define('DONOTCACHEPAGE', true);
        define('DONOTCACHEDB', true);

    This though my cause un-expected results from the plugin

    Kind Regards
    Mark

    Thread Starter mokummusic

    (@mokummusic)

    Thank you for your quick reply Mark..

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Wp Live Chat Support and caching’ is closed to new replies.