[Pro] carousel with webYep?

Hello!

Is it possible that carousel doesn’t work in a page with webYep?
Is a simple page for information, lot of text and the only color it was supossed to be a carousel on top.

When Ive set the webYep text items, I set the carousel, and it doesnt work. If I delete all the webYep elements, it works

???

Any idea about if this can be fix, or what Im doing wrong?

my links:

with webYep: http://www.godelia.tv/test/test.php
without webYep: http://www.godelia.tv/test/test2.php

the carousel Im setting, Waltd’s one:
http://scripty.walterdavisstudio.com/carousel/carousel.html#instructions

Thanks a lot.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

There is an issue with WebYep that it loads its own set of scriptaculous and protaculous libraries as well as FW loading its own so you have 2 sets competing.

There has been discussions here before and I am sure one of the WY users will chime in and tell you what do. Remove it from the opt/lightbox folder?

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

OK - read this http://freewaytalk.net/thread/view/96137#m_96137

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

wacka!! what a post!! Im starting to read it right now.

Thanks.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Thats it!!!

Easier than I supposed when I saw the lenght of the thread… Solution was at first of it. Anyway, I am reading the hole post as well.

Thanks a lot.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hello again.

Sorry but, now, lightbox is not working. Ive had a look in the forum, and try things like are said in http://www.freewaytalk.net/thread/view/116726#m_116726
and
http://www.kimmich-dm.de/testings/webyepgallerie.php

but for me, they doesnt work…

Any idea, please?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hola Rakel
When you use

 // Turn off WebYep references of Scriptaculous/Prototype
 $webyep_bDoNotIncludePrototype = true;
 $webyep_bDoNotIncludeScriptaculous = true;

within the config file. The result will be that WebyYep will not load any Scriptaculous or Prototype scripts into the head of any page. WebYep leaves it up to you to add the libraries when you need them.

So in your scenario, where you have added a WebYep light box item on a page and where there is no other action like the carousel, then you will need to add the libraries manually by using the Walters Protaculous page action.

Apply it to the page you have added the WebYep lightbox and within the Protaculous action drop-down, select either the Scriptaculous or the Scriptaculous-packed.

You can get the action from here:
http://actionsforge.com/actions/view/18-protaculous

if you have any other problems don’t hesitate to email me directly
all the best max


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hello, Max. Thanks for your answer.

At the gallery page, I have added the Protacolous action, and deleted the carousel. Then, the gallery works with lightbox, but I cant have a carousel in this page. Isn’t it?

Another thing: you say “where you have added a WebYep light box item”. But in my action, there is no a gallery lightbox item. There is a gallery item, and the lightbox, I put it in the opt folder at webyep system. Is it ok?

Thanks again.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Protaculous can be used to add libraries to the page, and/or to add multiple bits of JavaScript code that rely on those libraries.

Carousel is built into the Protaculous Action “bundle”, and it does a number of specialized effects using the Prototype and Scriptaculous libraries. Net result: if you have a Carousel on the page, then you already have Prototype and Scriptaculous/Effects in your page.

If you need other Scriptaculous libraries (Drag/Drop, Builder, Slider, and Controls) then you can ALSO apply Protaculous to the same page and choose Scriptaculous-packed from the Library picker. This will load them all. The Scripty Actions (which also includes the Freeway FX Actions bundled in Freeway 5+) all cooperate at publish time to ensure that all required libraries are loaded. All of the FX and my various special-purpose Scripty Actions load the “packed” versions of the libraries, but that shouldn’t matter much as they also check to see if the non-packed developer versions are loaded, and use those if they exist.

Walter

On Oct 16, 2012, at 5:47 AM, rakeljuice wrote:

Hello, Max. Thanks for your answer.

At the gallery page, I have added the Protacolous action, and deleted the carousel. Then, the gallery works with lightbox, but I cant have a carousel in this page. Isn’t it?

Another thing: you say “where you have added a WebYep light box item”. But in my action, there is no a gallery lightbox item. There is a gallery item, and the lightbox, I put it in the opt folder at webyep system. Is it ok?

Thanks again.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Hi Rakel

if you added the lightbox option within the opt folder. Webyep will recognise you have installed that plugin and will in-turn add the Scriptaculous and Prototype libraries scripts into your page when needed. This will be triggered if you have added a webyep image or a webyep gallery item on your Freeway page. This is why if you plan to use the Carousel action or any of the other Prototype/Scriptaculous effects. You need to use

// Turn off WebYep references of Scriptaculous/Prototype
$webyep_bDoNotIncludePrototype = true;
$webyep_bDoNotIncludeScriptaculous = true;

to stop WebYep duplicating the code which Freeway has already added.

Does that help?

speak soon max


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options