Fancybox don’t want with quickedit together, as you know. Someone find a solution?
Best regards, Alex.
-
☆ A M B ☆
- 872 Posts
fancybox is a mootools addon isn’t it?
If so, try to find its counterpart in jqery maybe?
no, fancybox using jQuery
Just verifying: are you using QuickEdit (MODx 0.9.6.x) or QuickManager+ (MODx 1.0.0+)?
This makes a huge difference since QuickEdit uses Mootools and QuickManager+ user jQuery.
If you are using QuickEdit you must use jQuery in noConflict mode because of the Mootools library.
If you are using QuickManager+ check QM+ configuration (Elements > Plugins > QuickManager+ > Configuration) to avoid possible JavaScript conflicts:
- Load jQuery in front-end
- jQuery noConflict mode in front-end
- Load modal box in front-end
thanks a lot, I check it.
But still no result...
Any opinions?