Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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

    #1130926

    Hey 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,
    Rikard

    #1130987

    Thanks 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

    #1131461

    Rikard, 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

    #1131802

    Hi,

    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,
    Ismael

    #1131879

    Ismael, thanks. I managed to work around it. All good now. Thx

    #1131943

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Importing Startup business demo’ is closed to new replies.