Toggle Anything

Description

The Toggle Anything block allows you to control visibility of other blocks on the page via user interaction.
A common example is a pricing page where a user can toggle between monthly vs yearly subscription pricing. With this plugin allows you to design your own pricing tables using core blocks, then control the which items are visible or hidden when the switch is toggled.

Features

  • Toggle visibility of any element on the page. Does not need to be a nested block.
  • Set a default toggle state.
  • Choose your own “On” and “Off” state class names.
  • Non-Javascript friendly. Default state content displays, toggle is hidden.
  • Additional classes to show or hide other related components on non-Javascript browsers.
  • Multiple toggles allowed on the same page.
  • Multiple design configurations for each toggle.
  • Option for adding text in on/off positions.
  • Easy Custom CSS additions for each toggle/switch component.

Screenshots

  • General block view and settings
  • Basic toggle settings for classes and default state
  • Optional text settings
  • Various styling options
  • Setting the show/hide classes on other blocks
  • Pricing page example

Blocks

This plugin provides 1 block.

  • Toggle Anything A customizable toggle switch to control visibility of any block.

Installation

Use the standard WordPress plugins installation page and install or upload the plugin. After plugin activation the block “Toggle Anything” will be visible in the editor.

FAQ

Can I add multiple blocks to the same page?

Yes.

Are the block styles customizable?

Yes.

What about non-Javascript enabled browsers?

We’ve got you covered there too. The toggle will automatically be hidden, and the default toggle class will be displayed.
The block also includes other “no-JS” classes you can use for hiding/showing content.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Toggle Anything” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Toggle Anything” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • Add selector components for making classes easier to add
  • Use HTML Tag processor API for adding classes on rendered page
  • Reduce whitespace in inline css in the save markup
  • Conditionally add inline css selectors

0.2.1

  • Tweak no-js functionality

0.2.0

  • Option for display type (block, flex, etc)
  • Default switch position on page load
  • No JavaScript page load fallback

0.1.0

  • Release