Skip to content

1.1.8

Choose a tag to compare

@cursor cursor released this 31 Aug 16:39
· 1 commit to main since this release
26714e6

1.1.8

  • New: Icon size setting (px) under FAQs → Settings → Toggle Icon, applied to Divi and generic accordion icons.
  • Fix: Open-state (close) toggle icon is shown only when “Allow an open FAQ to be closed…” is checked; otherwise it stays hidden like default Divi. Visibility is gated by data-allow-close.
  • Fix: FAQ close JS always loads for Divi markup and respects data-allow-close in capture phase, so an enqueued (even empty/commented) Foundation divi-accordion-close.js can no longer disable or double-fire close on [fsm_display_faqs].
  • Fix: When Foundation’s fsm-divi-accordion-close handle is enqueued, Divi FAQ markup keeps data-allow-close="1" (close icon visible) even if the settings checkbox is unchecked, matching the kit’s global close behavior.
  • Fix: Toggle hover background also applies to open FAQ items when close is afforded (data-allow-close="1"), for both Divi and generic markup.
  • Fix: Generic accordion title padding and button height scale with icon size so large icons (up to 64px) do not overlap question text or get clipped by overflow:hidden.
  • New: Animated toggle icons — chevron/caret/angle rotate 180° in place; Plus/Minus morphs via CSS bars on the generic accordion and still swaps glyphs instantly on Divi.

1.1.7

  • Fix: Keep the open-item toggle icon visible when closing is allowed — Divi accordion CSS sets display:none on .et_pb_toggle_open > .et_pb_toggle_title::before; Settings-driven SVG/ET icons now force display:inline-block !important on open state when allow_close is on.