omeka-s-themes / default

GNU General Public License v3.0
2 stars 13 forks source link

Regions #40

Open allanaaa opened 1 month ago

allanaaa commented 1 month ago

Default is only offering a "Main" region on item sets, but on the public page everything is displaying in, like, a right sidebar.

Screenshot 2024-05-14 at 12 54 29 Screenshot 2024-05-14 at 12 54 45
kimisgold commented 1 month ago

I've fixed those styles. The item set's content will still appear as a (wider) sidebar, because I've found users tend to populate item set metadata fairly sparsely while focusing on the items belong to it.

allanaaa commented 1 month ago

Thanks - items sets are better, though the gray vertical bar is a bit unnecessary now. I wouldn't call it "Main" as a region - is there any way to represent the item set's contents on the admin side? Not to move it around, but just to show where it will appear relative to the regions you're offered?

http://dev.omeka.org/amayer/amayer-s/omeka-s/s/my-second-omeka-s-site/item-set/4255

Screenshot 2024-05-27 at 13 07 45
allanaaa commented 1 month ago

Item pages offer a right sidebar that is also not displaying.

Screenshot 2024-05-27 at 13 08 53

http://dev.omeka.org/amayer/amayer-s/omeka-s/s/my-second-omeka-s-site/item/10005#lg=1&slide=0

kimisgold commented 2 weeks ago

The right sidebar has been removed, as default is meant to use the views provided by the Omeka S core. Providing a right sidebar would require a custom view, and it was likely initially included by accident when implementing configurable regions across themes.

Regarding item set "main", it's the main region pertaining specifically to the item sets. I know the items with the set take up more visual space, but I'm not sure it's enough confusion to warrant having it break from the pattern of the other primary configurable regions in items and media.

is there any way to represent the item set's contents on the admin side? Not to move it around, but just to show where it will appear relative to the regions you're offered?

I don't think so at this time, but it could be worth discussing as a feature request.