After moving my site from a dev subdomain, to root, all my custom meta data is gone

Been there done that. Try this: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/ Its a search and replace tool that you put in your WordPress root and just run it from mydomain.dev/searchreplacedb2.php It fixes the serialization problem when you want to change the url:s to the live one.

WPAlchemy MediaAccess “Add Media” button opens new page instead of pop up

Okay, I solved it (again, cause this happened before but I forgot the solution!)…. This was for a custom post type and I hadn’t added a support that involved uploading something. So, I added “thumbnail” to the list of supports… ‘supports’ => array(‘title’,’author’,’thumbnail’) for my custom post and that did the trick! It’s a weird … Read more