Tagged: demo import
Hello,
I’m using Enfold 7.1 on a OVH shared webserver.
The easy way to import a demo by clicking the download button does not work for a while (cURL timeout) as it the seems that OVH is blocking.
Adding “add_theme_support( ‘avia_demo_store_downloaded_files’ ); ” to functions php and respect the path was working fine.
But now with Enfold 7.1 and PHP 8.2.21 the « 3 step process with buttons to download, to import and to delete » does not work anymore, the system still tries to DOWNLOAD and I get a cURL timeout.
I’ve tried the XML import method which timeouts before loading enfold-2017.
Please can you fix the 3 steps import process which was working fine ?
Best regards,
Hey nis59,
unfortunately, OVH blocks our IP so you will not be able to download the demos.
I can recommend manually installing the demo by first importing the demo on a localhost and copying the images to your online host via FTP using the same directory structure then editing the .xml demo file found at \wp-content\themes\enfold\includes\admin\demo_files\enfold-2017.xml by replacing http://kriesi.at/themes/enfold-2017/files/ with https://Your-Domain.com/wp-content/uploads/ in a plain text editor such as vscode, please note the trailing slash and the https if your site is using https this should replace about 243 instances, the rest of the link should remain the same, such as /2015/07/marker3.png because you uploaded the images using the same directory structure.
After all of this you will still need to do a little tweaking such as setting the correct menu in the menu options and sorting out the footer widgets
Or you could install the demo on a localhost and then use the plugin Duplicator to move to your live site, this works well for hosts that blocks our IP.
Best regards,
Mike