flo-sch / slideshow-plugin

Slideshow Plugin for OctoberCMS : Manage Twitter Bootstrap carousels with additional content.
MIT License
7 stars 10 forks source link

Not sliding #12

Open Eaglemcz opened 5 years ago

Eaglemcz commented 5 years ago

Hy there!

Today, without making any kind of change to the plugins or themes, it stopped sliding. :(

Can you helpme?

flo-sch commented 5 years ago

Hello Eaglemcz, I can try but I will need a bit more informations, because it could be cause by many different reasons (none, or only one slide enabled ; JavaScript error ; Bootstrap not included etc.)

Do you possibly have a link to a live reproduction of the problem that I could access?

If the problem is only local, can you tell me if you have some error messages when opening the developer tools of your browser?

Eaglemcz commented 5 years ago

That's the website i'm getting this issue:

http://www.brparafusos.com.br

just in the "home" the first slide does not work.

flo-sch commented 5 years ago

I am redirected to that page automatically: http://www.brparafusos.com.br/en/i1/index.php

And it looks like the page is quite empty.

If you right click and see the page source, it looks like the body of the page is not closed ; I think there is an HTML tag not properly closed somewhere causing the issue maybe?

Eaglemcz commented 5 years ago

My bad,

that's the url you should acess:

http://www.brparafusos.com.br/pt/i1/index.php

Ps. Not working on "en" views yet ;)

flo-sch commented 5 years ago

That's indeed a JavaScript error that you can see in the console ;)

Error: Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3

It's probably from your theme, not sure if it's your own theme or a theme you got, But it looks like Bootstrap won't work with that jQuery version.

Eaglemcz commented 5 years ago

Great, it works like a charm. very tranks for helping me.

And by the way, i am usin for this project, the xeor's octocart theme.

flo-sch commented 5 years ago

Good to hear it works :) I don't know octocart, but I have not been using October in the last 2 years to be honest, I am not really into that anymore.

Is it possible for you to close the issue?