Hi,
After upgrading to Indexhibit 2, even the most simple shadowbox HTML Markup no longer works… For example:
All worked perfectly on my website with the previous version of Indexhibit.
Here are the steps I followed after upgrading (and updating themes and exhibits formats for Indexhibit 2 as per step-by-step tutorial page on indexhibit.org):
In the following files:
/ndxz-studio/module/index.php
/ndxsite/default/index.php
I put right after :
Shadowbox.init({
handleOversize: "drag",
modal: true
});
And just before the closing 'body' tag, I added the following:
As shadowbox was not working, I downloaded the new version of shadowbox and put the whole shadowbox folder into /ndxzsite/css/
Shadowbox is still not working.
Have I missed something obvious?
Has anyone else encountered this problem and managed to solve it?