View Single Post
  #22  
Old 02-24-2011, 06:40 PM
turkeybucket turkeybucket is offline
Registered User
Pro Plus Member
 
Join Date: May 2009
Posts: 4
Default Potential Fix

Try changing this line in the Theme Options file from

PHP Code:
$settings 'theme_mods_'.get_current_theme(); // do not change! 
to

PHP Code:
$settings 'theme_mods_church'// do not change! 
Be sure to use a lowercase version of your actual theme name.

Last edited by CharlesClarkson; 04-08-2011 at 11:06 AM. Reason: Missing Semicolon. Props Fermat.