Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mbaynard

    (@mbaynard)

    Been doing some testing and I think this may be a use error but the documentation does not address it.

    If you start a page and you want two colums you use a one_half and another one_half. When does the one_half_last come into play.

    Also, if you want two columns then a full width then two columns would you use.

    [one_half]
    colum one text
    [/one_half]

    [one_half]
    colum two text
    [/one_half]

    [full_width] [/full_width]

    [one_half]
    colum one text
    [/one_half]

    [one_half]
    colum two text
    [/one_half]

    Where does the [one_half_last] come into play.

    Thread Starter mbaynard

    (@mbaynard)

    Anyone have any ideas on this one?

    Plugin Author Stefan van den Dungen Gronovius

    (@dungengronovius)

    A columns with last suffix should clear the columns of a row.
    In your case you want to clear after each second half column. The code should be something like:

    [one_half]
    colum one text
    [/one_half]
    [one_half_last]
    colum two text
    [/one_half_last]
    [full_width] [/full_width]
    [one_half]
    colum one text
    [/one_half]
    [one_half_last]
    colum two text
    [/one_half_last]

    Thread Starter mbaynard

    (@mbaynard)

    Well, I’ve followed all the rules using [/one_half_last] and still no joy. I’m just lost as to why this wont work for me.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Codes not responding on page’ is closed to new replies.