178 Commits

Author SHA1 Message Date
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
Tetrakern
341437ff33 Add customizer option to slide in mobile menu from right 2024-04-12 20:38:43 +02:00
Tetrakern
3cb95157f5 Add wide header style 2024-04-12 19:44:12 +02:00
Tetrakern
7a8e7d5477 Add age rating filter to search 2024-04-11 13:39:24 +02:00
Tetrakern
a1a32fbe2c Add ordering by words 2024-04-11 11:17:30 +02:00
Tetrakern
9eb4097a84 Add status prefix to non-published chapter
This is only relevant if you show non-published chapters via filter on story pages.
2024-04-08 12:37:27 +02:00
Tetrakern
a91664add5 Add nofollow to sort-order-filter links 2024-03-15 00:41:28 +01:00
Tetrakern
6fa94b9f3b Fix and improve SEO 2024-03-09 01:43:26 +01:00
Tetrakern
aceeb11cd3 Add additional data-nosnippet attributes
What the heck is wrong with Google?
2024-03-09 00:39:11 +01:00
Tetrakern
2e88385ad3 Add _password modifier to chapter list items 2024-03-05 19:42:08 +01:00
Tetrakern
fc7fc2ac2e Update safe title helper parameters
Added the $context parameter and $args, which now also covers $no_filters which hopefully nobody has used yet lol
2024-03-01 12:39:42 +01:00
Tetrakern
cd1585fe20 Improve chapter list title output 2024-03-01 11:45:44 +01:00
Tetrakern
b9058427b2 Allow chapter notes to ignore password 2024-02-23 12:33:52 +01:00
Tetrakern
a03e396b90 Add story-wide note displayed in all chapters 2024-02-22 23:57:56 +01:00
Tetrakern
5465f8091d Show support buttons on protected posts
I mean, sure, why not.
2024-02-22 22:51:30 +01:00
Tetrakern
cc94b60bf8 Add header image style as modifier class 2024-02-21 02:36:09 +01:00
Tetrakern
29d8cdc09c Add missing default value for shadows 2024-02-18 15:45:01 +01:00
Tetrakern
28a5630f8b Add story status select to advanced search 2024-02-15 23:56:21 +01:00
Tetrakern
30f0284906 Improve new page and header styles 2024-02-15 00:20:08 +01:00
Tetrakern
2901afcb10 Split off customizer option for page shadow
And reverse the logic.
2024-02-14 23:21:29 +01:00
Tetrakern
14cf7cf564 Split off customizer option for header image shadow 2024-02-14 22:49:25 +01:00
Tetrakern
f9720edfbe Add customizer option for content list style 2024-02-13 14:13:10 +01:00
Tetrakern
1fad4ccb8e Add customizer option to fade out header image 2024-02-13 00:04:34 +01:00
Tetrakern
affc19f5b8 Code cleanup and remove errant wp_die()
Yikes.
2024-02-06 00:32:15 +01:00
Tetrakern
627f2e90a2 Use sprintf() for cleaner code 2024-02-05 21:00:38 +01:00
Tetrakern
f1e71c8669 Reduce output buffers in mobile menu hooks 2024-02-04 16:44:46 +01:00
Tetrakern
22e04cfce5 Add context to "n Words" translations 2024-02-02 19:13:07 +01:00
Tetrakern
02e3a2e7b1 Refactor chapter formatting toggles 2024-01-31 14:41:09 +01:00
Tetrakern
4e69db569e More paranoid Transient purging
Making sure this will not cause issues with cache problems.
2024-01-30 22:27:14 +01:00
Tetrakern
1c4e5ea54d Update outdated browser message 2024-01-30 00:33:32 +01:00
Tetrakern
e9d698b767 Clarify purpose of Transient HTML caches 2024-01-29 18:46:49 +01:00
Tetrakern
ccad4d272d Improve checks for running cache plugin 2024-01-29 17:18:00 +01:00