syamilmj / aqua-page-builder

Aqua Page Builder WordPress Plugin
238 stars 114 forks source link

Section Block #166

Open jonathandnielsen opened 9 years ago

jonathandnielsen commented 9 years ago

How would you make a "section" block where you can divide the page into sections with different background colors etc. I tried to modify the column block but i'm not getting it to work. Some help would be appreciated. Thanks!

jonathandnielsen commented 9 years ago

Implementing this as a feature would be great as well.

ragzor commented 9 years ago

Hello!

I achieved the similar effect by wrapping the contents of block_callback() function inside aq-column-block.php with a div something like this <div class="white-bg"></div>.

ofcourse create a new custom block and don't modify the plugin core files.

Hope it helps,

jonathandnielsen commented 9 years ago

Thank you very much! I'll give it a try.