[Resolved] Header Addon & Grid Layout

Home Forums Support [Resolved] Header Addon & Grid Layout

Home Forums Support Header Addon & Grid Layout

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #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.

    #69753
    Tom
    Lead Developer
    Lead Developer

    Hi 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;
    	}
    }
    #264407
    Daniel

    Any news on your grid addon?

    #264414
    Leo
    Staff
    Customer Support

    I think Tom is referring to the Sections feature?
    https://docs.generatepress.com/article/sections-overview/

    What are you trying to accomplish?

    #264415
    Tom
    Lead Developer
    Lead Developer

    No it’s lightweight grid columns – that link used to link to another plugin but I updated it a while ago πŸ™‚

    #264416
    Leo
    Staff
    Customer Support

    ahh I see. Way to make it confusing πŸ™‚

    #264439
    Tom
    Lead Developer
    Lead Developer

    Yea that’s my bad lol

    #360637
    arabsworks

    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.

    #360652
    Leo
    Staff
    Customer Support

    Have you tried Tom’s lightweight grid columns? https://wordpress.org/plugins/lightweight-grid-columns/

    #360669
    arabsworks

    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.

    #360733
    Leo
    Staff
    Customer Support

    Most 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

    #537502
    Kristin

    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;
    }
    }

    #537537
    Tom
    Lead Developer
    Lead Developer

    Most grid plugins should be responsive by default, so that code shouldn’t be necessary πŸ™‚

    #538842
    Kristin

    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!!

    #539159
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad I could help πŸ™‚

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.