Genesis Translations

plugin banner

This plugin adds Bootstrap column classes to widgets, built mainly as an extention for the Genesis Framework

Author:Jory Hogeveen (profile at wordpress.org)
WordPress version required:3.1
WordPress version tested:6.5
Plugin version:1.3.1
Added to WordPress repository:03-08-2015
Last updated:08-04-2024
Rating, %:90
Rated by:8
Plugin URI:https://wordpress.org/plugins/genesis-widget-...
Total downloads:88 440
Active installs:9 000+
plugin download
Click to start download

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.

Compatibility (IMPORTANT!)

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.

Filter: `genesis_widget_column_classes`

Allows you to change the available column classes

Parameters: array Default column classes.
Return: array Array of column classes.

Filter: `genesis_widget_column_classes_capability`

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.

Filter `genesis_widget_column_classes_select_multiple`

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:


Screenshots
ChangeLog