5,000+
November 12, 2024
August 3, 2015
As easy as it gets. Add column classes to widgets with a select box, check whether the widget is the first, and save!
I’ve built this plugin for the Genesis Framework, though it will work with any theme that uses the (old) Bootstrap column classes.
You can also add your own classes through various filters to use this plugin with your theme’s grid framework.
This plugin does NOT add CSS for these columns. It ONLY adds the column classes to your widgets. The actual CSS should be added in your theme.
Allows you to change the available column classes
Parameters: array Default column classes.
Return: array Array of column classes.
Change the capability required to modify column classes.
Since 1.2.2
Default: edit_theme_options
Parameters: string The default capability.
Return: string The new capability.
Allow multiple classes to be selected.
Since 1.3
Return: boolean.
You can use these filters inside your theme functions.php file or in a plugin.
You can find me here:
Installation of this plugin works like any other plugin out there. Either:
Or search for “Genesis Widget Column Classes” via your plugins menu.
No FAQ provided.
Detailed info: PR on GitHub
genesis_widget_column_classes_select_multiple to allow multiple class selections. #8 Detailed info: PR on GitHub
Detailed info: PR on GitHub
Detailed info: PR on GitHub
genesis_widget_column_classes_capability. Change the capability required to modify column classes.Detailed info: PR on GitHub
widget_display_callback hook.genesis_widget_column_classes to add/modify available column classes.| Version | Download | Type |
|---|---|---|
| 1.3.1 | Download | Stable |
| 1.3 | Download | Stable |
| 1.2.4.1 | Download | Stable |
| 1.2.4 | Download | Stable |
| 1.2.3 | Download | Stable |
| 1.2.2 | Download | Stable |
| 1.2.1 | Download | Stable |
| 1.2 | Download | Stable |
| 1.1.4 | Download | Stable |
| 1.1.3 | Download | Stable |
| 1.1.2 | Download | Stable |
| 1.1.1 | Download | Stable |
| 1.1 | Download | Stable |
| 1.0.1 | Download | Stable |
| 1.0 | Download | Stable |
| Development | Download | Trunk |