[Resolved] nested grid possible?

Home Forums Support [Resolved] nested grid possible?

Home Forums Support nested grid possible?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #259582
    Hans

    Hi Tom,

    I want to nest columns in your plugin “lightweight grid colums. I use the following code. Shortcodes are only visible in edit mode!

    [ lgc_column grid="50" tablet_grid="50" mobile_grid="100" last="false" ]
    
    [ lgc_column grid="25" tablet_grid="25" mobile_grid="50" last="false" ]
    <img class="size-medium wp-image-193 aligncenter" src="http://....png" alt="" width="248" height="300" />
    [ /lgc_column ]
    
    [ lgc_column grid="25" tablet_grid="25" mobile_grid="50" last="true" ]
    <img class="aligncenter size-medium wp-image-229" src="http://....jpg" alt="" width="300" height="300" />
    [ /lgc_column ]
    
    [ lgc_column grid="50" tablet_grid="50" mobile_grid="100" last="false" ]
    
    [table id=1 /]
    
    [ /lgc_column ]

    Unfortunately this does not work. Is there any possibility to nest columns?

    #259635
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Unfortunately not, but you can use the grid HTML inside the shortcode: https://gist.github.com/generatepress/c91aa4324f1eea21afda

    Hope this helps ๐Ÿ™‚

    #260259
    Hans

    Thanks for your help!

    #260280
    Tom
    Lead Developer
    Lead Developer

    You’re welcome ๐Ÿ™‚

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