Open jotapete opened 2 years ago
Thanks Juan!
I'm unsure what you're going for exactly. Do you want to limit it to only 4, when the item has 10 media attached? Or something else?
If you can attach a screenshot that would be helpful.
Thanks,
Joseph
Joseph,
My collection is like this (several media attached per item):
And that is what I would like to achieve.
media title 1 Track 1
media title 2 Track 2
...
media title N Track N
Each CD is an item, and each item must include as media the corresponding tracks of the CD. And some of the CDs contain dozens of tracks. So I wonder if you could show a list of tracks, if not all of them.
Thank you.
So right now within the theme, it's only showing one track at a time, is that correct? To change that would require a bit of code modification in the css and this file: fit-ir/blob/main/view/omeka/site/item/show.phtml
Hi. Good theme. I would like to adjust the css to display (in media-sidebar) at least 4 audio tracks (out of a total of 10 audio tracks x item, in this case) with their corresponding titles.
.item.resource.show #media-sidebar
Would it be easy?
Thank you,
Juan