SA Supporter wrote:
Dear Tomas,
Please refer to the steps stated again.
Dear my friends,
* go to "templates\sj_joomla3\html\mod_carousel\default.php", finding:
defined('_JEXEC') or die;
=>
defined('_JEXEC') or die;
?>
<script type="text/javascript">
//<![CDATA[
if (typeof jQuery != 'undefined') {
(function(cash) {
$(document).ready(function(){
$('#myCarousel').each(function(index, element) {
$(this)[index].slide = null;
});
});
})(jQuery);
}
//]]>
</script>
<?php
Thanks
Hi , I'm confused with regards to your response????? We are all having problems with the DEFAULT SJJOOMLA3 carousel that comes with the quickinstall package. Therefor the carousel itself is also DEFAULT and you have access to it locally.
All that is required is that the module itself (which you have) is either repaired and made available for download OR you mention the files which need repairing and give us the lines of code to fix the bug so that we can manually do it ourselves.
Admin seems to always ask for URLS when this is simply a generic issue which is effecting every member using the template and then it takes about a month before we hear a response.... PLEASE can someone help resolve this.
Also the code you actually suggested previously , doesn't actually do anything except stop the page from re-loading when the next/prev arrows are clicked. It still doesn't fix the bug to make the carousel actually slide and work :/ ......