In Weaver Pro II help, you had listed all of the classes included in the Theme/Plugin CSS. These classes were in addition to shortcodes and I would suggest that you add the predefined classes to the Xtreme Help guide. For example, in Weaver Pro II the class for columns was:
<div class=”content-2-col-left”>Put your left column stuff here.</div>
<div class=”content-2-col-right”>Put your Right column content here.</div>
<div class=”clear-cols”></div>
In Xtreme, the predefined class has changed to:
For 2 columns:
<div class=”content-2-col”>First column content</div>
<div class=”content-2-col”>Second column content</div>
<div style=”clear:both;”></div>
Slight variation, but for those of us transitioning or even just learning, Xtreme, I would like to see a complete list of the the pre-defined classes that would provide shortcuts as opposed to custom css.
Not sure the angle brackets will translate in the editor….