Browsing category

Programmazione

MAGENTO: Schermata bloccata su Service Temporarily Unavaiable

Se vi rimane bloccata sulla schermata “Service Temporarily Unavailable – The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.” dopo una aggiornamento o per altri motivi attrezzatevi di un software di gestione FTP ed accedete allo spazio web del vostro dominio.

Autoresize Background

Impostare lo sfondo adattivo: <style type=”text/css”> html, body { width: 100%; height: 100%; margin-top: 0px; padding-top: 0px; top: 0px; margin-left: 0px; padding-left: 0px; left: 0px; } body { overflow: hidden; } #background { width: 100%; height: 100%; } </style> </head> <body> <img id=”background” alt=”background” src=”flower-wallpaper.jpg”>