Closed (works as designed)
Project:
AdaptiveTheme
Version:
7.x-3.0
Component:
Theme Settings
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
4 Aug 2012 at 18:36 UTC
Updated:
3 Apr 2022 at 13:48 UTC
Jump to comment: Most recent
Comments
Comment #1
wusel commentedAfter updating an AdaptiveTheme, it is always necessary to save the theme-settings!
Comment #2
bneil commentedWe have had a similar issue. We'd like to save theme settings via drush or through a custom module. We are building out a multisite where all of the sites will share a common theme based on AdaptiveTheme. It wouldn't be practical to have to manually save the theme settings form for each site after an update.
Similar issues:
#1578396: Auto generate subtheme default theme settings
#1738150: Generate files every time theme cache is cleared
6.x
#728450: theme settings variables not initialized until theme settings page loaded
Comment #3
Jeff Burnz commentedI don't think the OP is really a bug, its just something that happens - an artifact of upgrading and to be honest not really worth coding around.
@bneil - its a big issue and one I am asked about a lot - the bottom line is Drupal 7 does not have a proper install for themes, instead they are just sort of "enabled" and we would need to fire the submit functions on theme enable - this could be kind of dangerous but probably doable.
Comment #4
mattbloomfield commented