Jump to content

modalita' manutenzione


Eleg

Recommended Posts

Ciao a tutti,

se metto il sito in modalità di manutenzione posso interagire con il testo scritto, ma non con la grafica.

Ho visto che mi carica solo il logo che preimposto nel back office.

A me piacerebbe fare un'immagine grafica all'interno del quale metto il logo e un'immagine con la scritta sito in costruzione. Come se fosse un biglietto da visita.

 

Esiste un modulo o un "barbatrucco" per fare in modo che non carichi il logo ma un'altra immagine?

 

grazie

Ciao

 

Link to comment
Share on other sites

Ciao,

se faccio una normalissima pagina html e la nomino index.html mettendola nella root vedo quello che voglio io. E questo andrebbe bene, il problema però è un'altro.

Quando entro nel BO per lavorare al tema non posso visualizzare il sito, perchè mi carica sempre la pagina index.html, quindi non va bene.

Devo poter lavorare al tema mentre il sito è in costruzione.

 

Ho provato a modificare il file maintenance.tpl del mio tema, ma non funziona. Visualizza sempre l'immagine che ho caricato nel logo del tema.... è come se fosse sbagliato il codice che ho modificato

 

{*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <[email protected]>
*  @copyright  2007-2015 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}
 
<!DOCTYPE html>
<html lang="{$language_code|escape:'html':'UTF-8'}">
<head>
<meta charset="utf-8">
<title>{$meta_title|escape:'html':'UTF-8'}</title>
{if isset($meta_description)}
<meta name="description" content="{$meta_description|escape:'html':'UTF-8'}">
{/if}
{if isset($meta_keywords)}
<meta name="keywords" content="{$meta_keywords|escape:'html':'UTF-8'}">
{/if}
<meta name="robots" content="{if isset($nobots)}no{/if}index,follow">
<link rel="shortcut icon" href="{$favicon_url}">
        <link href="{$css_dir}maintenance.css" rel="stylesheet">
        <link href='//fonts.googleapis.com/css?family=Open+Sans:600' rel='stylesheet'>
</head>
<body>
    <div class="container">
<div >
<div><img src="./img/undercostruction.jpg"></div>
</div>
</div>
       </div>
</div>
</body>
</html>
Link to comment
Share on other sites

Ciao,

grazie.

Il percorso dove prendo il file è corretto.

Il foglio di stile definisce solo la posizione e come metterlo, ma l'essenza è nel file .tpl

Quello che non capisco è perchè se riscrivo il file cambiando il codice quando lo ricarico viene assolutamente ignorato.

Ricarica la pagina originale.

Ho verificato che il file venga sovrascritto, ma niente.

E' come se non leggesse quel file....

non capisco....

nella cartella img (dentro al tema) ho inserito la nuova foto da caricare....

cosa sto sbagliando?

 

 

 

{*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <[email protected]>
*  @copyright  2007-2015 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*}
 
<!DOCTYPE html>
<html lang="{$language_code|escape:'html':'UTF-8'}">
<head>
<meta charset="utf-8">
<title>{$meta_title|escape:'html':'UTF-8'}</title>
{if isset($meta_description)}
<meta name="description" content="{$meta_description|escape:'html':'UTF-8'}">
{/if}
{if isset($meta_keywords)}
<meta name="keywords" content="{$meta_keywords|escape:'html':'UTF-8'}">
{/if}
<meta name="robots" content="{if isset($nobots)}no{/if}index,follow">
<link rel="shortcut icon" href="{$favicon_url}">
        <link href="{$css_dir}maintenance.css" rel="stylesheet">
        <link href='//fonts.googleapis.com/css?family=Open+Sans:600' rel='stylesheet'>
</head>
<body>
    <div class="container">
<div id="maintenance">
<div class="logo"><img src="./img/underconstruction.jpg" alt="logo" /></div>
     
        <div id="message">
           
</div>
</div>
       </div>
</div>
</body>
</html>
Link to comment
Share on other sites

  • 3 months later...

Ciao a tutti,

anch'io come Eleg ho un problema nel modificare la pagina di manutenzione.

Ho gia provato ad andare a modificare maintenance.tpl ma non ottengo nulla. Ho verificato che il punto in cui fare la modifica fosse giusto attraverso il cosice sorgente della pagina  modificando il testo racchiuso dal tag <span></span>, ma la modifica rimane solo temporaneamente.

Potreste aiutarmi?

Grazie in anticipo :) 

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...