• 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!

    • This topic was modified 5 years, 7 months ago by mkmossop.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Shouldn’t you be asking this of the Avada theme support system or is there something broken in your WordPress?

    I’d recommend you switch to a generic theme such as Twenty Seventeen to figure out if WordPress itself works okay then ask Avada for help with their theme.

    Thread Starter mkmossop

    (@mkmossop)

    I thought about asking Avada directly, but thought maybe it was more of a general issue, i.e. editing wp-config.php.

    I’ll contact Avada support thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Help Importing Prebuilt Website’ is closed to new replies.