- This topic has 14 replies, 6 voices, and was last updated 5 years, 5 months ago by
Tom.
-
AuthorPosts
-
January 28, 2015 at 3:07 pm #69705
Gil
I have a couple of questions:
1. I am looking to add a “featured” section above the actual content on the home page. Much like you have on your home page with the section that contains “Free WordPress Theme…” Which Plugin would I buy for that?
2. Is the columns grid plugin used on your site (homepage) a part of your suite or is it from a different source? I am looking to add columns and cannot find a responsive one that works like your homepage.
January 28, 2015 at 10:03 pm #69753Tom
Lead DeveloperLead DeveloperHi Gil,
1. I’m using our Page Header add-on for the homepage.
2. I’m working on an add-on with columns, but for now I’m using this one: https://wordpress.org/plugins/lightweight-grid-columns/
I had to add my own CSS to make it responsive:
@media screen and (max-width: 768px) { .column-grid .column { width: 100%; margin: 0; padding: 0; float: none; } }
January 15, 2017 at 5:21 pm #264407Daniel
Any news on your grid addon?
January 15, 2017 at 6:03 pm #264414Leo
StaffCustomer SupportI think Tom is referring to the Sections feature?
https://docs.generatepress.com/article/sections-overview/What are you trying to accomplish?
January 15, 2017 at 6:07 pm #264415Tom
Lead DeveloperLead DeveloperNo it’s lightweight grid columns – that link used to link to another plugin but I updated it a while ago π
January 15, 2017 at 6:09 pm #264416Leo
StaffCustomer Supportahh I see. Way to make it confusing π
January 15, 2017 at 9:33 pm #264439Tom
Lead DeveloperLead DeveloperYea that’s my bad lol
August 6, 2017 at 10:48 am #360637arabsworks
Hi Tom,
With many many request for grid add-on and the many corresponding support tickets which keep asking for grid code solutions, we hope the grid add-on see this light soon.
August 6, 2017 at 11:18 am #360652Leo
StaffCustomer SupportHave you tried Tom’s lightweight grid columns? https://wordpress.org/plugins/lightweight-grid-columns/
August 6, 2017 at 12:05 pm #360669arabsworks
I tried Tomβs lightweight grid columns but still not loading with wordpress 4.8.1
With so many support request for grid code solutions I think grid Add-on is the way to go.
August 6, 2017 at 3:45 pm #360733Leo
StaffCustomer SupportMost people are happy with lightweight grid columns solution. I just tried with WordPress 4.8.1 and it’s working for me.
You can also try GP’s grid system like this:
<div class="grid-33 tablet-grid-50 mobile-grid-100">
See an example here: https://generatepress.com/forums/topic/footer-bar-2/#post-359858
March 31, 2018 at 6:35 pm #537502Kristin
Hello, I’m going to try Tom’s Lightweight Grid Columns plug-in with GeneratePress, but can someone tell me whether I should add his extra CSS (copied below) to the pages where I use the grids (perhaps using Tom’s other plugin Simple CSS), or to the Customize / Additional CSS area?
@media screen and (max-width: 768px) {
.column-grid .column {
width: 100%;
margin: 0;
padding: 0;
float: none;
}
}March 31, 2018 at 8:25 pm #537537Tom
Lead DeveloperLead DeveloperMost grid plugins should be responsive by default, so that code shouldn’t be necessary π
April 2, 2018 at 9:57 am #538842Kristin
Thanks Tom, took me a minute to figure out how to use the plugin (I’m not technical), but I got it to work and it looks great on all devices!!
April 2, 2018 at 5:06 pm #539159Tom
Lead DeveloperLead DeveloperAwesome, glad I could help π
-
AuthorPosts
- You must be logged in to reply to this topic.