I solved the issue. For anyone having this problem with any theme including Cardinal, please set in your php.ini:
max_execution_time = 120
max_input_time = 120
memory_limit = 64M
But also increase the
; Maximum size of POST data that PHP will accept.
post_max_size = 10M
; Maximum allowed size for uploaded files.
upload_max_filesize = 10M
to a value larger than your theme file.