2392 Commits

Author SHA1 Message Date
Tetrakern
d36465ace5 Add static cache to Splide breakpoints functions 2024-10-07 13:16:46 +02:00
Tetrakern
c88e122d99 Add filters to Splide placeholder styles 2024-10-07 12:03:10 +02:00
Tetrakern
0ad5bdd45a Move CSS minify function to utilities 2024-10-07 11:04:25 +02:00
Tetrakern
347023ad0c Generalized selector in Splide placeholder styles 2024-10-07 02:33:03 +02:00
Tetrakern
4bbb031286 Fix Splide placeholder for showcase 2024-10-07 02:27:57 +02:00
Tetrakern
6390822b91 Remove shortcode aliases 2024-10-07 02:17:33 +02:00
Tetrakern
8bd7342efd Improve Splide slider placeholder styles 2024-10-07 02:08:40 +02:00
Tetrakern
8ed224ba02 Update Splide placeholder base
Requires further updates.
2024-10-06 23:53:02 +02:00
Tetrakern
081c2c77cb Add UID argument to several shortcodes 2024-10-06 23:21:05 +02:00
Tetrakern
25b3a01b4c Update thumbnail aspect ratio check 2024-10-06 20:29:28 +02:00
Tetrakern
1c5ae533aa Update date query helper to use GMT 2024-10-06 18:24:13 +02:00
Tetrakern
cc9e62d8b5 Refine handling of fictioneer_chapters_added meta
This controls the order of stories in the Latest Updates shortcodes and Stories template. Up to this point, it had been updated a bit too often and could cause confusion in the order of stories.
2024-10-06 15:54:22 +02:00
Tetrakern
a9d9e6a18f Add quality param to showcase shortcode
Allows to change the image size from default 'medium'.
2024-10-06 03:56:35 +02:00
Tetrakern
00197b5290 Fix typo in function name 2024-10-06 02:35:37 +02:00
Tetrakern
b9d18fedce Improve and fix hook list part 4 2024-10-05 23:05:32 +02:00
Tetrakern
49885b40ce Improve and fix hook list part 3 2024-10-05 22:45:57 +02:00
Tetrakern
3ee1156a23 Improve and fix hook list part 2 2024-10-05 22:11:21 +02:00
Tetrakern
693a7e63ee Remove obsolete and disabled repair actions 2024-10-05 21:38:46 +02:00
Tetrakern
209bb62cda Improve and fix hook list part 1 2024-10-05 21:27:08 +02:00
Tetrakern
997ff71b78 Extend chapter groups and add fictioneer_filter_chapter_group filter 2024-10-05 21:04:41 +02:00
Tetrakern
7aba027729 Add option to show modified date on stories
Instead of the publish date.
2024-10-05 16:24:41 +02:00
Tetrakern
155b9b9d78 Add fictioneer_is_local_environment()
This is purely for development purposes.
2024-10-05 16:11:05 +02:00
Tetrakern
2ccbb64f9a Fix SEO description default for front page 2024-10-05 15:39:13 +02:00
Tetrakern
492b7a915b Remove simple markdown from tooltip shortcode
You can just use HTML and this opened too many issues to be worth it.
2024-10-04 18:06:28 +02:00
Tetrakern
2b47c8ff1d Add tool action to fix missing post line breaks 2024-10-04 17:32:42 +02:00
Tetrakern
a19303e5a1 Add fictioneer_get_post_type_label() 2024-10-04 16:28:08 +02:00
Tetrakern
18c0b7d93f Fix Splide error if shortcode returns no results 2024-10-04 12:50:34 +02:00
Tetrakern
afdeac9b4a Add option to fix line breaks 2024-10-03 23:41:53 +02:00
Tetrakern
5634dd2c04 Use strong for tooltip modals instead of b 2024-10-03 21:48:39 +02:00
Tetrakern
6b89858086 Small update for tooltip modal 2024-10-03 21:35:48 +02:00
Tetrakern
3d82c66c98 Add fcnt shortcode for tooltips 2024-10-03 12:57:55 +02:00
Tetrakern
d2923e7605 Add fictioneer_filter_icon_menu_items filter 2024-10-03 00:23:57 +02:00
Tetrakern
6fd90ae145 Add missing underscore 2024-10-02 23:59:46 +02:00
Tetrakern
a6aff4a450 Replace _icon-menu.php partial with function 2024-10-02 23:57:12 +02:00
Tetrakern
2b6fe6d5f8 Ward icon sprite sheet against CDNs
SVG with use does not work with cross site loading.
2024-10-02 13:58:44 +02:00
Tetrakern
d9fdc094a3 Add utility to get translated post status label 2024-10-01 12:07:27 +02:00
Tetrakern
95213d8064 Ensure backwards compatibility for logo height 2024-09-30 00:26:54 +02:00
Tetrakern
5097ca1df0 Split logo height setting into min and max 2024-09-30 00:07:52 +02:00
Tetrakern
503d1cbdc8 Purge story card cache on certain option changes 2024-09-27 12:21:11 +02:00
Tetrakern
3e68f42098 Clarified self-deletion note 2024-09-27 12:01:17 +02:00
Tetrakern
8da88c4f42 Fix nested loop 2024-09-26 23:01:40 +02:00
Tetrakern
79d7c2b7d7 Update post check in self-delete
Look for anything valid.
2024-09-26 22:38:21 +02:00
Tetrakern
017cfff742 Optimize user self-delete and fix multisite
So apparently, on a multisite, deleting an user the normal way does not remove them from the network. Great. Wonderful _AMAZING!_
2024-09-26 20:02:22 +02:00
Tetrakern
6ed097ccda Optimize self-delete comment updates 2024-09-26 18:55:38 +02:00
Tetrakern
18492a9692 Remove deleted comment backup meta fields
Their usefulness is dubious at best and they take up unnecessary space.
2024-09-26 18:40:52 +02:00
Tetrakern
ee9d4cbaf6 Account for deleted chapter posts in story list 2024-09-26 18:20:39 +02:00
Tetrakern
c807d87939
Merge pull request #52 from iniznet/refactor/fictioneer_verify_unpublish_access
Allow overriding the fictioneer_verify_unpublish_access value
2024-09-26 11:57:01 +02:00
Tetrakern
e09c3ef8cc
Merge pull request #51 from iniznet/refactor/fictioneer_get_chapter_list_items
Allow fictioneer_get_chapter_list_items to be rendered in other statuses
2024-09-26 11:55:25 +02:00
Tetrakern
b04748ece0
Merge pull request #50 from iniznet/refactor/fictioneer_chapter_nav_buttons
Allow chapter navigation buttons to be rendered in other statuses
2024-09-26 11:55:10 +02:00
Tetrakern
a70ae72634
Merge pull request #49 from iniznet/refactor/chapter-appending
Customizable post status condition check when appending & indexed chapters
2024-09-26 11:54:45 +02:00