• trying to nest a row of “1/2 + 1/2 columns” inside a row of “1/3 + 2/3” columns.

    i want the “1/2 + 1/2” inside the “2/3” portion of the “1/3 + 2/3” row.

    [su_row]
    [su_column size="1/3"]
    Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui
    [/su_column]
    [su_column size="2/3"]
    Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui
    [_su_row]
    [_su_column size="1/2"]
    Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui
    [_/su_column]
    [_su_column size="1/2"]
    Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui
    [_/su_column]
    [_/su_row]
    [/su_column]
    [/su_row]

    thx

    https://www.ads-software.com/plugins/shortcodes-ultimate/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter wndrdog

    (@wndrdog)

    hellllloooo? this should be a really simple question for someone … please ?

    Came here for the exact same issue. Any help would be appreciated.

    Hi
    In the 2/3 column would you need to add another row first?

    [su_row]
    
    [su_column size="1/3"]Content[/su_column]
    
    [su_column size="2/3"]
    
    [su_row]
    [su_column size="1/2"]Content[/su_column]
    [su_column size="1/2"]Content[/su_column]
    [/su_row]
    
    [/su_column]
    
    [/su_row]

    Colin

    He has that in his example–

    [su_row]
    [su_column size=”1/3″]
    content
    [/su_column]
    [su_column size=”2/3″]
    content
    [_su_row]
    [_su_column size=”1/2″]
    content
    [_/su_column]
    [_su_column size=”1/2″]
    content
    [_/su_column]
    [_/su_row]
    [/su_column]
    [/su_row]

    I believe the problem may be related to this post:
    https://www.ads-software.com/support/topic/nested-shortcodes-syntax-problem?replies=3

    I was actually able to work around it by using a second column plugin (built into my theme-Hueman) that has a different shortcode.

    Thread Starter wndrdog

    (@wndrdog)

    thanks SYNTAX53 for the link to post. i had already read and commented on that post, which inspired me to create this one of my own.

    in short, according to the SHORTCODES ULTIMATE DEVELOPER, this is SUPPOSED to work via CSS-ONLY … and I REALLY NEED to keep this simple for my clients to update in the future …

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘nested rows’ is closed to new replies.