Dear community,
I have a wordpress setup with activated woodmart theme in a local docker environment (localhost) and would like to transfer all theme modifications (including database content) to another server.
I haven’t found any guide how to do this correctly, so I just uploaded the wp-content folder to my server, created a database dump of local db and integrated it into the remote database.
Upload and creation of database works like expected, but when opening wordpress on the remote server, some parts of the template don’t work anymore.
Some of the findings up to now are:
– page shows the default header (not my custom one); also, when trying to access my header in Woodmart Header builder it only loads the default header
– revolution slider is shown correctly
– hover settings of products (woocommerce) don’t work
– footer section is missing completely
– custom html blocks don’t show up
– variant prices don’t work at all (it seems that some .js is not loaded correctly)
– and many other things, that don’t work like they do on my local environment
I also saw that some parts of wp_options are overwritten (deleted) when loading the site, f.ex. there is a multi-line’widget_text’ in wp_options which contains the footer widget content before loading the remote site the first time; after site has loaded, the content is deleted from database and replaced by a single ‘multiwidget’ line.
What am I doing wrong here? Is there a guide how to transfer local template modifications and database settings to a remote server?
Sorry, local and remote site can only be accessed from internal network. I can provide screenshots if necessary.
Appreciate your help
Regards, Michael