Moving Universal Viewer to top of the page Omeka S

Hi there,

I use universal viewer for my item showpage. However, the player displayed in the bottom of the page. I’d like to move this player to top of the page. Do you have any suggestions for this issue?

Best wishes

You can edit the show.phtml within your theme and call

echo $this->universalViewer($item, $options);

wherever you want.

3 Likes

This point is related to the fact that currently, the resource pages (item, item set, media) are not designed with blocks like the site pages, so it is not possible to place the viewer at the right position via a module.

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.