Common Problems

In this chapter we describe how to fix common issues with Magento Bootstrap based responsive themes
  • 1. Cannot save settings

    If you cannot save the Look & Feel Settings so the CSS file can be generated, try the following:
    • Check that the folders skin/frontend/mango/default/reflector/variables ( or skin/frontend/mango/default/estilo/variables) and skin/frontend/mango/default/css are writable, try using 777, for development purposes.
    • Make sure that the allocated memory is 256M, you can do that by opening the .htaccess file in your Magento folder and search for the line containing "php_value memory_limit", it should look like this:

          php_value memory_limit 256M
          php_value max_execution_time 18000