When I click the + sign to open lightbox in portfolio nothing happens --- however, in the debug window, I see this error:
Uncaught TypeError: jQuery(...).nivoLightbox is not a function
at HTMLDocument.<anonymous> (index.php?option=com_content&view=article&id=23&Itemid=177:549)
at i (jquery.min.js?2bd8cb09d4ff59f3aa26c056bce0314f:2)
at Object.fireWith [as resolveWith] (jquery.min.js?2bd8cb09d4ff59f3aa26c056bce0314f:2)
at Function.ready (jquery.min.js?2bd8cb09d4ff59f3aa26c056bce0314f:2)
at HTMLDocument.K (jquery.min.js?2bd8cb09d4ff59f3aa26c056bce0314f:2)
Hi again
I fix it for you, in file: .../modules/mod_jux_portfolio/mod_jux_portfolio.php at line 27 and add code
JHtml::_('jquery.framework');
Please check again, Hope it will help you
Thanks