To
cfpmadrid,
We have configured the plugin and now menu links are shown into the lightbox but it causes problem with "LOF Cordion" module. This module can't work if several jQuery instance are loaded. If add the following code into site template after <head> tag and disable jQuery loading in other extensions like "LOF Cordion" and "ARI Sexy Lightbox" or contact "LOF" developers that they update their extension:
Code: |
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript">jQuery.noConflict();</script>
|
Regards,
ARI Soft