Merge branch 'main' into pr/60
This commit is contained in:
commit
b469be6b69
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1385,7 +1385,7 @@ $images = get_template_directory_uri() . '/img/documentation/';
|
||||
fictioneer_settings_label_checkbox(
|
||||
'fictioneer_disable_chapter_list_transients',
|
||||
__( 'Disable chapter list Transient caching', 'fictioneer' ),
|
||||
__( 'Only do if lists on story pages are outdated.', 'fictioneer' ),
|
||||
__( 'Only do this if lists on story pages are outdated.', 'fictioneer' ),
|
||||
__( 'Compiling grouped chapter lists on story pages can place significant strain on your server, especially if you have hundreds of chapters per story that all need to be queried. Only disable this if your stories are small (fewer than 50 chapters) or if you have another solution, such as a caching plugin.', 'fictioneer' )
|
||||
);
|
||||
?>
|
||||
@ -1396,7 +1396,7 @@ $images = get_template_directory_uri() . '/img/documentation/';
|
||||
fictioneer_settings_label_checkbox(
|
||||
'fictioneer_disable_shortcode_transients',
|
||||
__( 'Disable shortcode Transient caching', 'fictioneer' ),
|
||||
__( 'Only do if shortcodes are not properly updated.', 'fictioneer' ),
|
||||
__( 'Only do this if shortcodes are not properly updated.', 'fictioneer' ),
|
||||
__( 'Shortcodes rely on complex queries with many optional parameters, which can be slow and resource-intensive if you use too many or have a very large database. Caching them in Transients for a period (default is 300 seconds) significantly reduces server strain but may conflict with other caching solutions.', 'fictioneer' )
|
||||
);
|
||||
?>
|
||||
|
@ -3,7 +3,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Fictioneer\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2024-10-13 19:19+0000\n"
|
||||
"POT-Creation-Date: 2024-10-14 17:05+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: \n"
|
||||
@ -8173,11 +8173,11 @@ msgid "Only applied to the page."
|
||||
msgstr ""
|
||||
|
||||
#: includes/functions/settings/_settings_page_general.php:1378
|
||||
msgid "Only do if lists on story pages are outdated."
|
||||
msgid "Only do this if lists on story pages are outdated."
|
||||
msgstr ""
|
||||
|
||||
#: includes/functions/settings/_settings_page_general.php:1389
|
||||
msgid "Only do if shortcodes are not properly updated."
|
||||
msgid "Only do this if shortcodes are not properly updated."
|
||||
msgstr ""
|
||||
|
||||
#: includes/functions/settings/_settings_page_general.php:1489
|
||||
@ -9019,7 +9019,7 @@ msgid ""
|
||||
"your stories (metadata only)."
|
||||
msgstr ""
|
||||
|
||||
#: partials/_post.php:23 partials/_latest-posts.php:101
|
||||
#: partials/_post.php:24 partials/_latest-posts.php:101
|
||||
#, php-format
|
||||
msgctxt "Read more link aria label"
|
||||
msgid "Continue reading %s"
|
||||
|
@ -1,5 +1,9 @@
|
||||
.chapter-font-color {
|
||||
color: var(--text-chapter);
|
||||
|
||||
:is(h1, h2, h3, h4, h5, h6) {
|
||||
color: var(--text-chapter);
|
||||
}
|
||||
}
|
||||
|
||||
.chapter {
|
||||
|
Loading…
x
Reference in New Issue
Block a user