180 Commits

Author SHA1 Message Date
Tetrakern
0eae5e17eb Reduce chapter list elements and add filter
Most people will not even use the prefixes and those who do will probably not add extra styling, so wrapping them in a span by default is just a waste.
2023-06-04 17:49:56 +02:00
Tetrakern
4486077b62 Reduce elements in chapter lists
Up to several hundreds, although some style features had to be sacrificed, like the different word count display. For now, may re-add this with JS.
2023-06-04 15:40:18 +02:00
Tetrakern
9f115e54e7 Reduced spans in author nodes and cards 2023-06-04 14:02:12 +02:00
Tetrakern
f1b18283a7 Remove some superfluous spans 2023-06-04 02:50:47 +02:00
Tetrakern
84c87b8008 Convert   to  
Apparently the other one doesn't work.
2023-06-04 02:05:11 +02:00
Tetrakern
6d93b1d77b Reduce DOM elements 2023-06-04 01:49:00 +02:00
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