With Omega 7-3.0 subtheme:

Did the export (clicked button, not manually) and disable secondary menu came back (it was unchecked

Though I see this in the code that exports: settings[toggle_secondary_menu] = '0'

Also using Context + Delta (none of the Deltas have secondary menu checked).

Comments

himerus’s picture

Category: bug » support
Status: Active » Fixed

This is a "common" problem, as those items are controlled by the main settings for a theme, and not automatically exported in Omega Tools.

You can add the following to your .info file (above the settings[] array) in order to make sure the values stay in any future revert of the theme settings.

http://drupal.org/node/171205#features

features[] = logo
features[] = name
features[] = slogan
features[] = node_user_picture
features[] = comment_user_picture
features[] = favicon
features[] = main_menu
;features[] = secondary_menu

(note the ; (semicolon) prior to the secondary menu) You can comment out any item here you want turned off in your theme. Standard Drupal theme .info stuff, but not included by default in Omega starterkit .info files. This might be something to add at a later point.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.