Hi,
In the file components/com_kide/defines.php
Change:
DEFINE('KIDE_AJAX', JURI::base().'index.php?option=com_kide&no_html=1&tmpl=component');
By
DEFINE('KIDE_AJAX', '/index.php?option=com_kide&no_html=1&tmpl=component');
---- OR
In the file configuration.php
The value of $live_site must be empty:
public $live_site = '';