Wibiya conflicts with Featured Content Gallery Plugin / SmoothGallery
Just installed Wibiya, I love the look. However, it seems that it won't work in harmony with Featured Content Gallery, a content scroller that uses SmoothGallery, a script developed by JonDesign, and built on the MooTools JavaScript framework
10
people have this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company marked this problem solved.
The best solution from the company
-
There is one tiny parameter you need to change in our code so there won't be any clashes with your sites (Moo Tools don't have a "no conflict" mode)
What you have now is:

Change it to :

Let me know if you still have a problem.
I’m here to help
The company and 5 other people say
this solves the problem
-
Inappropriate?Hi Chris,
Could you send us your website address that we can check it?
I’m here to help
-
Inappropriate?http://www.idvinyl.com
Wibiya is currently disabled, as the Featured Content Gallery leaves a big gaping hole in the site when Wibiya is enabled. -
Inappropriate?There is one tiny parameter you need to change in our code so there won't be any clashes with your sites (Moo Tools don't have a "no conflict" mode)
What you have now is:

Change it to :

Let me know if you still have a problem.
I’m here to help
The company and 5 other people say
this solves the problem
-
If you want your site to be valid XHTML, make sure you add "& amp;nc=0& amp;pl=1" instead (without the spaces after the & signs) -
Inappropriate?What if you are using the wordpress plugin? I have the same problem on a website I am administrating: http://valleywesley.com
I’m sad
-
Inappropriate?Thanks Dror, that did indeed fix it. Any particular reason you used an image link instead of inserting text? Can't copy and paste code when you put it in an image!
aliencam - you just need to open wibiyaPlugin.php from your plugins directory and edit that line.
I’m thankful
-
I used an image since there is some problem with getsatisfaction when you insert code by text. -
If you can turn on the toolbar again on your blog, we will see and fix the problem. -
please tell me when you are online, i will turn on the toolbar for mainpage so you can check it。 -
Inappropriate?Hey I tried that, but it didn't fix the problem. Just to clarify, I am supposed to add "&nc=0&pl=1" (is it a PL?) to the end of the script URL in the wibiyaPlugin.php?
I’m confused.
-
It seems you have done everything right, WP plugins takes time to refresh since WP platform is caching the pages. I think that if you add the code now, the problem will be solved. If not, leave it on and let us know, we will contact you ASAP -
No dice, I've left it on overnight, reset my browser cache, and when I installed it I completely deleted the old plugin, used the site, then uploaded the new one to try to prevent caching.
The site is http://valleywesley.com -
Hi Aliencam,
Don't despair, Were working on this issue.
Featured content gallery is truly great and popular WP plugin, unfortunately they're using Mootools which doesn't have a "no-conflict" mode (a cause for many conflicts)
we are working hard at making our product as compatible as we can, so I'm sure we'll have a solution soon. -
Thanks, I'll disable it for now, but I can't wait for it to be compatible! -
Inappropriate?To anyone who tries this solution using the Wordpress Plugin:
The changes might take up to a few hour to take affect. this due to WP platform caching the pages.
I’m confident
-
Inappropriate?I still have problem for my blogger,please help http://www.oxn.in
Daniel Tal,
If you can turn on the toolbar again on your blog, we will see and fix the problem.
oxn commented 4 days ago
please tell me when you are online, i will turn on the toolbar for mainpage so you can check it。 -
Inappropriate?THANK YOU! Since today "Featured Content Gallery" Plugin for Wordpress dont work with wibiya. After the change it works fine. But without the Wordpress Plugin.
I’m happy
1 person says
this solves the problem
-
You're Welcome! -
Inappropriate?Mine worked great with the smooth gallery until about 36 hours ago. I implemented the suggested fix, and it worked, but made the toolbar conflict with the DISQUS plugin on all other pages again, so it only shows up on pages without DISQUS running (non-posts).
Any way to fix this?
Here is my front-page with smooth-gallery working: http://tweetaprize.com
... and here is a post with wibiya blocked because disqus is running comments:
http://tweetaprize.com/2009/07/prize-...
Thanks for any ideas!
-Alex
I’m confused
-
Inappropriate?Hi Alex,
after a thorough examination of the page, we found that a Javascript error that origin in Thickbox.js is causing the script in the page to halt.

