Latest tweaks for Version 0.2.0 release.
This commit is contained in:
parent
b3713dc22a
commit
f18928baf2
|
@ -3,7 +3,7 @@ Author: tainacan
|
||||||
Contributors: wetah, vnmedeiros, leogermani, tainacan
|
Contributors: wetah, vnmedeiros, leogermani, tainacan
|
||||||
Tags: museums, libraries, archives, GLAM, collections, repository, tainacan, blocksy
|
Tags: museums, libraries, archives, GLAM, collections, repository, tainacan, blocksy
|
||||||
Requires at least: 5.0
|
Requires at least: 5.0
|
||||||
Tested up to: 6.1
|
Tested up to: 6.2.2
|
||||||
Requires PHP: 5.6
|
Requires PHP: 5.6
|
||||||
Stable tag: 0.2.0
|
Stable tag: 0.2.0
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
|
@ -44,7 +44,7 @@ Also, this plugin will only work with [Blocksy theme](https://wordpress.org/them
|
||||||
|
|
||||||
== Copyright ==
|
== 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
|
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
|
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 =
|
= 0.2.0 =
|
||||||
* Adds Taxonomy Single (Terms list) page functionality (requires Tainacan 0.20.1)
|
* 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 =
|
= 0.1.21 =
|
||||||
* Fixes breadcrumb hierarchy when inside taxonomy archives
|
* Fixes breadcrumb hierarchy when inside taxonomy archives
|
||||||
|
|
|
@ -488,11 +488,13 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 960px) {
|
||||||
// Document and attachments fixed column
|
// Document and attachments fixed column
|
||||||
.tainacan-item-single--affix-column .tainacan-item-section.tainacan-item-section--gallery {
|
.tainacan-item-single--affix-column .tainacan-item-section.tainacan-item-section--gallery {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 2rem;
|
top: 2rem;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Document Download button -------------------------------------
|
// Document Download button -------------------------------------
|
||||||
.tainacan-item-file-download {
|
.tainacan-item-file-download {
|
||||||
|
|
|
@ -904,11 +904,13 @@ body:not(.tainacan-admin-page) .tainacan-modal-content .modal-card-body {
|
||||||
text-decoration: var(--textDecoration);
|
text-decoration: var(--textDecoration);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 960px) {
|
||||||
.tainacan-item-single-page .tainacan-item-single--affix-column .tainacan-item-section.tainacan-item-section--gallery,
|
.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 {
|
.tainacan-gallery-above-title .tainacan-item-single--affix-column .tainacan-item-section.tainacan-item-section--gallery {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 2rem;
|
top: 2rem;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.tainacan-item-single-page .tainacan-item-file-download,
|
.tainacan-item-single-page .tainacan-item-file-download,
|
||||||
.tainacan-gallery-above-title .tainacan-item-file-download {
|
.tainacan-gallery-above-title .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
Loading…
Reference in New Issue