74 Commits

Author SHA1 Message Date
Tetrakern
07ceaeca8e Cleanup frontend profile OAuth section 2023-06-03 05:39:09 +02:00
Tetrakern
efb597c73d Refactor frontend profile 2023-06-03 04:15:26 +02:00
Tetrakern
509c45920b Remove redundant inline notice 2023-06-03 04:13:08 +02:00
Tetrakern
5fb6f59606 Fix profile redirect anchors 2023-05-31 03:31:13 +02:00
Tetrakern
3d7c290a3e Better use of constants
Should have done that from the start.
2023-05-11 16:22:43 +02:00
Tetrakern
69669ea92d Reduce database calls, add option to skip them
Apparently, get_bloginfo() is not cached, so calling it over and over again negatively impacts performance. Child themes can now make use of four new constants to skip these calls entirely.
2023-05-11 11:37:40 +02:00
Tetrakern
84584a0c0e Fix date format in Latest Updates shortcode 2023-05-09 16:29:06 +02:00
Tetrakern
87b4cf36a8 Improve subitem date format default 2023-05-07 18:03:29 +02:00
Tetrakern
e9f8695ff6 Add option to hide a story in lists 2023-05-07 01:45:42 +02:00
Tetrakern
c80d9a418c Fix line clamp for latest_chapters compact
When the source is omitted.
2023-04-04 00:12:08 +02:00
Tetrakern
2722512fd2 Add exclude parameters to showcase 2023-03-10 17:29:00 +01:00
Tetrakern
29f834588e Add exclude parameters to latest_posts 2023-03-10 17:23:29 +01:00
Tetrakern
0db0ffd852 Add exclude parameters to latest_recommendations 2023-03-10 17:16:54 +01:00
Tetrakern
c7fe07e945 Add exclude parameters to latest_updates 2023-03-10 17:09:46 +01:00
Tetrakern
ef97a81859 Add exclude parameters to latest_chapters 2023-03-10 17:01:42 +01:00
Tetrakern
0d64267e78 Add exclude parameters to latest_stories 2023-03-10 16:36:01 +01:00
Tetrakern
ebbe4d72e9 Add fictioneer_blog shortcode 2023-03-10 15:35:55 +01:00
Tetrakern
3c9146aa3a Rename shortcode filters 2023-03-10 15:20:48 +01:00
Tetrakern
95f691a500 Update empty post result style and text 2023-03-10 15:19:54 +01:00
Tetrakern
09472bb19a Fix chapter password check
Welp, this was based on the user instead of the chapter.
2023-03-09 22:42:48 +01:00
Tetrakern
cc21ef6178 Add taxonomies to showcase shortcode 2023-03-09 11:40:41 +01:00
Tetrakern
abe9b117ab Add filter for latest recommendations query args 2023-03-09 11:21:05 +01:00
Tetrakern
5a2308d5e5 Add filter for latest updates query args 2023-03-09 11:08:23 +01:00
Tetrakern
eebe9f98da Remove redundant query argument 2023-03-09 10:59:52 +01:00
Tetrakern
b4ad620206 Add query args filter for latest chapters 2023-03-09 02:04:21 +01:00
Tetrakern
774aa942c8 Clean up query args 2023-03-09 02:03:09 +01:00
Tetrakern
686469bd77 Add taxonomies to shortcode partials 2023-03-08 23:24:41 +01:00
Tetrakern
b3b868c7fd Add taxonomies to latest_stories shortcode 2023-03-08 13:22:04 +01:00
Tetrakern
d309213742 Improve latest_posts shortcode 2023-03-08 13:16:43 +01:00
Tetrakern
f250f9baae Changed header HTML/CSS
This removes the 100vw for the header background image, which should resolve issues with unwanted horizontal scrollbars in Firefox.
2023-03-08 10:36:53 +01:00
Tetrakern
cbd27c59a9 Extend latest posts shortcode 2023-03-08 01:07:50 +01:00
Tetrakern
4138b7236b Renamed chapter row meta function, again
Hopefully this will avoid confusion
2023-02-26 20:51:13 +01:00
Tetrakern
4627397037 Rename chapter subrow into meta and add ID 2023-02-26 20:36:15 +01:00
Tetrakern
6bc1008a50 Use post_password_required() 2023-02-26 20:33:34 +01:00
Tetrakern
694bf3d9fa Refactored subrows in chapter lists 2023-02-26 17:14:56 +01:00
Tetrakern
30bd037b5b Hide site width formatting slider below 640px
Because the minimum is 640px anyway.
2023-02-24 10:59:11 +01:00
Tetrakern
aca556262a Refactor chapter font colors 2023-02-23 18:41:14 +01:00
Tetrakern
a7906828a4 Refactor chapter fonts 2023-02-23 17:03:41 +01:00
Tetrakern
e7dc0be831 Add Crimson Text font 2023-02-23 11:39:39 +01:00
Tetrakern
69fa196094 Renamed constant for consistency
Should probably stop doing that.
2023-02-18 11:04:39 +01:00
Tetrakern
b66f90c7ca Improve story chapter list performance
One optimized query for all is better than one query per chapter. Seriously, what was I thinking?
2023-02-17 11:04:47 +01:00
Tetrakern
4d009961eb Update BBCode tutorial modal 2023-02-16 22:40:11 +01:00
Tetrakern
3d0330ed6f Remove [u] BBCode
Could be confused for links and really, who needs that?
2023-02-16 14:50:38 +01:00
Tetrakern
64f1bb1ea5 Use short modifiers for truncate CSS class 2023-02-09 10:44:04 +01:00
Tetrakern
e88ef48d03 More obfuscation characters for chapter spoilers 2023-02-09 09:08:19 +01:00
Tetrakern
f34ccfb2f6 Streamline constant
Now or never, before anyone uses them.
2023-02-08 20:54:54 +01:00
Tetrakern
b77fb8433c Rename constant to better reflect purpose 2023-02-08 20:13:11 +01:00
Tetrakern
b4471fedc7 Add constant to turn off story caches
In the unlikely case you have hundreds or thousands of stories, or you have a cache plugin anyway, you may want to not clutter the options table.
2023-02-08 20:02:59 +01:00
Tetrakern
0ecd6b3990 Remove obsolete CSS class 2023-02-07 11:34:27 +01:00
Tetrakern
7352ecd5c3 Add sticky icon to story cards 2023-02-04 16:15:25 +01:00