Now, we have migrated directly from DO Spaces to Cloudflare R2 via the Cloudflare dashboard.
After activating the new plugin and deactivating WP Offload Media, old images are not being rewritten with R2 URLs.
]]>I have a three-page site that I want to back up and download to email, and then migrate it to a new domain name on the same host.
I’ve looked for videos on how to do that, but couldn’t find any. Can somebody please give me the steps to take?
Thanks.
]]>Given the numerous upgrades and the current version 4.24.5, I suspect I’ll have to take precautions, but would you tell me that I can update without fear via the usual WordPress process, or do I need to perform a special operation beforehand?
]]>This question has been asked here before, but the previous solution is no longer available.
The option Complianz > Settings > “Data” > “Import or export” is no longer accessible.
So, how can I easily export and import all data from one site to another?
Ps. I’m using paid version.
]]>In the staging site, once I installed the plugin, what’s the best way to import all the settings (API activation details, section settings, theme settings) from the production into this staging site?
Also, I’m not sure previously the plugin been verified through the old API settings or the new papi file. Do you know how to check that?
]]>const manageBlockDefaultOptions = function( settings, name ) {
try {
if ( name === 'core/image' ) {
if (settings.deprecated.filter(d => { return d?.name && d.name === 'apc_image_size_deprecation_full2content_100'; }).length === 0) {
settings.deprecated.unshift({
name: 'apc_image_size_deprecation_full2content_100',
attributes: settings.attributes,
migrate(attributes) {
return {
...attributes,
sizeSlug: 'content_100',
};
},
isEligible(attributes) {
return attributes?.sizeSlug === 'full';
},
save: settings.save,
});
}
}
} catch (err) {
console.error(err);
}
return settings;
};
wp.hooks.addFilter(
'blocks.registerBlockType',
'apc/manageBlockDefaultOptions',
manageBlockDefaultOptions
);
The attribute is migrating correctly, and also the blocks class names are changing to the new size. Sadly, the generated image dimensions and the image URL are the same as before. At the moment, I don’t know how to regenerate the image HTML. Is there anything wrong with my code? Any ideas to handle this scenario?
]]>When I try to migrate subscribers from my wordpress.com site to my www.ads-software.com site, I get 2 errors
Can anyone help with this?
]]>Thanks! Migrate Guru!
]]>