• Resolved LCoTX

    (@lcotx)


    Great Plugin – Thanks!
    But
    I’ve found 2 bugs in this plugin (and have rigged a workaround)

    (I am only using and have only tried two columns)

    1)
    A Header tag breaks the second column!
    <h2>subtitle</h2>
    kills the second column!

    I am trying to make two columns, each with a subtitle and content

    as a work around I have used:
    [bscolumns class=”one_half_last”]
    <p>subtitle</p>

    2)
    If the first column is not longer than the first column, the second column dies and content reverts to one column. i.e. second column content continues below first column.

    as a work around I added to my first column content:
    (one or two or however is necessary)
    <p> </p>

    http://wordpress.org/plugins/wens-responsive-column-layout-shortcodes/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Bhuwan Bdr. Rokaha

    (@bhuwanroka)

    This will be fixed ASAP. if you post the exact content that you produces the output?

    Thanks

    Thread Starter LCoTX

    (@lcotx)

    kind of hard.. but this code breaks the columns

    [bscolumns class="one_half"]
    <h2>Your Content Title here</h2>
    Your Content Goes here
    [/bscolumns]
    
    [bscolumns class="one_half_last"]
    <h2>Your Content Title here</h2>
    Your Content Goes here
    [/bscolumns]

    But this code columns into two fine:

    [bscolumns class="one_half"]
    <h2>Your Content Title here</h2>
    Your Content Goes here
    [/bscolumns]
    
    [bscolumns class="one_half_last"]
    <strong>Your Content Title here</strong>
    Your Content Goes here
    [/bscolumns]
    Plugin Author Bhuwan Bdr. Rokaha

    (@bhuwanroka)

    The bugs you mentioned above are fixed and updated. Please confirm it.
    Please let me know, if any further help needed.

    Plugin Author Bhuwan Bdr. Rokaha

    (@bhuwanroka)

    Already fixed !

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘2 Bugs’ is closed to new replies.