syamilmj / aqua-page-builder

Aqua Page Builder WordPress Plugin
238 stars 113 forks source link

Template shortcode field size, name attribute #145

Open sarojlakra opened 10 years ago

sarojlakra commented 10 years ago

Template shortcode input field in the builder area is too small and shortcode is fully not visible. making width:auto would be great

template_shortcode_field

template_shortcode_field_width_auto

syamilmj commented 10 years ago

Hey good call on the template name in the shortcode. I think to make it consistent, we should also include the template name inside the shortcode field provided on the panel.

This also means that setting width: auto, would potentially break things when the template names are longer.. In which case, I think setting a max-width value as well should be good.

Anyway, I just pushed a bunch of commits that conflict with this, so would you mind fetch & rebase on your machine, fix any conflicts and send another PR?

Thanks man, appreciate the contributions! :)

sarojlakra commented 10 years ago

Updated: #149

Thanks