Title: a good framework but some basic features are missing
Last modified: September 3, 2016

---

# a good framework but some basic features are missing

 *  [Webprom Design](https://wordpress.org/support/users/webprom/)
 * (@webprom)
 * [11 years ago](https://wordpress.org/support/topic/a-good-framework-but-some-basic-features-are-missing/)
 * This framework has some built-in features and simple page builder. It’s good.
 * There is a serious disadvantage: you can’t edit anything created by plugin in
   default wp editor mode, it’s simply becomes empty. Very bad thing for development.
 * The second disadvantage is the lack of options in visual page builder, to change
   options, i.e. to add some unique class, you need to study documentation and to
   modify in your wp theme. I think each element must have a unique ID or class 
   at least.

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

 *  [magnus.sjogren](https://wordpress.org/support/users/magnussjogren/)
 * (@magnussjogren)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/a-good-framework-but-some-basic-features-are-missing/#post-7990857)
 * Indeed, the id’s and settings of classes is really missing.
    Otherwise I like
   it.
 *  Plugin Author [Unyson](https://wordpress.org/support/users/unyson/)
 * (@unyson)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/a-good-framework-but-some-basic-features-are-missing/#post-7990858)
 * > you can’t edit anything created by plugin in default wp editor mode, it’s simply
   becomes empty. Very bad thing for development.
 * [https://github.com/ThemeFuse/Unyson/issues/783#issuecomment-137479345](https://github.com/ThemeFuse/Unyson/issues/783#issuecomment-137479345)
 * > to add some unique class, you need to study documentation and to modify in 
   your wp theme. I think each element must have a unique ID or class at least.
 * This can be resource consuming (because of shortcode attr decode) and it doesn’t
   have sense to make extra computation and generate a lot of ids that will not 
   be used. Also we can’t make this feature by default for all shortcodes, because
   it wasn’t there initially and a lot of users added that feature using custom 
   methods or [this (recommended) method](http://manual.unyson.io/en/latest/extension/shortcodes/index.html#enqueue-shortcode-dynamic-css-in-page-head).
 * —-
 * Thank you very much for your feedback
 *  [Themezly](https://wordpress.org/support/users/themezly/)
 * (@themezly)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/a-good-framework-but-some-basic-features-are-missing/#post-7990862)
 * Unyson is a framework for developing themes and primarily focused on simplicity
   and options to extend it. To add ID , class or anything you need , all you have
   to do is add an option type and output it in the view. It is a 10sec process.
   Here is my version of adding classes [http://prntscr.com/8jjlvr](http://prntscr.com/8jjlvr),
   this is the output, [http://prntscr.com/8jjktm](http://prntscr.com/8jjktm) .
   
   I am glad that dev team did not do this since my way of doing things might be
   different than others. They gave us an awesome framework and huge array of options
   to extend it. Don’t be afraid to get your hands dirty.

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

The topic ‘a good framework but some basic features are missing’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/unyson_4e6064.svg)
 * [Unyson](https://wordpress.org/plugins/unyson/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/unyson/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/unyson/)
 * [Active Topics](https://wordpress.org/support/plugin/unyson/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/unyson/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/unyson/reviews/)

 * 3 replies
 * 4 participants
 * Last reply from: [Themezly](https://wordpress.org/support/users/themezly/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/a-good-framework-but-some-basic-features-are-missing/#post-7990862)