3248 Commits

Author SHA1 Message Date
Tetrakern
2e1eb07860 Add additional utility CSS classes 2024-06-12 18:40:06 +02:00
Tetrakern
3fb1807bd6 Rename modifier CSS class for clarity 2024-06-12 14:58:09 +02:00
Tetrakern
88a2fd0c5a Increase specificity of padding CSS utilities 2024-06-12 14:56:52 +02:00
Tetrakern
c9b6cc77e5 Update INSTALLATION.md 2024-06-12 13:00:13 +02:00
Tetrakern
ec82a71bd2 Add additional Elementor theme locations 2024-06-12 12:30:54 +02:00
Tetrakern
1a814ac0a8 Remove mobile menu copy/paste shenanigans
Copying the main nav into the mobile nav to reduce the page load might technically make sense, but the trouble vastly outweighs the benefit.
2024-06-12 12:16:52 +02:00
Tetrakern
c25e83880b Update INSTALLATION.md 2024-06-12 02:18:50 +02:00
Tetrakern
0962910f90 Update fictioneer_002_elementor_control.php 2024-06-12 00:55:36 +02:00
Tetrakern
135d295083 Create fictioneer_002_elementor_control.php 2024-06-11 23:56:25 +02:00
Tetrakern
5789e2f312 Add support for Elementor 2024-06-11 21:34:36 +02:00
Tetrakern
dcc769105d Always turn off script optimization for admins/editors
... in Autoptimize.
2024-06-11 17:13:31 +02:00
Tetrakern
7107fe55dd Bump version to 5.20.0 2024-06-11 14:03:47 +02:00
Tetrakern
b7dbcfe113 Tweak battered card frame polygon 2024-06-11 13:59:37 +02:00
Tetrakern
8dedf5523a Update fictioneer.pot 2024-06-11 13:46:19 +02:00
Tetrakern
a098913e14 Update customizer option 2024-06-11 13:45:21 +02:00
Tetrakern
a49219f34d Update FILTERS.md 2024-06-11 13:44:06 +02:00
Tetrakern
28e001a066 Add battered card frame option 2024-06-11 13:36:19 +02:00
Tetrakern
e725106262 Account for unreachable repo on first installs
Prevents to make a GET request to check for updates on every page load in the admin.
2024-06-11 00:20:43 +02:00
Tetrakern
60279af03a Add filters to Discord channel webhooks 2024-06-10 17:09:59 +02:00
Tetrakern
dca254f75f Do not add settings adminbar item in admin 2024-06-10 16:35:23 +02:00
Tetrakern
e941b9ed20 Update fictioneer.pot 2024-06-10 12:27:25 +02:00
Tetrakern
4757206cc1 Add settings for age confirmation redirect URL 2024-06-10 12:25:23 +02:00
Tetrakern
24cfa57133 Add optional validators to URL sanitizer 2024-06-10 11:05:00 +02:00
Tetrakern
ac152e9d47 Use new URL sanitizer 2024-06-10 10:32:23 +02:00
Tetrakern
f2d9a69fbd Add generic helper to sanitize and validate URL
And fix a wrong return type in the doc comment lol
2024-06-10 10:26:37 +02:00
Tetrakern
6422af4207 Change adminbar node title 2024-06-10 10:15:44 +02:00
Tetrakern
6a2361a637 Update fictioneer.pot 2024-06-10 02:28:19 +02:00
Tetrakern
b5d889bc48 Limit theme settings link to admins 2024-06-10 02:27:09 +02:00
Tetrakern
5f9b4be623 Update chapter appending 2024-06-10 02:25:46 +02:00
Tetrakern
dcc9ed279e Update fictioneer.pot 2024-06-10 01:55:55 +02:00
Tetrakern
7d1e80f202 Add missing translation 2024-06-10 01:55:47 +02:00
Tetrakern
14d39feb61 Add theme settings link to adminbar 2024-06-10 01:54:40 +02:00
Tetrakern
4f45fbbbf1 Update fictioneer.pot 2024-06-10 01:42:10 +02:00
Tetrakern
cfe9ab2997 Add fcntr_admin helper for translations 2024-06-10 01:41:29 +02:00
Tetrakern
76767cda22 Simplify some php file formatting
No functional changes. Probably saves fractions of a nanosecond of something.
2024-06-09 18:59:10 +02:00
Tetrakern
c78448f8f0 Add no-index to non-public page templates 2024-06-09 10:43:12 +02:00
Tetrakern
16df0286c7 Do not check for updates on each page load if 404 returned 2024-06-07 13:33:41 +02:00
Tetrakern
c40e2f4930 Remove display of script execution time
This could cause problem and is not worth the trouble.
2024-06-06 17:55:35 +02:00
Tetrakern
b0488836aa Make admin dialogs work in whole admin 2024-06-06 12:21:06 +02:00
Tetrakern
81f38bf6e0 Move sponsor dialog modal into admin footer 2024-06-06 12:00:26 +02:00
Tetrakern
78cfa85353 Fix wrong textdomains 2024-06-06 00:47:29 +02:00
Tetrakern
c37744bc1d Tested up to WP 6.5.4 2024-06-05 23:08:19 +02:00
Tetrakern
009eb1904b Update support begging to modal lol 2024-06-05 19:14:45 +02:00
Tetrakern
162b19dade Update Font Awesome to 6.5.2 2024-06-05 14:43:04 +02:00
Tetrakern
84df3528a7 Improve handling of nav menu item border-radii
What a mess.
2024-06-05 13:30:37 +02:00
Tetrakern
6ec1012bb6 Improve main navigation border-radius for items
Annoying
2024-06-04 13:25:13 +02:00
Tetrakern
95b90d0095 Adjust base nav-observer position
This should prevent the is-sticky class from being applied too soon.
2024-06-04 12:11:41 +02:00
Tetrakern
4466e2aa18 Update word count node conditions on cards 2024-06-04 11:57:30 +02:00
Tetrakern
70fb1a4706 Skip 0 words on chapter cards 2024-06-04 11:47:11 +02:00
Tetrakern
f3cd91b33e Update ACTIONS.md 2024-06-04 11:22:23 +02:00