Latest tweaks for Version 0.2.0 release.

This commit is contained in:
mateuswetah 2023-05-30 16:20:09 -03:00
parent b3713dc22a
commit f18928baf2
6 changed files with 22 additions and 14 deletions

View File

@ -3,7 +3,7 @@ Author: tainacan
Contributors: wetah, vnmedeiros, leogermani, tainacan
Tags: museums, libraries, archives, GLAM, collections, repository, tainacan, blocksy
Requires at least: 5.0
Tested up to: 6.1
Tested up to: 6.2.2
Requires PHP: 5.6
Stable tag: 0.2.0
License: GPLv2 or later
@ -44,7 +44,7 @@ Also, this plugin will only work with [Blocksy theme](https://wordpress.org/them
== Copyright ==
Tainacan Support for Blocksy, Copyright 2022 Tainacan.org
Tainacan Support for Blocksy, Copyright 2023 Tainacan.org
Tainacan Support for Blocksy plugin is distributed under the terms of the GNU GPLv3
License details: https://github.com/tainacan/blocksy-tainacan/blob/master/LICENSE
@ -60,6 +60,10 @@ License details: https://github.com/tainacan/blocksy-tainacan/blob/master/LICENS
= 0.2.0 =
* Adds Taxonomy Single (Terms list) page functionality (requires Tainacan 0.20.1)
* New layout for the Item Page: Media Gallery above page title
* Option to set default order by for Repository Items list
* Fixes to item thumbnail display inside sections
* Compatibility with Blocksy 2.0.0
= 0.1.21 =
* Fixes breadcrumb hierarchy when inside taxonomy archives

View File

@ -488,10 +488,12 @@
}
}
// Document and attachments fixed column
.tainacan-item-single--affix-column .tainacan-item-section.tainacan-item-section--gallery {
position: sticky;
top: 2rem;
@media screen and (min-width: 960px) {
// Document and attachments fixed column
.tainacan-item-single--affix-column .tainacan-item-section.tainacan-item-section--gallery {
position: sticky;
top: 2rem;
}
}
// Document Download button -------------------------------------

View File

@ -904,10 +904,12 @@ body:not(.tainacan-admin-page) .tainacan-modal-content .modal-card-body {
text-decoration: var(--textDecoration);
}
.tainacan-item-single-page .tainacan-item-single--affix-column .tainacan-item-section.tainacan-item-section--gallery,
.tainacan-gallery-above-title .tainacan-item-single--affix-column .tainacan-item-section.tainacan-item-section--gallery {
position: sticky;
top: 2rem;
@media screen and (min-width: 960px) {
.tainacan-item-single-page .tainacan-item-single--affix-column .tainacan-item-section.tainacan-item-section--gallery,
.tainacan-gallery-above-title .tainacan-item-single--affix-column .tainacan-item-section.tainacan-item-section--gallery {
position: sticky;
top: 2rem;
}
}
.tainacan-item-single-page .tainacan-item-file-download,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long