WebsiteBaker Community Forum

WebsiteBaker Support (2.8.x) => jQuery => Topic started by: Boudi on October 16, 2010, 09:21:22 PM

Title: [Solved] 2 plugins in 1 wysiwyg editor not possible (any more)?
Post by: Boudi on October 16, 2010, 09:21:22 PM
Hi there,

strange thing happening here.

I'm working on a website which has 3 different jquery plugins on it. seperately they all work fine. On a few pages I had the jqzoom & prettyphoto plugin in 1 wysiwyg field and that worked fine.

But after a reinstall of the jquery admin and plugins they still work well seperately but not together on 1 page any more.

I'm stucked because both plugins DO work seperately on different pages but not in 1 page.

Any idea what could cause this??  :? :? :?

PS: the website is already live and runnig and is properly visited.

Boudi

Solved.
Dbs was kind enough to help me out in this. It was a deletion of the call for jquery-core.min.js in the default.preset file that fixed this problem. Thnq!

Title: Re: 2 plugins in 1 wysiwyg editor not possible (any more)?
Post by: dbs on October 16, 2010, 09:36:17 PM
and the link is ?

i think i know...

to see there are 2 calls for jquery-core.min.js.
one of them contains charset="utf-8"


use you droplets jqueryloader, jqueryinclude and the jqueryinclude?preset=xxx   ?
what is in the default.jquery?
Title: Re: 2 plugins in 1 wysiwyg editor not possible (any more)?
Post by: Boudi on October 16, 2010, 11:29:46 PM
Link [here (http://www.abobroodsnijmachines.nl/pages/modellen/de-luxe.php?phpMyAdmin=b2MS3NkQK3lAMw5kIKNsnDLbwW5)]

The upper image should be a jqzoom
The lower images should be prettephoto images

Your 2nd question is more difficult for me. However There's no problem for login If you prefer.
Title: Re: [Solved] 2 plugins in 1 wysiwyg editor not possible (any more)?
Post by: dbs on October 17, 2010, 09:03:27 AM
the solution: there was a manually call for jquery-core.min.js inside the plugin prettyphoto.
after delete this, all works fine.

note:  jQueryAdmin calls jquery-core.min.js (in the background) for you.
a handmade call is not needed. never.