Okay
  Public Ticket #3165120
Site settings
Closed

Comments

  • lavadans_1 started the conversation

    Hi,

    In my about page the title is very big. In the settings I cannot change it. If I go to the site settings anything I do and want to save results in a server error 500. So how can I change the size of the title?

    best

    Sybrig Dokter

  •  867
    Neuron replied

    Hi,

    PHP Recommendations

    Memory Size: memory_limit = 256M
    Script execution time: max_execution_time = 400
    Number of input variables: max_input_vars = 4000
    

    If you don’t have access to the php.ini file, you can add the following values in your .htaccess file:

    php_value max_execution_time 400
    php_value memory_limit 256M
    php_value upload_max_filesize 10M
    

    Be careful using these settings, some hosting companies don’t allow users to change PHP settings, if you experience any problem after making these changes, please revert these in your .htaccess file, using your FTP client.

    Feel free to ask for anything you need.

    Kind Regard


  • lavadans_1 replied

    Will that give me access to changing the size of the font of the title?

  •  867
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    Yes, after you make these changes, you'll be able to edit the page.

    Feel free to ask for anything you need.

    Kind Regards