Hi Doze,
According to jd.gallery.transitions.js the options for transitions are fadeslideleft, continuoushorizontal, and continuousvertical. When I specify the transition in my MG call, continuoushorizontal seems to works fine but fadeslideleft does not... Any ideas?
not really, do you have a link to demo page where it’s set up?
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
That uses the continuoushorizontal transition, do you have the fadeslideleft transition set up in any page?
btw, firebug gives me one js error on that page..
EDIT: you have mootools library included twice on your page..
EDIT2: and they are different versions.. you might want to use &disable_js_libs parameter in MaxiGallery and include just one MooTools manually to your site template <head>.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Consider the following:
Remove line
$modx->regClientStartupScript($modx->config[’base_url’] . MAXIGALLERY_PATH . ’js/mooSortables.js’);
from maxigallery.php
Add to
<script type="text/javascript" src="/assets/snippets/maxigallery/js/mooSortables.js"></script>
to draggabletpl.html
This helps when I use other libraries like jquery. I was having js errors on the "manage pictures" pages
Thx
Hey Doze. Did you get a chance to add Picture Tagging to Maxigallery yet, of so where can I find some documentation on it?
Quote from: Addgod at Jun 25, 2009, 04:04 AM
Hey Doze. Did you get a chance to add Picture Tagging to Maxigallery yet, of so where can I find some documentation on it?
No.. and I won’t be adding that feature. You can use &customFields parameter to create extra field to hold the tags. If you want to filter thumbnails based on the tags, you need to do an extra snippet that finds the picture ids with certain tags and run it in &pic_query_ids parameter.
Quote from: presson83 at Jun 25, 2009, 06:51 AM
I think it’s including two because I have two instances of maxi on one page. Thanks for the tip!
Yes, one is from slimbox and other one from smoothgallery. I don’t remember if the versions that MaxiGallery uses can run with the same MooTools version though..
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Hey,
I have a tiny problem with maxigallery, i thought i would post it here. i am using the new 0.6.
[+maxigallery.pageinfo.introtext+] does not display anything for a gallery that has something in the introtext field, although it displays all other fields like pagetitle, id, etc.
[*introtext*] displays the correct information.
am i the only one experiencing this?
thanks!