I made a site with an Ultimate theme on my local machine. But when I moved it to the hosting (moved the files and exported/imported sql to the new database) most of theme options were set to blank and some theme widgets disappeared too.
Hi mirracat,
It’s your migration problem. When you migrate your database you need to do search and replace with serialized data. You can use the code in this site https://interconnectit.com/products/search-and-replace-for-wordpress-databases/ to search and replace database when you transfer to live site.
Thank you!