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

mik356ua’s picture

The same for me. I load custom gallery script in theme_preprocess_page hook for certain views. Then if view is reloaded after ajax call that script should be reloaded as well. Is there any workaronud for it?