zoomit

Hello

I have a problem when I see the items with zoomit..
For example

if you see these link

http://www.koluel.org/items/show/547
zoomit ok

but if you see these link

http://www.koluel.org/items/show/907

zoomit not run.....

I use the last version of omeka...

thanks
gus

Microsoft's Zoom.it service seems to be having some problems processing new images at the moment. I can't quite tell if it's a temporary thing or it just doesn't like these specific images.

At any rate, it seems to be something happening on Zoom.it's end, not something with Omeka or the plugin.

Hi,

Instead of using a service that makes you depend on third party and lose ownership of your images, you can use OpenLayers, a free and open source application as Omeka, via the plugin OpenLayersZoom.

Sincerely,

Daniel Berthereau
Infodoc & Knowledge management

Thanks very much Daniel and John
gus

Daniel
I install OpenLayersZoom but in the readme said

In the items/show.php of your theme, replace:

<div id="item-images">
<?php echo files_for_item(); ?>
</div>

I donĀ“t these lines in my file of

/themes/seasons/items/show.php

maybe you can help me... thanks gus

by

<div id="item-images">
<?php set_loop_records('files', $item->getFiles());
foreach (loop('files') as $file):
fire_plugin_hook('open_layers_zoom_display_file', array('file' => $file));
endforeach; ?>
</div>