[Resolved] Lightweight Grid Columns don't show rows

Home Forums Support [Resolved] Lightweight Grid Columns don't show rows

Home Forums Support Lightweight Grid Columns don't show rows

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #789301
    casimiro

    Hi
    I can’t see “Add Row” when I use section on a page, only “Add Media”
    Thanks

    #789361
    casimiro

    I think it’s a bug of the latest version.
    It’s possible?

    #789377
    Leo
    Staff
    Customer Support

    Hi there,

    It is a bug indeed and it’s fixed in the next version:
    https://generatepress.com/forums/topic/how-to-create-columns-in-sections/#post-775586

    If you want to test it out, feel free to give us a shout.

    I will also mention that we will be implementing Sections Block with Gutenberg so you will be able to use Gutenberg columns inside Sections block and no longer have to use LGC.

    #789492
    casimiro

    If you want to test it out, feel free to give us a shout.

    Ok
    I will try to test it

    #789551
    Leo
    Staff
    Customer Support

    Thanks!

    Can you send us an e-mail through Account Issue here if you haven’t already done so?
    https://generatepress.com/contact/

    Just mention this topic URL.

    #790208
    casimiro

    Hi
    It does not seem to work well.
    If I activate sections I lose all the settings
    and I lose the sidebars and all the configuration.
    I put on Layout Box type Contained and Full width, the same thing happens.
    And it would be good if you saw the box in the row, before I think it looked

    #790246
    Tom
    Lead Developer
    Lead Developer

    If I activate sections I lose all the settings

    Which settings?

    and I lose the sidebars and all the configuration.

    This is standard in the Sections module – it removes sidebars as the Sections are meant to be full width by default. This has always happened.

    Let me know πŸ™‚

    #790256
    casimiro

    ok, I didn’t know that.
    We can’t have columns respecting the container and right bars.
    πŸ™
    It’s possible center text at middle in the second colums?
    If I’ve a image in a column and text in second I want text place in the middle not at top.
    Thanks
    P.D.
    I forgot, this also modifies the slider below the menu to full.

    #790545
    Tom
    Lead Developer
    Lead Developer

    You can make it so the sidebars show up when using Sections: https://docs.generatepress.com/article/allow-sidebars-sections/

    We’re working on a Sections block for the new Gutenberg editor, which will give you a lot more freedom when using Sections.

    Should be possible to vertically center your columns – can you link me a page where I can see your columns?

    #790558
    casimiro

    You can make it so the sidebars show up when using Sections: https://docs.generatepress.com/article/allow-sidebars-sections/

    Yes but I think that the slider below menu can’t adjust and it show at full.

    the new Gutenberg editor

    I still at 4.9.9 in wordpress, It’s really worth updating for that?

    Should be possible to vertically center your columns – can you link me a page where I can see your columns?

    Yes of course, I put it in the first post. In “Your website URL”
    thanks πŸ˜‰

    #790569
    Tom
    Lead Developer
    Lead Developer

    Gutenberg isn’t perfect, but we like it a lot. Once our Sections block is released, it will definitely be better than the current Sections module.

    As for the centering issue, try this CSS:

    .lgc-column {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #790759
    casimiro

    Thanks

    #791178
    Tom
    Lead Developer
    Lead Developer

    No problem πŸ™‚

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