Shop Categories

X

Changed domain name and lost customization

Home Forums Agama Pro Changed domain name and lost customization

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #6215
    rabtheme
    Participant

    Hello,

    I’ve just transitioned my staging site to use our main domain name and have lost most customization (header info, breadcrumbs, etc). The transition was a bit complicated due to also having an SSL certificate. Before making the domain switch, I updated the wordpress database like so, where ORIGINAL_URL was http://www.staging.roboticsandbeyond.org and NEW_URL was live site http://www.roboticsandbeyond.org:

    UPDATE wp_options SET option_value = REPLACE(option_value, ‘ORIGINAL_URL’, ‘NEW_URL’);
    UPDATE wp_postmeta SET meta_value = REPLACE(meta_value, ‘ORIGINAL_URL’, ‘NEW_URL’);
    UPDATE wp_posts SET guid = REPLACE(guid, ‘ORIGINAL_URL’, ‘NEW_URL’);
    UPDATE wp_posts SET post_content = REPLACE(post_content, ‘ORIGINAL_URL’, ‘NEW_URL’);

    Did this somehow mess up my customization? Is there a way to get it back without redoing everything?

    Thanks, Marybeth

    #6221
    Jerry
    Keymaster

    Hello @rabtheme,

    You have article on our website about theme migration from old to new location so take your time and check where you have failed:
    https://theme-vision.com/migrate-wordpress-site/

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.