Solved /How to install WP requirements to use Bricks

Hi,
I need to increase my WP memory limit and PHP execution time limit in order to use Bricks.

I have never changed any code in the files before. I am using Filezilla and a Norwegian webhost, Domeneshop. I found the wp-config and the .htaccess files, downloaded to my PC. I can not find the php.ini file

Can you please:

  1. Tell me how to find the php.ini file and where I then add the ‘max_execution_time = 180’ code?

  2. Where in the .htcaccess do I add ‘php_value max_execution_time 180’?

  3. Have done this right in the wp-config file? I added the code at the end of the defines
    define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
    set_time_limit(180);

Thank you!