Page 1 of 1
Newspaper template
Posted: Mon Nov 24, 2025 2:39 pm
by janez72
Hello,
I use the video gallery from your Newspaper teplate.
https://www.wysiwygwebbuilder.com/suppo ... paper.html
It all worked ok until now.
Try to launch it from current WYSIWYG version.
The links to videos in carousel1 object don't work anymore.
It's all based on events.
Re: Newspaper template
Posted: Mon Nov 24, 2025 3:09 pm
by Pablo
It still works for me.
Note that it may not work locally, due to YouTube security restrictions. But this is unrelated to WWB.
Re: Newspaper template
Posted: Mon Nov 24, 2025 3:50 pm
by janez72
I know about video. But js is not working.
Whe i look at your demo online, tooltip is showing
https://www.wysiwygwebbuilder.com/suppo ... deoGallery
And in my case, it's only ...... /AppData/Local/Temp/preview/wb14_newspaper.html#
Without videoGallery at the end.
I did not change anything in template.
I tried then all combinations with js in options.
And tried various jQuery versions. But nothing worked.
It's been working fine for years, don't understand it now.
Re: Newspaper template
Posted: Mon Nov 24, 2025 4:16 pm
by Pablo
It does not suddenly stop working by itself.
Maybe you have changed something else which has made it stop working?
For example, if there is an error in another script then this may also stop working.
You may want to check the browser error console for possible issues.
Re: Newspaper template
Posted: Mon Nov 24, 2025 4:42 pm
by janez72
It stopped working after I refreshed the site.
That's why I tried to see, if the original Newspaper template would work.
But it does not.
When you click on an icon in menu beside video gallery, it woul only put you on top of page.
I guess, something in options must be changed.
But I tried all combinations wirt js already.
Re: Newspaper template
Posted: Mon Nov 24, 2025 5:02 pm
by Pablo
If you need further assistance then please share a DEMO project (not the full project).

Re: Newspaper template
Posted: Mon Nov 24, 2025 11:32 pm
by janez72
This is what I get from Firefox console, when I run preview for this template:
Uncaught TypeError: (intermediate value).$(...).bootstrapcarousel is not a function
onclick file:///C:/Users/black/AppData/Local/Temp/preview/wb14_newspaper.html:1
The function inside is $('#Carousel1').bootstrapcarousel(0);
Re: Newspaper template
Posted: Tue Nov 25, 2025 12:13 am
by BaconFries
This doesn't really help!. Can you please provide a simple project .wbs (demo) this is the best way to help you. By doing this it will allow it to be opened in the software and see exactly what you have done.
See the following:
How do I share my project to get help?
Re: Newspaper template
Posted: Tue Nov 25, 2025 6:59 am
by Pablo
This code is for an old version of Bootstrap. You will need to replace it with this:
bootstrap.Carousel.getInstance('#Carousel1').to(1);
See also:
https://www.wysiwygwebbuilder.com/carousel.html