After updating from 7.x-3.x-dev on 7.x-3.0 is changed the default font. In the settings I use as default font: Calibri, Candara .. . But after updating is displayed Trebuchet MS as the default font. In the settings is still Calibri as the default font adjusted.

After I saved the configuration (admin/appearance/settings/my-subtheme) without changing anything, Calibri is now back displayed as default font.

Comments

wusel’s picture

After updating an AdaptiveTheme, it is always necessary to save the theme-settings!

bneil’s picture

We 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

Jeff Burnz’s picture

Category: bug » support

I 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.

mattbloomfield’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)