i posted http://www.joomlart.com/forums/topic/ja_elastica-error/ couple of days ago and it got moved to a non-free forum for wrong joomla version. in 2.5 it works fine but there’s still something left to do for joomla3 compatibility. since i cant read that forum to see the reply ill post the found solution here.
to make category list table ordering work i modified 1 file.
in joomla3_install_dir/plugins/system/jat3/jat3/base-themes/default/html/com_content/category/default_articles.php line 28 i added a missing id for the adminform
id="adminForm"
so after it reads
<form action="<?php echo htmlspecialchars(JFactory::getURI()->toString()); ?>" method="post" name="adminForm" id="adminForm">
line 52 i added
<input type="hidden" name="task" value="" />
i just had to post this fix because it took me a lot of /headdesk and googling and, well, i’m just evil like that :p
such a nice template!
oh almost forgot, had to adjust the tooltip text color too
.tooltip {
color: #000
}
as it was white on yellow.