You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The beans_get_layout_class() is very powerful in that it automatically builds the class attributes for the content and each of the select sidebars based upon:
The selected layout for that web page.
Each enabled sidebar (widget area).
However, it's limited to one set of grid configuration settings:
Let's enhance this function, allowing you to configure multiple breakpoints.
For example, let's say you are building a theme that uses large and medium breakpoints. This enhancement would allow you to define and configure what you want and then Beans just handles it for you.
The
beans_get_layout_class()
is very powerful in that it automatically builds the class attributes for the content and each of the select sidebars based upon:However, it's limited to one set of grid configuration settings:
Let's enhance this function, allowing you to configure multiple breakpoints.
For example, let's say you are building a theme that uses large and medium breakpoints. This enhancement would allow you to define and configure what you want and then Beans just handles it for you.
Notes
The problem was original identified by Alex in this Community Forum post.
The text was updated successfully, but these errors were encountered: