ccb73fd421
= Reference container semantics for assistive technology = - Table header elements with row scope in the first column. - Table caption invisible to sighted users but required for screen readers. = Referrer accessibility = - jQuery referrers are accessible but don’t show the tooltips on focus. - AMP compatible tooltips show up on focus on navigatable referrers. - Alternative tooltips now accessible on focus on now navigatable referrers. git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2498648 b8457f37-d9ea-0310-8a92-e5e31aec5664
47 lines
1.4 KiB
Text
47 lines
1.4 KiB
Text
customized-template-stack.txt
|
|
@date 2020-12-19T0609+0100
|
|
@lastmodified 2021-02-15T2027+0100
|
|
|
|
|
|
Plugin Footnotes for WordPress, v2.5.3 and later
|
|
|
|
|
|
A. Customized template parts
|
|
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
|
|
|
@since 2.2.6 Adding: Templates: support for custom templates in sibling folder, thanks to @misfist issue report.
|
|
@since 2.5.0 Adding: Templates: Enable template location stack, thanks to @misfist issue report and code contribution.
|
|
|
|
|
|
Priority order:
|
|
1. active theme
|
|
2. sibling folder
|
|
3. internal
|
|
|
|
See footnotes/class/template.php:67..116
|
|
|
|
|
|
1. Active theme
|
|
‾‾‾‾‾‾‾‾‾‾‾‾
|
|
Please create a folder 'templates/footnotes/' in your child theme and
|
|
store all your public custom templates for Footnotes directly therein.
|
|
|
|
Existing homonymous templates are loaded instead of their counterparts in
|
|
wp-content/plugins/footnotes/templates/public/.
|
|
|
|
|
|
2. Sibling folder
|
|
‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
|
Please make a sibling of the "footnotes" folder called 'footnotes-custom' and
|
|
the same internal structure and file names as 'footnotes/templates/public/'.
|
|
|
|
Example for custom tooltips:
|
|
|
|
footnotes-custom
|
|
└── templates
|
|
└── public
|
|
├── footnote.html
|
|
└── tooltip.html
|
|
|
|
Note: The timing parameters in the inline jQuery script 'tooltip.html' are already
|
|
configurable in the dashboard > Referrers and tooltips > Tooltip timing.
|