The carousel component is changing the images when the time passes however nothing happens when I click the next/previous buttons to the left/right of the component. No errors are dispalyed on the JS.
Here's the base.html that contains the js that is loaded: https://github.com/spapas/wagtailmu/blob/master/wagtailmu/templates/base.html#L76-L81
I don't have any special code for rendering the streamfield:
{% block content %}
{{ page.body }}
{% endblock content %}
Does it need any special handling ?
The carousel component is changing the images when the time passes however nothing happens when I click the next/previous buttons to the left/right of the component. No errors are dispalyed on the JS.
Here's the base.html that contains the js that is loaded: https://github.com/spapas/wagtailmu/blob/master/wagtailmu/templates/base.html#L76-L81
I don't have any special code for rendering the streamfield:
{% block content %} {{ page.body }} {% endblock content %}Does it need any special handling ?