Skip to content

Fictioneer Minimalist 1.0.6

Latest
Compare
Choose a tag to compare
@Tetrakern Tetrakern released this 15 Dec 22:17
· 1 commit to main since this release

This update fixes the mobile menu toggle for Fictioneer 5.27.0 or higher.

Manual Update Guide

Open the affected files in an editor of your choice or the Theme File Editor in the admin panel.

In the functions.php

// ---> Search for (line 506):
<label for="mobile-menu-toggle" class="mobile-menu-button follows-alert-number">
// ---> Replace with:
<button class="mobile-menu-button follows-alert-number" data-fictioneer-follows-target="newDisplay" data-action="click->fictioneer#toggleMobileMenu">

// ---> Search for (line 512):
</label>
// ---> Replace with:
</button>

In the style.css

/* ---> Search for: */
Version: 1.0.5
/* ---> Replace with: */
Version: 1.0.6

Release Notes

  • Info: Refer to the release on GitHub for a manual update guide
  • Fixed: The mobile menu toggle does not work with 5.27.0