Hi! Thank you for this module!
There's an issue I can't resolve by myself - when I try to load galleriffic view via ajax call my gallery doesn't work - there's neither .js files loaded nor {default} .css ones. So it looks like unformated list of thumbs, titles and descriptions and when I click on a thumbnail page re-loads and shows me full-scale image. But it still works just perfect when I visit my 'ordinary' galleriffic page. The same problem occurs when I edit views galleriffic - its preview on views edit page doesn't look like proper galleriffic gallery it looks like that unordered list of items I mentioned above. What should I do to get it working properly? Hopefully you can help me with that.
Comments
Comment #1
acouch commentedWhat happens if you move the drupal_add_js and drupal_add_css to one of the templates?
How are you calling this by ajax?
Comment #2
Ingumsky commentedAaron,
Thank you for response!
1. I haven't try to move drupal_add_{js,css} to template yet.
2. There's a menu callback in my module and a function that returns json-object (drupal_json).
Comment #3
Ingumsky commentedPlease check if galleriffic view works properly on its preview page. In my case there's no either css or js files from your preprocess function (template_preprocess_views_galleriffic_view()) loaded so preview looks as unordered list too but it looks great on a dedicated page.
Comment #4
Ingumsky commentedAaron, please check Live preview at galleriffic view edit page. Does it look properly? There's no js and css in my case.
Comment #5
acouch commentedIs this still an issue? Closing after 1 year of no activity. I have been able to load a gallery through ajax so not sure what was wrong with your specific implementation.