Active
Project:
Mobile jQuery Theme
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2012 at 16:18 UTC
Updated:
10 Jan 2013 at 09:55 UTC
I use the FlexSlider module on some Nodes. The necessary javascripts will be included only for those node. When using ajax loading in Mobile jQuery Theme the page with the node will not load the scripts. I tried to add them to my theme, that they are always visible, but it does not work. It seems the scripts must be fired when the node is loaded.
Any hints how I can get my FlexSlider galleries to work with Ajax? It think other modules will lead to the same problem.
Comments
Comment #1
mik356ua commentedThe same for me. I load custom gallery script in
theme_preprocess_pagehook for certain views. Then if view is reloaded after ajax call that script should be reloaded as well. Is there any workaronud for it?