• Hey!

    I really like your plugin, but there one problem issue I can’t resolve…

    I want to half 2 big columns and on the right half column I want to have 2 extra half columns…but the code gets crazy when trying to combine with this:

    [ezcol_1half]Half Column[/ezcol_1half]
    
    [ezcol_1half_end][ezcol_1half]Half Column[/ezcol_1half] [ezcol_1half_end]Half Column[/ezcol_1half_end]
    
    [/ezcol_1half_end]

    It should look something like this: http://onioneyethemes.com/tao/contact-form-7/

    Can you help me fixing this?

    Greets!

    http://ww.wp.xz.cn/plugins/easy-columns/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Looking for the same functionality. Is this possible with the plugin, and if so, what code should be used?

    I have also been looking for the same functionality. From what I can tell it confuses the plugin using the same shortcodes within each other. It’s not ideal but if you don’t have to use this half-in-half thing much, try using tables.

    <table class="hotrodtable">
    
    <td class="hotrodtable-td">CONTENT 1</td>
    <td class="hotrodtable-td">CONTENT 2</td>
    
    </table>
    .hotrodtable {
    width: 100%;
    border: 0;
    text-align: center;
    padding: 0;
    }
    
    .hotrodtable-td {
    border: 0;
    padding: 4px;
    }

    Something to that effect worked for me. Saves adding yet another plugin to get the same effect. Hope it helps anyone stumbling across this same issue.

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

The topic ‘Half columns in half columns’ is closed to new replies.