Requirements

To use TheGem, you must be running WordPress 5.0 or higher. TheGem has been tested with Mac, Windows and Linux. It has been tested on Chrome, Firefox, Safari, Opera, Edge.

Note: One regular license allows you to use TheGem on one localhost, one development and one final live website. Please check License Terms for naming rules for localhost and development environments.


Recommended PHP Settings

In order to avoid any issues with import of pre-built demo websites because of your server and php settings, we would recommend setting following PHP values in your server’s php.ini:

  • Memory Size: memory_limit = 512M
  • Script execution time: max_execution_time = 180
  • Number of input variables: max_input_vars = 4000

If you don’t have an access to the php configuration on your server, you can try to set this values in .htaccess file:

php_value max_input_vars 4000

php_value max_execution_time 180

php_value memory_limit 512M

Note: some hosting companies don’t allow to change php settings directly using .htaccess. In case you have some problems after modifying your .htaccess file, log in to your FTP account and remove these modifiactions from .htaccess.

Note: Make sure the "wp-content > uploads" folder is writeable.