Hello, like others on this forum i’ve received this error. Steps i’ve taken to try to make it work:
1. To fix the issue try to edit the file wp-content/plugins/woodmart-core/importer/class-wp-import.php and add the following code after the line $url = str_replace( ‘http:’, ‘https:’, $url ); as shown on the screenshot https://gyazo.com/5346a3735046082f80b6651c8452a7a6
if ( strpos( $url, ‘wp-content/uploads/’ ) && strpos( $url, ‘/dummy.xtemos.com/’ ) ) {
$url = str_replace( ‘https://dummy.xtemos.com/’, ‘https://woodmart-dummy.b-cdn.net/’, $url );
}
2. I’ve deleted all dummy content
3. Deactivated all unncessary plugins
4. Contacted my host to increase the limit and and they did it to 3000 seconds!
I’ve done all these steps but still can’t import the desired theme Furniture 2.
Can someone help?