1802 Commits

Author SHA1 Message Date
Tetrakern
6b7033683c Fix wrong parameter 2023-11-30 23:09:09 +01:00
Tetrakern
2b6a2e8f97 Update ePUB style 2023-11-30 23:01:01 +01:00
Tetrakern
0bae7573f9 Fix deprecation warning in ePUB downloads
Removed mb_convert_encoding, which was apparently not needed anyway.
2023-11-30 22:52:28 +01:00
Tetrakern
a7e3f44513 Fix mb_convert_encoding deprecation warning 2023-11-30 21:47:00 +01:00
Tetrakern
7cba8b32a0 Add filter for taxonomy pills groups 2023-11-30 20:53:35 +01:00
Tetrakern
c3af1d6890 Add types to taxonomy pills groups
Doesn't make a difference for now, but I might add a filter here later.
2023-11-30 20:36:00 +01:00
Tetrakern
294d13ce38 Cleanup 2023-11-30 17:52:19 +01:00
Tetrakern
fb92db30ee Fix word count in collections 2023-11-30 17:12:48 +01:00
Tetrakern
36aff1f54a Add fictioneer_get_word_count helper 2023-11-30 17:10:19 +01:00
Tetrakern
082337c53c Add fictioneer_get_story_chapters helper 2023-11-30 16:21:16 +01:00
Tetrakern
b65e8ccea1 Replace fictioneer_get_field with get_post_meta
This wrapper made sense at some point in the past, now it was just unnecessary overhead.
2023-11-30 16:03:53 +01:00
Tetrakern
c8b142367c Improve co-author handling 2023-11-30 12:56:16 +01:00
Tetrakern
84a098871a Type check for post featured array 2023-11-30 11:20:16 +01:00
Tetrakern
6ebe8cb016 Type check for co-author array in API 2023-11-30 11:10:54 +01:00
Tetrakern
e0176eac59 Use fictioneer_get_field everwhere
I might actually remove it later on because it does not safe space anyway, but at least it is consistent for now.
2023-11-30 10:58:45 +01:00
Tetrakern
25726ab3b0 Optimize key/value replacement function 2023-11-30 02:37:05 +01:00
Tetrakern
b98d45404a Add type casting to word count operations 2023-11-27 22:41:43 +01:00
Tetrakern
4038b3cf0b Optimize ePUB chapter creation 2023-11-27 20:02:22 +01:00
Tetrakern
bb30cb8871 Improve ePUB tag replacement 2023-11-27 12:17:56 +01:00
Tetrakern
5ecaca459c Optimize HTML entity fix for ePUBs 2023-11-27 10:15:00 +01:00
Tetrakern
d1e16f18dc Use constants for protected post slugs 2023-11-26 23:37:27 +01:00
Tetrakern
aa9a513124 Update INSTALLATION.md 2023-11-26 23:04:17 +01:00
Tetrakern
421e118641 Update INSTALLATION.md 2023-11-26 22:06:12 +01:00
Tetrakern
2b6398a1c7 Update INSTALLATION.md 2023-11-26 22:03:14 +01:00
Tetrakern
fbcc1363b5 Update INSTALLATION.md 2023-11-26 21:20:40 +01:00
Tetrakern
d6344fc66d Add another CSS snippet
Merge Top-Header & Navigation
2023-11-26 21:16:40 +01:00
Tetrakern
4c217fba08 Update _header-inner.php 2023-11-26 14:32:25 +01:00
Tetrakern
22e3eec51c Renamed header partials, hooks, and functions
This better reflects what they do, now that there are multiple options.
2023-11-26 14:24:09 +01:00
Tetrakern
896344873f Fix static-menu-item CSS class 2023-11-26 12:27:37 +01:00
Tetrakern
e6dbd76343 Bump version to 5.8.1 v5.8.1 2023-11-26 03:06:38 +01:00
Tetrakern
8b30393fdd Update INSTALLATION.md 2023-11-26 02:16:35 +01:00
Tetrakern
79e4d9984b Improve installation guide 2023-11-26 02:13:22 +01:00
Tetrakern
17322e7c3c Fix navigation border radii 2023-11-25 18:53:35 +01:00
Tetrakern
81ba4b0f2e Update dark mode data attribute
This will now be set to "dark" if dark mode is enabled, instead of being empty. Makes it easier to apply styles to only this mode without a :not function.
2023-11-25 16:36:45 +01:00
Tetrakern
d9583b5682 Restore narrow nav bar
The whole padding change was jarring and wonky with the scroll position. There is a solution for that, but it is not worth the CSS complexity involved.
2023-11-25 12:39:50 +01:00
Tetrakern
1fb6ea962d Updated mobile menu site shadow 2023-11-25 10:30:26 +01:00
Tetrakern
868ed1251c Update README.md 2023-11-25 02:47:39 +01:00
Tetrakern
7adcc5c496 Exclude top-header from print 2023-11-25 00:01:21 +01:00
Tetrakern
335d69439a Apply minimal mode to split header style 2023-11-24 23:53:35 +01:00
Tetrakern
a2cb9ca15a Add header and mobile nav styles to Customizer 2023-11-24 23:34:57 +01:00
Tetrakern
dacde9c2cb Remove unnecessary constants
Auto-loaded anyway.
2023-11-24 12:05:32 +01:00
Tetrakern
ba08c264fe Update navigation bar style 2023-11-24 09:45:53 +01:00
Tetrakern
6fc9a8d3af Add scrolled-top-top body class and script 2023-11-24 00:44:08 +01:00
Tetrakern
45bf775d2d Fix story author restriction option v5.8.0 2023-11-22 18:53:17 +01:00
Tetrakern
03f1ee420e Exclude special pages from story custom pages 2023-11-22 18:35:30 +01:00
Tetrakern
bd30004591 Mark private comments in admin 2023-11-22 12:35:55 +01:00
Tetrakern
48b14cc74c Update comment emails on profile change, move code around
Makes more sense in this file.
2023-11-22 12:29:40 +01:00
Tetrakern
9e26c1c85b Update variable name 2023-11-22 00:04:49 +01:00
Tetrakern
23e3270a35 Update param to better reflect its value 2023-11-21 23:46:24 +01:00
Tetrakern
a8e57de231 Revert profile explanation updates
This is no longer true.
2023-11-21 23:40:08 +01:00