I created a sub-theme with the theme generator theme and I have a few questions. I searched in many places but could not find documentation for these.

  1. Shortcode CSS Classes - What do these do? Is this for use in the UI, i.e. wysiwyg?
  2. Colorize regions - This is grayed out in my sub-theme but I don't see any text indicating that a dependency is missing.
CommentFileSizeAuthor
2016-03-04_18-19-44.png174.25 KBDanny Englander
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Danny Englander created an issue. See original summary.

Jeff Burnz’s picture

1) You could use shortcodes in WYSIWYG, however they are more designed to be used with the input fields provided. They take some thought and experimentation to figure out how they all work - for example you can position blocks and animate them, etc etc.

2) Its because you have Debug Layout checked.

I have to check through those debugging options, I built them ages ago and havent tested them much lately, thanks for the push :)

Jeff Burnz’s picture

OK, so clearly this debugging stuff needs work :/

Danny Englander’s picture

Thanks for all your help Jeff! I'm still fumbling around with all this stuff anyway.

Jeff Burnz’s picture

Sorry about the debugging stuff, I wrote it a long time ago and the theme's markup changed, so I need to update the debuggers. I'll do it this week, cheers.

Jeff Burnz’s picture

Status: Active » Closed (fixed)

This appears to be working OK now.