Skip to content

v1.0.7 - Bug fixes for custom CSS and accordion initialization

Choose a tag to compare

@NichlasB NichlasB released this 20 Mar 23:40
· 6 commits to main since this release

What's New in v1.0.7

This release fixes two critical bugs affecting the frontend display of FAQs. Custom CSS entered via the admin panel will now properly apply to shortcode-rendered FAQ pages, and accordions will correctly initialize in a collapsed state on page load.

Highlights

  • Fixed custom CSS not applying on shortcode-rendered FAQ pages
  • Fixed accordion items remaining open due to incorrect CSS selectors
  • Added reliable CSS attachment helper function for shortcode contexts

Changelog

[1.0.7] - 2026-03-21

Fixed

  • Fixed custom CSS not applying on shortcode-rendered FAQ pages by adding �lynt_faq_attach_inline_custom_css() helper function
  • Fixed accordion items remaining open on page load due to incorrect container-scoped CSS selectors in JavaScript
  • Ensured custom CSS is properly attached when the [alynt_faq] shortcode enqueues frontend styles

Upgrade Notes

No breaking changes in this release. This is a recommended bug fix update for all users, especially those using the [alynt_faq] shortcode or custom CSS styling.