Dear Hatters,
Please check your site again. I already fixed your issue.
In the file: /modules/mod_sj_adsm_extraslider/core/fields/sjadsmcategories.php and the file /public_html/modules/mod_sj_adsm_slideshow/core/fields/sjadsmcategories.php and find:
if(!class_exists('TController')){
require_once(JPATH_ROOT."/components/com_adsmanager/lib/core.php");
require_once(JPATH_ROOT.'/administrator/components/com_adsmanager/models/category.php');
}
=> Edit to:
require_once(JPATH_ROOT."/components/com_adsmanager/lib/core.php");
require_once(JPATH_ROOT.'/administrator/components/com_adsmanager/models/category.php');
I tried enable mod_adsmanager_ads module, it still works fine.
About the All ready button, because it has only 1 article to load. When it is 'Load more', you click it, your site will load more articles
Thanks