209 Commits

Author SHA1 Message Date
Tetrakern
8a900e4996 Increase Transient duration of global word count and statistics 2024-08-15 18:56:01 +02:00
Tetrakern
58d342d039 Change page padding system 2024-08-12 12:00:29 +02:00
Tetrakern
6b41f813c1 Hide some paragraph tools if user cannot comment 2024-08-07 16:33:27 +02:00
Tetrakern
6759813422 Add helper to output taxonomy submenus 2024-08-07 12:05:30 +02:00
Tetrakern
d5bbc62fc7 Clean up functions calls
lol wat did I do there
2024-08-07 00:40:06 +02:00
Tetrakern
ee7da8b4ff Add taxonomy submenus 2024-08-06 22:04:52 +02:00
Tetrakern
f84c92fa52 Move chapter actions and footer to hooks 2024-07-31 11:35:06 +02:00
Tetrakern
e3448c1e79 Add option to override chapter status icons 2024-06-29 13:37:55 +02:00
Tetrakern
7a56f1ff5f Add header style post_content 2024-06-28 12:32:27 +02:00
Tetrakern
d8aa0297d1 Code formatting 2024-06-27 22:36:35 +02:00
Tetrakern
995e5f8878 Add header style text_center 2024-06-27 13:37:17 +02:00
Tetrakern
ea9bd4b135 Use calendar as icon for scheduled chapters
If displayed via custom filter.
2024-06-20 16:03:27 +02:00
Tetrakern
11d021ae3a Use lock as chapter icon if protected 2024-06-20 14:59:57 +02:00
Tetrakern
eedde757f6 Code formatting fixes 2024-06-17 22:12:39 +02:00
Tetrakern
75a24b4e71 Remove browser notes noise 2024-06-13 00:17:58 +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
5789e2f312 Add support for Elementor 2024-06-11 21:34:36 +02:00
Tetrakern
d4ede59bbc Lock chapter index popup horizontally in place 2024-06-02 10:51:58 +02:00
Tetrakern
767f8250c5 Fix comment paragraph tools showing if commenting is disabled 2024-05-28 15:27:16 +02:00
Tetrakern
addcaa9c0a Reduce min/max word query params in search
12 characters less. Yay?
2024-05-25 14:44:03 +02:00
Tetrakern
e20d0ae27e Add constant for default chapter icon 2024-05-23 20:30:08 +02:00
Tetrakern
d952c7011e Filter and improve chapter icon output 2024-05-23 20:16:39 +02:00
Tetrakern
afa1270d72 Update chapter list scheduled permalinks 2024-05-23 17:41:26 +02:00
Tetrakern
b19473f0c5 Fix chapter links to 404 pages 2024-05-23 15:03:01 +02:00
Tetrakern
6de12b66ae Better handling of empty custom chapter status prefix 2024-05-23 15:02:32 +02:00
Tetrakern
61d9f0fecb Make code snippet more readable
Because I wondered where the space came from.
2024-05-23 12:43:52 +02:00
Tetrakern
3f14a9f031 Refactor OAuth process
fml
2024-05-21 16:44:05 +02:00
Tetrakern
2f88f6af9a Clean up and rename partial caching 2024-05-19 14:30:44 +02:00
Tetrakern
1210c2089f Apply static caching to selected partials 2024-05-17 21:30:29 +02:00
Tetrakern
f55425610c Even more multi-site registration crap
Seriously!
2024-05-16 20:35:05 +02:00
Tetrakern
de863a6504 Add page wrapper to wp-signup 2024-05-16 14:27:37 +02:00
Tetrakern
89ae5fd6ba Show login modal for wp-login only 2024-05-16 14:26:59 +02:00
Tetrakern
6b18fb924a Update frontend password section 2024-05-15 15:19:07 +02:00
Tetrakern
4d707ac4ba Add option to show default WP login link 2024-05-15 01:22:03 +02:00
Tetrakern
9c816df834 Replace array utility with Elvis operator
Same result, easier to read, less overhead.
2024-05-14 22:59:02 +02:00
Tetrakern
023f5da4ec Fix broken story chapter lists 2024-05-10 11:28:38 +02:00
Tetrakern
2e25a6c7c0 Optimize templates
Reduce code and avoid some redundant calls of post_password_required().
2024-05-10 01:45:56 +02:00
Tetrakern
ba878ba4eb Make story templates loop independent 2024-05-09 23:42:51 +02:00
Tetrakern
b3e79e80fe Add sanitizer for query vars
Should have done that from the start.
2024-04-24 12:17:08 +02:00
Tetrakern
8ea32feec2 Add and use indexed chapter IDs to story data
This is in case the query is filtered and suddenly contains non-published chapters that would cause 404 if accessed.
2024-04-23 02:47:23 +02:00
Tetrakern
5eb2c7af2e Removed IDs from grid view and order toggles
Just in case there are more than one.
2024-04-17 21:51:55 +02:00
Tetrakern
5bfc8d82b9 Add style parameter to story_comments shortcode 2024-04-16 15:34:35 +02:00
Tetrakern
97ff53a666 Add story_comments shortcode 2024-04-16 11:50:11 +02:00
Tetrakern
479ef3c2c1 Make story comments independent from post 2024-04-16 00:18:43 +02:00
Tetrakern
097de157be Replaced _story-comments.php partial with function 2024-04-15 23:03:33 +02:00
Tetrakern
4a6e5914bf Replace _share-buttons-php partial 2024-04-15 12:02:28 +02:00
Tetrakern
ce3880c33e Add word limits to search form 2024-04-15 00:20:10 +02:00
Tetrakern
698fe3d313 Use story redirect in chapters if set 2024-04-14 22:43:25 +02:00
Tetrakern
d67e8c7292 Make story page tabs more independent 2024-04-14 11:59:38 +02:00