CarouselXT no stack and slideshow
- Posted by skloer (5) Offline
Hello,
When I use any of the carousel theme's, the articles included are not grouped together but are placed on top of each other. Also there is no possibility to use the (automatic) slideshow.
See screenshot:
These two articles should be viewed as one carousel.
Could you help me?
1 year 2 months ago #1
by skloer
When I use any of the carousel theme's, the articles included are not grouped together but are placed on top of each other. Also there is no possibility to use the (automatic) slideshow.
See screenshot:
These two articles should be viewed as one carousel.
Could you help me?
The topic has been marked as resolved.
- Posted by TemplatePlazza (5260) Offline
Can you please provide me with your website's URL so I can take a look?
1 year 2 months ago #2
by TemplatePlazza
The topic has been marked as resolved.
- Posted by skloer (5) Offline
- Posted by TemplatePlazza (5260) Offline
It appears that jQuery library is not enabled in your template. Does your template have an option to enable jQuery from its settings page?
1 year 2 months ago #4
by TemplatePlazza
The topic has been marked as resolved.
- Posted by skloer (5) Offline
Unfortunalty i'm not seeing this option. My template uses bootstrap.
1 year 2 months ago #5
by skloer
The topic has been marked as resolved.
- Posted by TemplatePlazza (5260) Offline
Ok, you can add it via a template override. Please watch and follow this video: . After you have successfully created a template override, please open the file carouselxt.php. At line 18, after this code:add the following code:
1 year 2 months ago #6
by TemplatePlazza
use Joomla\CMS\Helper\TagsHelper;
use Joomla\CMS\HTML\HTMLHelper;
HTMLHelper::_('jquery.framework');
The topic has been marked as resolved.