Title: Needed features
Last modified: August 31, 2016

---

# Needed features

 *  [Pat](https://wordpress.org/support/users/banjax/)
 * (@banjax)
 * [10 years ago](https://wordpress.org/support/topic/needed-features-1/)
 * I love this plugin, but I can’t use it in it’s current form. Can you consider
   some improvements?
 * The div that gets added has no class or id tag, so I cannot write CSS to style
   it. I’d love to be able to make a light yellow box with a border, but there is
   nothing to point the style tag to.
 * Secondly, having the option to place the div at the beginning AND/OR end of the
   post would be great.
 * Thirdly, have an optional header for the div where I can fill in “Additional 
   info” or “More information” or whatever I please.
 * Just some thoughts. But this is a great plugin to start out! Thanks
 * [https://wordpress.org/plugins/blocky/](https://wordpress.org/plugins/blocky/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Cameron Jones](https://wordpress.org/support/users/cameronjonesweb/)
 * (@cameronjonesweb)
 * [10 years ago](https://wordpress.org/support/topic/needed-features-1/#post-7228750)
 * Hi Pat,
 * Thanks for your feedback and glad to hear you love the plugin. There’s plenty
   of room for improvement and I’m more than happy to consider your suggestions.
 * On your first point, there is no class added to the div, however there is a class
   input so you can add your own classes to content blocks. They do have a data 
   attribute, so if you want to target all content blocks, you can use for example
 *     ```
       div[data-blocky-version]{
       background: yellow;
       border: 1px solid;
       }
       ```
   
 * I’ll add a filter anyway so you can set a default class and I’ve opened up an
   [ticket on GitHub](https://github.com/cameronjonesweb/blocky/issues/4).
 * Your second point is a bit of an interesting one, I think it would be best if
   you want this to just leave the post content blank and place your intended post
   content in a second content block. I’ve opened up [a ticket on GitHub](https://github.com/cameronjonesweb/blocky/issues/5)
   anyway but I’ll have to investigate further. It’s a complicated issue though.
 * For your last point, the best approach would probably be to just have two content
   blocks, the first with your ‘Additional info” and the second with whatever information
   you’re currently using content blocks to display. Judging by your earlier comments
   regarding styling, you’d probably need a wrapper for all content blocks so I’ll
   add a setting for that as well, addressed with [this GitHub ticket](https://github.com/cameronjonesweb/blocky/issues/6).
   Additionally, I plan to build infrastructure that allows you to add your own 
   settings to content blocks (currently there is only class and content, and 1.3
   will introduce background colours, background images and custom css) but that
   is still some way off.
 * Thanks,
    Cameron

Viewing 1 replies (of 1 total)

The topic ‘Needed features’ is closed to new replies.

 * ![](https://ps.w.org/blocky/assets/icon-128x128.png?rev=1215305)
 * [Blocky! - Additional Content Blocks](https://wordpress.org/plugins/blocky/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/blocky/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/blocky/)
 * [Active Topics](https://wordpress.org/support/plugin/blocky/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/blocky/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/blocky/reviews/)

## Tags

 * [div](https://wordpress.org/support/topic-tag/div/)

 * 1 reply
 * 2 participants
 * Last reply from: [Cameron Jones](https://wordpress.org/support/users/cameronjonesweb/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/needed-features-1/#post-7228750)
 * Status: not resolved