If you are having problems with not being able to save your page – you might encounter an issue where you just see a spinning wheel
This is typically because your site does not have sufficient memory allocation
Please check our minimum requirements here: http://help.optimizepress.com/article/190-optimizepress-minimum-requirements
In Particular please check:
- Memory limit set to at least 64MB, usually in the php.ini file (like this: memory_limit = 64M). We recommend 128M
- The minimum upload size to at least 35MB, usually in the php.ini file (like this: upload_max_filesize = 35M)
- The minimum max_input_vars setting in the php.ini file should be 3000 or higher (like this: max_input_vars = 3000). This allows creating pages with long content such as sales pages.