Prebuilt websites Import fail
-
facing the same problem, keep the requirement plugin active, but still cannot install the prebuilt website, stuck in 30%. Already set maxExecution to 40000, and maxInputvars to 10000. Still show “The import could not be completed due to a low timeout limit on the server. You need to contact your hosting provider and ask them to increase it to 300 seconds.” I want to download “Coffee” theme. Do you have other way that I can install it through FTP?
Hello,
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 );
}
After doing this, go to WoodMart -> Dummy content, remove previously imported dummy content, and import it from scratch. Let me know if it helps.
Kind Regards
Yes, that work, done for download and import thank you
Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.
My website host is Hostinger, Website->Filemanager->Online File maneger-> go to the path “wp-content/plugins/woodmart-core/importer/class-wp-import.php” -> scroll to line 1147 -> add the content -> back to woomart-core and re- import the content.