Newspaper template

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
janez72
 
 
Posts: 79
Joined: Wed Sep 17, 2014 3:33 pm

Newspaper template

Post 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.
User avatar
Pablo
 
Posts: 23969
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Newspaper template

Post 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.
janez72
 
 
Posts: 79
Joined: Wed Sep 17, 2014 3:33 pm

Re: Newspaper template

Post 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.
User avatar
Pablo
 
Posts: 23969
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Newspaper template

Post 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.
janez72
 
 
Posts: 79
Joined: Wed Sep 17, 2014 3:33 pm

Re: Newspaper template

Post 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.
User avatar
Pablo
 
Posts: 23969
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Newspaper template

Post by Pablo »

If you need further assistance then please share a DEMO project (not the full project).

Image
janez72
 
 
Posts: 79
Joined: Wed Sep 17, 2014 3:33 pm

Re: Newspaper template

Post 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);
User avatar
BaconFries
 
 
Posts: 6138
Joined: Thu Aug 16, 2007 7:32 pm

Re: Newspaper template

Post 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?
User avatar
Pablo
 
Posts: 23969
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Newspaper template

Post 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
Post Reply