-
AuthorPosts
-
August 26, 2019 at 1:19 am #1130788
Hi there, I am trying to import the startup business demo to my enfold website without success. I’ve tried to do it automatically and manually, neither work. Can you please help?
Thanks, Alex
August 26, 2019 at 11:58 am #1130926Hey Alex,
I get the same problem on my end, you are getting a 500 (Internal Server Error) after a few minutes of trying to import the demo. My guess is that the max execution time is exceeded so the server throws an error. If you like then please reach out to your hosting provider. Otherwise we can give you the shortcodes for each page of the demo. To be able to add shortcodes you will need to activate debug mode: https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode
Best regards,
RikardAugust 26, 2019 at 2:25 pm #1130987Thanks a lot Rikard. I asked my hosting provider to increase max execution time and we did that in the htaccess file (code below), but with no success in importing the demo theme. I am not a tech guy, any way you guys can help me import it directly into my wordpress?
Thanks!
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp/
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp/index.php [L]
</IfModule>
php_value post_max_size 256M
php_value upload_max_filesize 256M
php_value memory_limit 512M
php_value max_execution_time 900
php_value max_input_time 900# END WordPress
August 27, 2019 at 9:32 pm #1131461Rikard, can you please supply the shortcodes for each page of the startup business demo? I didn’t manage to upload it through other methods. Thanks, Alex
August 29, 2019 at 7:47 am #1131802Hi,
Sorry for the delay. We would like to help you import the demo, but there are custom content in the site already. The content and the theme options might get lost if we try to import the demo. Would you like to proceed?
Thank you for the update.
Best regards,
IsmaelAugust 29, 2019 at 2:04 pm #1131879Ismael, thanks. I managed to work around it. All good now. Thx
August 29, 2019 at 4:16 pm #1131943Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Importing Startup business demo’ is closed to new replies.