<![CDATA[ Maxigallery with fancy box - My Forums]]> https://forums.modx.com/thread/?thread=50138 <![CDATA[Re: Maxigallery with fancy box]]> https://forums.modx.com/thread/50138/maxigallery-with-fancy-box?page=2#dis-post-294224 markoj Oct 08, 2010, 08:23 AM https://forums.modx.com/thread/50138/maxigallery-with-fancy-box?page=2#dis-post-294224 <![CDATA[Re: Maxigallery with fancy box]]> https://forums.modx.com/thread/50138/maxigallery-with-fancy-box?page=2#dis-post-294223
I was reading your post re ModX and Fancybox and I was wondering if you had used Evolution or Revolution?

Thanks

]]>
sparrow Oct 08, 2010, 07:49 AM https://forums.modx.com/thread/50138/maxigallery-with-fancy-box?page=2#dis-post-294223
<![CDATA[Re: Maxigallery with fancy box]]> https://forums.modx.com/thread/50138/maxigallery-with-fancy-box?page=2#dis-post-294222 thanks. But I did it more simple - without adding TV - I`ve change the template by changing the head of site. Now a can use fancybox even as a single image by adding class="zoom". wink]]> minusdrums Dec 31, 2009, 06:42 AM https://forums.modx.com/thread/50138/maxigallery-with-fancy-box?page=2#dis-post-294222 <![CDATA[Re: Maxigallery with fancy box]]> https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294221 danielmiguel Dec 29, 2009, 10:30 PM https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294221 <![CDATA[Re: Maxigallery with fancy box]]> https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294220 doze Oct 14, 2009, 02:40 AM https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294220 <![CDATA[Re: Maxigallery with fancy box]]> https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294219
<script type="text/javascript" src="assets/fancybox/jquery.js"></script> <script type="text/javascript" src="assets/fancybox/jquery.fancybox-1.0.0.js"></script> <!--[if lt IE 7]> <script type="text/javascript" src="assets/fancybox/jquery.pngFix.pack.js"></script> <![endif]--> <link rel="stylesheet" href="assets/fancybox/fancy.css" type="text/css" media="screen" />   <script type="text/javascript">   jQuery.noConflict();            </script>   <script type="text/javascript">  	jQuery(document).ready(function() {  		jQuery("a.fancybox").fancybox(); 	});  </script>


]]>
babumuraya Oct 13, 2009, 08:54 AM https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294219
<![CDATA[Re: Maxigallery with fancy box]]> https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294218 http://modxcms.com/develop/source.html). Evolution is the next version from current MODx. Revolution is a total rewrite running on xPDO.]]> doze Jul 16, 2009, 08:18 AM https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294218 <![CDATA[Re: Maxigallery with fancy box]]> https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294217
yeah ill check out the order of the scripts.

I was running it in no conflict mode - but i wasnt to sure what fancy box calls throughout the code were made that i had to adjust $ to JQuery

it was late maybe ill dig further today smiley

in regards t the SVN of revolution - especially with 1.00 released the other day.


Is the SVN ok to use in a live website? i wasnt sure how buggy and unpolished it was?]]>
tworak Jul 15, 2009, 10:52 PM https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294217
<![CDATA[Re: Maxigallery with fancy box]]> https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294216
Quote from: tworak at Jul 15, 2009, 07:20 AM

My next challenge which im stuck with is getting it to work with the quick edit menu enabled.
QuickEdit uses MooTools. You should be okay if you use jQuery in noConflict mode, as you seem to be using already. Maybe there’s a problem in the order which the JS libraries are added.. I believe you need to include jQuery before MooTools in <head> and also set it to noConflict mode before including MooTools. The Evo 1.0 front end editing snippet is QuickManager+ (or some updated version of it) AFAIK.. It uses jQuery. You might want to give the Evo SVN version a go..]]>
doze Jul 15, 2009, 05:54 PM https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294216
<![CDATA[Re: Maxigallery with fancy box]]> https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294215
thanks for the setup!

My next challenge which im stuck with is getting it to work with the quick edit menu enabled.

you probably need to run jQuerys in noconflict-mode:
http://docs.jquery.com/Using_jQuery_with_Other_Libraries

j]]>
anonymized-26931 Jul 15, 2009, 11:11 AM https://forums.modx.com/thread/50138/maxigallery-with-fancy-box#dis-post-294215