I want to use the module Blocks in Accordion. But I enabled all necessary modules: Blocks in accordion 6.x-1.0-beta1; jQuery UI 6.x-1.3; jQuery Update 6.x-2.x-dev.
But it didn't work for me. The problem is that when I clicked a link, there would be a black background with a camera. It seems that people are not allowed to photograh.
I found the problem was caused by Jquery Liberary 1.3.2. When I disabled the module jQuery Update 6.x-2.x-dev, the deffect would also be disappeared.

Any ideas?

CommentFileSizeAuthor
error.jpg142.25 KBhgltao

Comments

pflame’s picture

Is seems like you are using lightbox module. That lightbox module might need jquery <= 1.2.6 .
Check by disabling that lightbox module. If the accordion effect works then it is the problem with the lightbox module.
It means that the module was using lightbox javascript code which was build based on even lesser version of jquery 1.2.6. To avoid this problem, in the lightbox effect related javascript code search for any '@' character and remove all those @s.
Hope this will work.