Closed (fixed)
Project:
Omega Tools
Version:
7.x-3.0-rc3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2011 at 18:51 UTC
Updated:
2 Mar 2012 at 16:10 UTC
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
Comment #1
himerus commentedThis 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
(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.