http://drupal.org/project/auto_nodetitle module work wrong with Genesis script.js (animates submit buttons).
Solution:
remove #node-form>div>div>#edit-submit from script.js.
Thanks for another great starter theme!
http://drupal.org/project/auto_nodetitle module work wrong with Genesis script.js (animates submit buttons).
Solution:
remove #node-form>div>div>#edit-submit from script.js.
Thanks for another great starter theme!
Comments
Comment #1
Jeff Burnz commentedOK, I tested this:
Page type, tried all 3 options:
- Disabled
- Automatically generate the title and hide the title field (tokens used [nid] [type] [author-name])
- Automatically generate the title if the title field is left empty (same tokens as above)
First two I had no issues.
With the 3rd the [nid] did not get added when I left the title field empty - this is documented in the Automatic Nodetitles issue queue - http://drupal.org/node/194197
Switching the [nid] token for [term] I tried all 3 again - no issues encountered.
Perhaps you could elaborate on your configuration as I encountered no abnormalities.
Comment #2
Jeff Burnz commentedComment #3
Jeff Burnz commented