this error occurs even without the wibiya plugin, so my suggestion is to find which plugin uses Thickbox.js and maybe reinstall it.
I’m thankful
-
Inappropriate?On my web page I have a Java script that runs a light box for displaying JPGS. You can see how it works here. http://www.philter48.com/pics.htm click any of the dates and a box should float over the web page to show you the text.
As soon as I put the Wibiya Script in my default.asp (inside <body> or outside, my light box stops working. I can put it on the Pics.htm page and it works fine.
Any ideas?</body>
This reply was created from a merged topic originally titled
Seems to break other Java scripts....
-
Inappropriate?Ok, i agree with René Hesse. Use the solve above but get rid of the wordpress plugin and manually enter the code.
-
Inappropriate?I had a problem with Wibiya and Lightbox plugin in my website. Lightbox wasn't working at all, but I did what Dror Ceder said and it worked fine.
Thanks a lot!!!
I’m happy
-
Inappropriate?This solved my problem on Facebook, Twitter, heyzap games not working. Cheers!
I’m happy
-
Inappropriate?Adding &nc=0&pl=1 to the end of the URL solved the problem. Thanks Dror Ceder!
I’m thankful
-
Inappropriate?My website still does not show wibiya toolbar though after Adding &nc=0&pl=1.
I got this error msg when I open my blog with IE8.
Msg: '}' not found
Line: 1
Word: 103
Code: 0
URI: http://c0278502.cdn.cloudfiles.racksp...
Appreciate your support.
blog URL: http://tejimayuma.blogspot.com/
I’m bit frustrated
-
Hi Yuma,
you registered with wrong website address (http://yumatejima.blogspot.com) I change it to http://tejimayuma.blogspot.com/ and now it should work smoothly.
Please let us know if it helped.
Thanks -
Inappropriate?Avi, Thank you so much and it is embarrassing.... yeah it works perfect. I appreciate your correcting my mistake. Cheers!!
I’m thankful
-
Inappropriate?This fix is not working for me.
I am using thesis theme for wordpress and have tried the toolbar both using the plugin and the bare script.
My site is http://www.leavetheoffice.com
I disabled the toolbar for now -
Inappropriate?Hey I just, out of desperation and by trial and error found that it is working after I deleted parameter "nc=0", so now only have the extra parameter "pl=1".
Not sure why, but seems to be working fine. -
Hi Robert,
A small explanation about these parameter:
nc=0 - This parameter disable jQuery no-conflict mode (more compatible with other frameworks like prototype)
pl=1 - this parameter force the toolbar to load only After page load event.
I'm happy all worked up for you.
Thank you for using Wibiya! -
Thanks for the info Avi.
I actually have more than one toolbar (more than one login) and I found that if I have more than one site open at once in different tabs with their own toolbars running then one of them has the problem.
I guess this is not going to happen that often. I do still have to clear the cache every so often for the featured content gallery to display properly though -
Thanks for the info,
We will look into it -
Hi Avi,
As an experiment I put the same toolbar on 3 different sites and if I have them all open in separate tabs in my browser (Firefox) then the featured content gallery stops displaying. I also tried it having more than one page of the same site open and it also stops working.
If I clear the cache and refresh it normally brings it back, but I thought it may help you if you are going to look into possible causes. -
Inappropriate?Hey
Have tried every solution to this problem... eventually getting everything to work... Featured Content works fine in IE and Firefox. Had probelsm with the content sliding but now works after taking out the nc=0 parameter.
BUT now - the toolbar doesn't work in Safari now. I've cleared the cache etc and waited. Still nothing.
Here's the site: www.homovision.tv
Any ideas?
I’m confused
Loading Profile...




EMPLOYEE

EMPLOYEE


EMPLOYEE
