When I browse to 'admin/build/themes/settings/mobile_jquery', and uncheck the checkbox for "Rebuild theme registry for every page.", the box will get re-enabled after the Save Configuration button is clicked and the page reloads.

I've attempted to disable this within my subtheme's settings and within the basetheme's settings.

Thanks for a great theme/module!

Comments

Anonymous’s picture

Wow, I had a similar problem and I just found the answer... and it's weird.

When I click on the checkbox for "Rebuild theme registry on every page" to unset it, it won't toggle. Turns out that there is some subtle mis-alignment so I have to click below the checkbox. Then it toggles.

I certainly hope this helps somebody else since this is a really odd

mherchel’s picture

Thanks for the suggestion. That isn't my issue, as the checkbox will toggle. My issue is that the setting won't save.

You may be having a CSS issue, and it may be fixed if you try a different admin theme.

mrP’s picture

I'm having the same issue as mherchel with every checkbox setting on the 'admin/build/themes/settings/mobile_jquery' page.

mrP’s picture

I tried using variable_set() and the settings still revert back.

mrP’s picture

something funky going on in theme-settings.php for any php inclined folks that can review.

mrP’s picture

i did quite a bit of looking into this problem, and found the solution for me. i'm using domain_theme.

basically what i'm finding is that the all settings set at the admin page (domain0.com/admin/build/themes/settings/mobile_jquery) are reset when loading the primary sites. however, the settings are honored when looking at block demonstration.

in order for the settings to "stick" they have to be edited at http://domain2.com/admin/build/domain/theme/mobile_jquery/2/theme-settings

mrP’s picture

Issue summary: View changes

more info added