Skip to content

Fictioneer 5.22.2

Compare
Choose a tag to compare
@Tetrakern Tetrakern released this 14 Aug 16:45
· 521 commits to main since this release

As expected, there are a few issues to iron out from the last release, but I have also added some new features and refinements. Most importantly, the entire page padding system has been replaced. If you have never touched the theme with custom code, this will not affect you. Skip ahead, be happy.

However, if you have made custom modifications, there is a slight chance (though I’m 99 percent sure it will be fine) that you may need to edit some of said customizations. This just had to be done.

Please consider supporting me on Ko-fi, Patreon, or GitHub Sponsors if you like the theme.

Release Notes

  • Note: If you use the Minimalist child theme, you need to update it to 1.0.1 (+) as well
  • Fixed: The password bypass feature does no longer disable caching for list templates
  • Fixed: Disabling the sidebar on individual posts/pages should now always work
  • Fixed: Extremely wide elements (like sliders) should no longer break the sidebar layout
  • Fixed: The local no-covers setting is now applied on the Story Page template
  • Fixed: The sidebar is now hidden in the chapter print layout
  • Fixed: The info boxes on Latest Stories cards are no longer broken if taxonomies are hidden
  • Fixed: Tooltips should now always wrap regarding of the element they are on
  • Fixed: The border-radius for the story action buttons is now always applied correctly
  • Improved: The hidden flag now sets the noindex meta rule on the Story Page template
  • Improved: Further refined small card font size and grow factor for small widths
  • Improved: Updated the shortcode documentation with the "lightbox" parameter
  • Changed: The Canvas Page template does no longer remove the page padding by default
  • New: Added meta field to disable the page padding on individual posts
  • New: Added option to hide categories on posts
  • New: Added feature to cache the HTML of story cards
  • New: Added "infobox" parameter to shortcodes to hide the info boxes
  • New: Added "source" parameter to Latest Stories/Updates shortcodes
  • Dev: Fixed typo in action context parameter 'singular-ca[v]nas-page'
  • Dev: Fixed typo in function context parameter 'devi[c]e_body_classes'
  • Dev: Refactored the entire page padding system because it sucked