We have just set up a new wordpress instance and run the following steps
Installed Xstore Theme
Import Demo Data
Chose Furniture3
Add a child theme
The data imported ok with no errors
But a lot of the HTML inserted into the database is escaped with \” and none functional
An example from the home page
the content has escaped quotes \” in place of normal quotes ” and does not render
<img width=\"1230\" height=\"580\" src=\"/wp-content/uploads/2022/12/02-BANNER.jpg\" alt=\"\"
an example from the cart page
<input type="\"number\"" id="\"quantity_660592e791dda\"" class="\"input-text" qty="" text="" qty-duplicated\"="" name="\"cart[be3159ad04564bfb90db9e32851ebf9c][qty]\"" value="\"5\"" aria-label="\"Product" quantity\"="" size="\"4\"" min="\"0\"" max="\"\"" step="\"1\"" placeholder="\"\"" inputmode="\"numeric\"" autocomplete="\"off\"">
I have tried the import 3 times
with and without a child theme. Its the same in every instance
I have deleted the wordpress instance and setup again from scratch with the same result
Any ideas
Thanks