After doing some research I solved this problem.
I am sure you can do it to by simply follow those steps:
Fix for Weekly, Cube Light, Division, Garden, Daily, ChannelPro:
- Log in to your site
- Go to Appereance
- Editor
- theme-options.php
change
$modsname = 'mods_'.$theme;
to
$modsname = 'theme_mods_'.$theme;
I hope you solved your problem.
Fix for Newswire, FashionPro, Gadget, ClearType, Portal, NewsTube, Bigfoot, Freshlife:
Open /wp-content/themes/themename/includes/theme-options.php
change:
$settings = ‘mods_’.get_current_theme();
to:
$settings = ‘theme_mods_’.get_current_theme();