in Joomla Templates by office244 (260 points)
slideshow is not working at all!

in the java console the error shown is:

TypeError: jQuery(...).TTSlider is not a function[Weitere Informationen]

perf_trace {"name": "e2e", "parent": "PageEvents.BIGPIPE_ONLOAD"}

how to fix that?

1 Answer

by patricia-jones (3.4k points)

We are unable to generate the issue at our end. Please mention the TemplateToaster version using at your end. If possible, please open a support ticket at  https://templatetoaster.com/support  with your saved ttr file as attachment.

by office244 (260 points)
the problem is in the index.php of the generated template,
Templatetoaster generates this lines:

<?php
$doc->addScript($template_path.'/js/totop.js');
$doc->addScript($template_path.'/js/Customjs.js');
$doc->addScript($template_path.'/js/tt_slideshow.js');
?>

if i replace that with this lines:

<script type="text/javascript" src="<?php echo $template_path?>/js/totop.js"></script>
<script type="text/javascript" src="<?php echo $template_path?>/js/Customjs.js"></script>
<script type="text/javascript" src="<?php echo $template_path?>/js/tt_slideshow.js"></script>

all is working well!

i have tested it with the latestet TT Version and the problem there ist still the same, maybe there is some setting problem?
Interested in localizing/Translating TemplateToaster Software in your native language in exchange of a Pro License ? Contact Us
...