Dear ben06100
I can't access to your admin and ftp account.
Yes, our demo have the same this issue. To fix this issue: the upload button image in:
prntscr.com/dxjrtb
\templates\sj_live\html\com_adsmanager\edit\default.php
$document->addStyleSheet($baseurl.'components/com_adsmanager/js/plupload/jquery.plupload.queue/css/jquery.plupload.queue.css');
$document->addScript($baseurl.'components/com_adsmanager/js/plupload/plupload.full.js');
$document->addScript($baseurl.'components/com_adsmanager/js/plupload/jquery.plupload.queue/jquery.plupload.queue.js');
$lang = JFactory::getLanguage();
$tag = $lang->getTag();
$tag = substr($tag,0,strpos($tag,'-'));
if (file_exists(JPATH_BASE."/components/com_adsmanager/js/plupload/i18n/{$tag}.js"))
$document->addScript($baseurl."components/com_adsmanager/js/plupload/i18n/{$tag}.js");
i fixed for other client here:
divar.gachsaran.com
www.smartaddons.com/forum/405-sj-live-template/31574-image-upload-on-adsmanager-on-template-sj-live-not-working#31705
If you update version of this Adsmanagers component after install quickstart, maybe your site have error:
"I tried to check this issue with default template and have error: Call to undefined function displayImagePackOption()"
please use the old version of this component when install quickstart.
Thanks