Active
Project:
Mobile jQuery Theme
Version:
6.x-3.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2011 at 15:42 UTC
Updated:
10 Mar 2012 at 19:31 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedWow, 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
Comment #2
mherchelThanks 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.
Comment #3
mrP commentedI'm having the same issue as mherchel with every checkbox setting on the 'admin/build/themes/settings/mobile_jquery' page.
Comment #4
mrP commentedI tried using variable_set() and the settings still revert back.
Comment #5
mrP commentedsomething funky going on in theme-settings.php for any php inclined folks that can review.
Comment #6
mrP commentedi 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
Comment #6.0
mrP commentedmore info added