Daniel-KM / Omeka-S-module-Mirador

Omeka S module that integrates Mirador, an advanced viewer, in order to display one or multiple images, local or remote, via the IIIF standard.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mirador don't load

alfonsomontejo opened this issue · comments

I have a custom theme/view/omeka/site/item/show.phtml file with this code:

<?php if (count($lightMedia) > 0) { echo $this->mirador($item);} else {echo "<div style='padding-top:50px;'></div>";} ?>

After 3.1.6 release, the helper echo $this->mirador($item) don't seem to work anymore. Mirador still can load with <?php $this->trigger('view.show.after'); ?>, but not with the helper.

Thank you first of all for your excellent work with this and many other modules for Omeka S. And sorry for my English.

This is probably fixed in last version (3.1.7.3).

Sorry, Daniel, viewer still don't load (latest version, Mirador-3.1.7.3). Thanks for your work.

It should be fixed one more time for the version for Omeka 3, where there are many changes.