The images are not opened into the lightbox because they are loaded dynamically and it occurs after lightbox initialization. It requires to call the following javascript code after images are loaded:
Code: |
if (window['ARI_FANCYBOX_INSTANCE']) ARI_FANCYBOX_INSTANCE.convertElements();
|
You can contact Feed plugin support and ask probably their plugin supports ability to subscribe to an event which occurs when images are loaded otherwise they can say where to insert the code for the lightbox in their code.
Regards,
ARI Soft