Hey Team – it seems logos (stored in Dante theme settings) and revolution slider images are breaking when moving a Dante themed site live. I didn’t notice this occurring before – but recently we have moved our preview sites to a different server and now these breakages on the live site are apparent. It seems the live sites were retaining their preview site image references.
Typically I utilize a mysql query to update post content links:
UPDATE wp_posts SET post_content = REPLACE(post_content, ‘clients.mycompany.com/clientname’, ‘clientname.com’);
Is there a sql query I should be using to update Dante and Revolution slider image content? Or should these references “know” which base url they are on?
Thanks in advance!