Help Importing Prebuilt Website
-
I have Avada theme installed and want to import the prebuilt yoga website they have.
Import failed and I got the following messages:
PHP Time Limit: [?] 30 – We recommend setting max execution time to at least 180.
PHP Max Input Vars: [?] 1000 – Recommended Value: 1500.
Max input vars limitation will truncate POST data such as menus.So I looked up how to do this and added the following lines to the end of wp-config.php as directed in the how-to’s:
set_time_limit(180);
@ini_set( ‘max_input_vars’ , 1500 );Removed the install and tried again but got the same error messages. Did I not place the code in the correct place in wp-config? Some other issue I missed?
Thanks for any help!
The page I need help with: [log in to see the link]
The topic ‘Help Importing Prebuilt Website’ is closed to new replies.