-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font Files do not export/import properly via XML/WXR exporter. #59109
Comments
Thinking twice, this is not about the theme exporter but the site exporter, so I'm re-opening the ticket. |
Thanks Matias, I've updated the ticket's title and description to make it clearer the context is the WordPress post exporter rather than the theme folder exporter in the site editor. |
I've started working on this here: WordPress/wordpress-develop#6173 |
What's the status of this, considering the core PR is closed? |
The PR around exporting the data is needed because the data is exported by default. No changes to the WordPress core repo are needed. |
As this is not an Editor specific task but rather Importer I'm now removing it from the Editor board. Thank you for all the work on this @matiasbenedetto and let's hope it gets merged to the Importers repo soon. |
Description
When exporting and importing content via the WordPress Importer font faces are not imported to the new domain correctly.
This can result in broken designs as the templates imported from the original site are referring to font files on the old site.
When imported with the
Download and import file attachments
option checked the font files should be:For clarity, this is referring to the XML/WXR exporter available via the WP Dashboard's Tools > Export menu.
Step-by-step reproduction instructions
wp_remote_get()
Screenshots, screen recording, code snippet
Screenshot from localhost (importer site), notice font face URLs refer to wp-dev.local (exporter site)
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: