Rating: 3 stars
I use this plugin for my site. It has a good basic functionality that works for items like restaurant menus. My only beefs with this plugin are that there is no free support for the plugin, and the author doesn’t seem to respond to any queries on here. The plugin is not responsive, either, but thanks to a helpful plugin user who provided some code, this has been resolved. It would have been helpful for the plugin author to have included this, though. Finally, the author makes it a bit of a process to find the instructions for using the plugin. You have to log into your cPanel and dig through the files to get to the readme which showcases the instructions.
]]>Rating: 5 stars
I still use this plugin with success. It just won’t get any easier than this.
]]>Rating: 4 stars
This plugin is how things should be done, a great lightweight way to drop a versatile grid into any theme and to keep it when you change themes.
I wish that the TinyMCE button add-on by a different author was standard in this plugin as I often forget shortcodes over time and need to constantly look things up even though [column] is fairly memorable, the grid and span elements are not so.
]]>Rating: 4 stars
It will give you columns but unfortunately and contrary to what the author says, the columns are NOT responsive and will only shrink, they will not stack for mobile devices.
You can look at the CSS file and see there are no media queries, conformation of not being Responsive.
You have to add something like this to your theme’s CSS file to get this to work for smaller devices:
@media (max-width: 800px) {
.column { width: 100%!important;}
}
Just don’t use more than 4 columns.
]]>Rating: 5 stars
This is just perfect. I can’t really elaborate on it – just simple and effective. Love it.
]]>Rating: 5 stars
All good, simple and efficient. Easy to use to make things look great.
]]>Rating: 5 stars
After installing this plugin, some of my theme’s CSS classes were somehow changed from 50% width to 100% width, which affects the layout of my website. I’ve tried deactivating and deleting the plugin, which did nothing to restore those classes. I’ve checked my styles.css and nothing there is changed. Kind of strange.
I’d love to post this is a ticket on the ThemeHybrid forum, but I don’t want to pay to discuss a free plugin which negatively affected my website.
Still worth 5 stars though. It’s a great plugin, I just wish I had tested it in a development environment before using on a live server. Lesson learned.
]]>Rating: 5 stars
simple, great. does all it should, intelligent.
]]>Rating: 5 stars
This is a perfect plugin that is simple, well documented, and does what it says. It is very easy to implement and use, and I just may have to make this one of my “goes on every site” plugins. Thanks, Justin!
]]>Rating: 5 stars
A great solution for those without access to the theme sourcecode – easy to use, highly recommended!
]]>Rating: 5 stars
Long been looking for a responsive column that it actually does.
Well, you still have to insert the following code to your stylesheet:
@media (max-width: 700px) {
.column { width: 100%!important;}
}
But it works here with me on a Genesis Child Theme.
I hope that this plugin remains uptodate.
Has been working quite amazing with Grid Columns Media Button
Thanks
]]>Rating: 5 stars
Thanks!
]]>Rating: 5 stars
Great and useful plug-in highly recommended to anyone in need of grids.
]]>Rating: 5 stars
As stated, this plugin does one thing really well. I love how easy this is to use to get the exact formatting I’m looking for. Just great!
If you’d like a shortcode insert button to keep coding super simple, take a look at Grid Columns Media Button
]]>Rating: 5 stars
I’m pretty sure wp_autop inserts an unneeded paragraph closing tag, that results in invalid html & IE8 display problems. To work around this issue, I created a column container shortcode like this:
function column_container_shortcode($atts, $content) {
return do_shortcode($content);
}
add_shortcode('column_container', 'column_container_shortcode')
Then, I enclose the columns inside [column_container][/column_container]
, which applies the shortcode_unautop filter to the combined columns. I don’t have the luxury of ignoring IE8 problems.
Rating: 5 stars
Something easy for my client to use.
Thank you.
Useful to know that you would want to make the grid return to 1 column on mobile devices, by using this code:
@media screen and (max-width: 650px) {
.column {
width: 100%!important;
}
}
In your theme style sheet.
]]>Rating: 5 stars
The best approach I’ve ever seen. I use this plugin for all my themes.
]]>Rating: 5 stars
This is an extremely powerful plugin. Its better than everything else in the market in the sense it helps you to have custom spans in an unlimited sort of way.
]]>Rating: 5 stars
like all his plugins, of course. thanks ??
]]>Rating: 5 stars
.. it would have been soooo nice, to have something so useful and easy as this grid columns plugin – for the place one probably wants to have this columns option the most, the post categories pages!
Any cnace there’s a solution to that as well??
]]>Rating: 5 stars
I love the practical plugins that Justin Tadlock develops. This is a logical and practical approach to creating columnized content, and it is easy enough for my clients to use.
]]>Rating: 5 stars
This is the perfect plugin for creating columns on the fly. It’s easy to use, super simple and since Justin coded it, I don’t even have to dig into the code. I know that it will be work as promised and the code generated will be valid. Thanks
]]>