![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello - after upgrading to WP 3.1 the Theme options do not update when changed!
I can view all options and their settings as usual but when altering any of the Magazine Theme Options under Appearance, hitting submit renders no changes whatsoever. Please help. Last edited by CharlesClarkson; 02-27-2012 at 11:54 PM. Reason: Added " (for Non-Genesis Themes)" to title. |
|
#2
|
||||
|
||||
|
Examine message 22 for the fix. Send your thanks to turkeybucket for the solution.
__________________
Charles "Rubeus Hagrid" Clarkson StudioPress on Facebook I'm not really a smart person. I just play one on the Internet. Please use the HTML
or PHP tags for pasting code.Please make your links click-able: this_is_annoying.com http://this_is_not_annoying.com. Last edited by CharlesClarkson; 04-24-2011 at 05:22 PM. |
|
#3
|
|||
|
|||
|
Hi, The Magazine Theme Options refuses to accept a reset that I needed to do to put a new post in the Homepage Main placeholder. I am not sure though if this was a WP3.1 or a W3 Total Cache issue. I am not knowledgeable in programming though I am OK at problem-solving. Incidentally, the Theme accepted the post but in another, low rank placeholder. My website: http://synthesistblog.com/. Would really appreciate any help, even options to look at. Thanks.
Moderator Note: This post was merged into this thread. Last edited by CharlesClarkson; 02-24-2011 at 07:53 AM. Reason: Made link clickable. Please preview your posts. Merged threads. |
|
#4
|
|||
|
|||
|
Quote:
Everything worked fine until WP 3.05 and when I tried to alter the Tabber content order it did not work, thus making me realize that none of the Magazine 1.0 settings can now be altered, they are retaining their current status. |
|
#5
|
|||
|
|||
|
I'm having the same problem with the Executive theme -- the Theme Options won't save now that I've upgraded to 3.1.
I've deactivated all plugins, so I know there isn't a plugin conflict. |
|
#6
|
|||
|
|||
|
Turkeybucket, sorry to hear that. At least I know now I am not doing something wrong :-)
Have you renamed the administrator account by any chance? I'm trying to figure if it's some odd permissions issue. |
|
#7
|
|||
|
|||
|
I haven't changed anything with my administrator account.
|
|
#8
|
|||
|
|||
|
Any idea / directions from the programmers of the theme? This is the first time I'm having any issues with the WP upgrade and it's frustrating. My site depends on updating the Tabber order periodically to display various content categories.
Thanks. |
|
#9
|
|||
|
|||
|
A quick note to the moderators: I opened this thread in the Classic Theme section, because my installation is exactly that - *NOT* related to Genesis and Child Themes. Someone apparently moved it.
|
|
#10
|
||||
|
||||
|
It's still in the Classic Theme Support forums. Look at the top of this page.
__________________
Charles "Rubeus Hagrid" Clarkson StudioPress on Facebook I'm not really a smart person. I just play one on the Internet. Please use the HTML
or PHP tags for pasting code.Please make your links click-able: this_is_annoying.com http://this_is_not_annoying.com. |
|
#11
|
|||
|
|||
|
Fixed it.
In the Theme Options file, change: 'mods_'.get_current_theme(); to: 'theme_mods_'.get_current_theme(); |
|
#12
|
||||
|
||||
|
Quote:
Can anyone confirm this fix?
__________________
Charles "Rubeus Hagrid" Clarkson StudioPress on Facebook I'm not really a smart person. I just play one on the Internet. Please use the HTML
or PHP tags for pasting code.Please make your links click-able: this_is_annoying.com http://this_is_not_annoying.com. |
|
#13
|
||||
|
||||
|
Seems to be related to http://wpdevel.wordpress.com/2010/10...w-store-their/ and http://core.trac.wordpress.org/changeset/15736 (Note: Nacin's link has a trailing . )
__________________
@garyj | About | Smidge and Smudge | Genesis Changelog I am a volunteer on these forums. I do not work for StudioPress and do not get paid to answer threads. If you feel I've helped you, please help me and Like me on FB and / or leave a comment like so many others have. |
|
#14
|
|||
|
|||
|
I made the change listed above in the theme-options.php file using the Editor and I am still unable to change the settings.
|
|
#15
|
|||
|
|||
|
Any ideas? It's really frustrating.
|
|
#16
|
|||
|
|||
|
I am having the same exact issue today with my church press theme.....would love a solution!
I tried the above change as well with no results. |
|
#17
|
|||
|
|||
|
Same issue with Lifestyle 4.0. Tried the fix above, but didn't work
|
|
#18
|
|||
|
|||
|
I just installed a fresh Church 4.0 today and noticed the same issue. In the Theme Options, nothing registers. I turn eNews 'off', enter thumbnail dimension sizes, click save settings, and all the option go back to blank and no changes happen.
__________________
Greg Schueler Las Vegas *****What if the Hokey Pokey really is what it's all about???***** |
|
#19
|
|||
|
|||
|
I just tried too and nothing...now I wish I hadn't upgraded.
I have quite a few of the mentioned themes operating and the change to the php hasn't fixed for me either. Any help would be appreciated! |
|
#20
|
|||
|
|||
|
Quote:
Thanks. Before I emailed, I only deactivated W3 Total Cache to eliminate one of two possible sources. The same freezing persisted. Now, I will deactivate the top three ones I activated latest to test your suggestion. |
|
#21
|
|||
|
|||
|
Hi Charles,
I have deactivated plug-ins as you suggested. And the freezing of the Magazine Theme Options persists. Please provide more troubleshoot options. Thanks. |
|
#22
|
|||
|
|||
|
Try changing this line in the Theme Options file from
PHP Code:
PHP Code:
Last edited by CharlesClarkson; 04-08-2011 at 11:06 AM. Reason: Missing Semicolon. Props Fermat. |
|
#23
|
||||
|
||||
|
I will gladly provide them as they become available. So far, I have no more options. Have you tried turkeybucket's fix(es)?
__________________
Charles "Rubeus Hagrid" Clarkson StudioPress on Facebook I'm not really a smart person. I just play one on the Internet. Please use the HTML
or PHP tags for pasting code.Please make your links click-able: this_is_annoying.com http://this_is_not_annoying.com. |
|
#24
|
|||
|
|||
|
Quote:
E.g. for my Magazine 1.0 theme I used the name of the theme folder, "magazine_10" and the line PHP Code:
PHP Code:
|
|
#25
|
|||
|
|||
|
I confirm a perfect fix too! Thank you!
|
|
#26
|
|||
|
|||
|
Hi Charles,
It worked. As you suggested, I did try turkeybucket's suggestion as implemented by Acro for Magazine_10. Thanks a lot for quick help. |
|
#27
|
||||
|
||||
|
I'm leaving this thread open in case anyone has a problem after applying the fix in message 22.
__________________
Charles "Rubeus Hagrid" Clarkson StudioPress on Facebook I'm not really a smart person. I just play one on the Internet. Please use the HTML
or PHP tags for pasting code.Please make your links click-able: this_is_annoying.com http://this_is_not_annoying.com. |
|
#28
|
|||
|
|||
|
In my Church theme I switched:
Code:
$settings = 'mods_'.get_current_theme(); // do not change! Code:
$settings = 'theme_mods_church_40'; // do not change! ![]() (Just be sure to keep the " ; " at the end or errors pop up. ) THANK YOU ALL!!
__________________
Greg Schueler Las Vegas *****What if the Hokey Pokey really is what it's all about???***** |
|
#29
|
|||
|
|||
|
Quote:
Code:
$settings = 'mods_'.get_current_theme(); // do not change! Code:
$settings = 'theme_mods_church' // do not change! How can I fix this?
__________________
Free Sample 4 You |
|
#30
|
|||
|
|||
|
Quote:
Quote:
__________________
Free Sample 4 You |
|
#31
|
||||
|
||||
|
Both of those examples require editing. Show us the changes you made.
__________________
Charles "Rubeus Hagrid" Clarkson StudioPress on Facebook I'm not really a smart person. I just play one on the Internet. Please use the HTML
or PHP tags for pasting code.Please make your links click-able: this_is_annoying.com http://this_is_not_annoying.com. |
|
#32
|
|||
|
|||
|
Very thanks
|
|
#33
|
|||
|
|||
|
Quote:
Try Code:
$settings = 'theme_mods_lifestyle'; // do not change! Code:
$settings = 'theme_mods_lifestyle_40'; // do not change!
__________________
Greg Schueler Las Vegas *****What if the Hokey Pokey really is what it's all about???***** |
|
#34
|
|||
|
|||
|
Thank you very much for your reply. I tried to put that code, but does not solve the problem.
__________________
Free Sample 4 You |
|
#35
|
||||
|
||||
|
What is the url to your theme style sheet? If you do not know it, what is the url to your web site?
__________________
Charles "Rubeus Hagrid" Clarkson StudioPress on Facebook I'm not really a smart person. I just play one on the Internet. Please use the HTML
or PHP tags for pasting code.Please make your links click-able: this_is_annoying.com http://this_is_not_annoying.com. Last edited by CharlesClarkson; 02-28-2011 at 04:31 PM. |
|
#36
|
|||
|
|||
|
__________________
Free Sample 4 You |
|
#37
|
||||
|
||||
|
Your theme folder name is:
nuovo-tema although your theme name is: Lifestyle
__________________
@garyj | About | Smidge and Smudge | Genesis Changelog I am a volunteer on these forums. I do not work for StudioPress and do not get paid to answer threads. If you feel I've helped you, please help me and Like me on FB and / or leave a comment like so many others have. |
|
#38
|
|||
|
|||
|
Thanks you very very much!!!
__________________
Free Sample 4 You |
|
#39
|
|||
|
|||
|
This fixed worked for me in the news theme. THANKS!!!
|
|
#40
|
|||
|
|||
|
I am in the process of changing Lifestyle 4.0 too...and in other themes, yes, code has worked a treat.
...just edited message...it worked! lifestyle_40 is what I needed...not lifestyle_4.0 Last edited by Aboundz; 03-01-2011 at 06:06 PM. Reason: it worked! |
|
#41
|
|||
|
|||
|
HI I am having the same problem changing it as suggested didn't work.
$settings = 'theme_mods_lifestyle_40'; // do not change! http://wander-argentina.com/ |
|
#42
|
|||
|
|||
|
Nevermind, it didn't work when I did it in the wordpress editor but it did work when i did it on the file and uploaded via ftp
|
|
#43
|
|||
|
|||
|
ah but now the limit title thing is gone in the lower categories so the page looks messy
|
|
#44
|
|||
|
|||
|
^ To simo80, you need to change that code to be theme specific. I have Allure 2.0 so the code I needed to put was this - $settings ='theme_mods_allure_20';
Yours would probably be - $settings ='theme_mods_lifestyle_40'; It took me a couple of tries to get it right, but once I did, it worked just fine. Oops, I see you got it solved, never mind. |
|
#45
|
||||
|
||||
|
You'll have to change the code depending on your theme. If your theme is Lifestyle 4.0 then code referencing the Church or Magazine theme isn't going to work.
Try Code:
$settings = 'theme_mods_lifestyle_40'; // do not change!
__________________
wpfab.com WordPress Specialist •Genesis Developer • StudioPress Theme Customizer Please don't PM or email me with support questions. |
|
#46
|
|||
|
|||
|
Yes this is the solution. It works for me too under magazine theme 1.0
Quote:
![]() ![]() ![]() ![]() ![]() Many thanks to turkeybucket!! ![]() ![]() ![]() ![]() ![]() ![]()
|
|
#47
|
|||
|
|||
|
Still having trouble here with Lifestyle...
$settings = 'theme_mods_lifestyle_40'; // do not change! This matches my folder name correctly, but it's still not letting me change anything. URL is www.bucketreviews.com |
|
#48
|
|||
|
|||
|
I'm using agentpress_1.02 - the standalone theme and tried updating like this:
$settings = 'theme_mods_agentpress_1.02'; but it's not working.. my site is www.beautyandherbags.com/blog |
|
#49
|
|||
|
|||
|
Been trying all afternoon and can't figure it out. I'm sure my theme folder name is 'lifestyle_40' ... Any help would be much appreciated!
|
|
#50
|
|||
|
|||
|
For those that are still having trouble... I figured out a fix, at least for me. Delete your theme on your server altogether, make the change via your computer, then re-install via WordPress.
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Agent Theme 3 - Theme Options Not Saving Information Changed | hometourjay | General Discussion | 2 | 02-24-2011 06:35 AM |
| Theme Test Drive WP Plugin & Saving Theme Options | JoLynn Braley | General Discussion | 4 | 01-13-2010 01:28 PM |
| theme options not working in child theme | bornfamous | General Discussion | 3 | 01-08-2010 01:07 AM |
| Disable theme Options - Use theme on a normal blog | fabineves | General Discussion | 5 | 05-03-2009 02:58 PM |
| Transfer Old Rev1 theme to Studio Press Theme and upgrade WP | colin | General Discussion | 1 | 05-03-2009 07:07 AM |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us