Eleg Posted June 14, 2016 Share Posted June 14, 2016 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 More sharing options...
caygri Posted June 14, 2016 Share Posted June 14, 2016 fai una banale pagina html come preferisci Link to comment Share on other sites More sharing options...
Eleg Posted June 15, 2016 Author Share Posted June 15, 2016 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: * http://opensource.org/licenses/afl-3.0.php * 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 More sharing options...
caygri Posted June 15, 2016 Share Posted June 15, 2016 Le modifiche si fanno in locale Link to comment Share on other sites More sharing options...
Eleg Posted June 15, 2016 Author Share Posted June 15, 2016 Ciao, non le ho mai fatte in locale. Le faccio direttamente sul server…. sono ancora alle prime armi con PS. Quindi se non le faccio in locale non c'e' soluzione al mio problema? Link to comment Share on other sites More sharing options...
Sito Lab Posted June 15, 2016 Share Posted June 15, 2016 ciao allora 1 la pagina da modificare è maintenance.tpl e la trovi in themes/tuo tema 2 il css della pagina su chiama maintenance.css e la trovi in themes/tuo tema/css comunque a questo link trovi un modulo Link to comment Share on other sites More sharing options...
Eleg Posted June 15, 2016 Author Share Posted June 15, 2016 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: * http://opensource.org/licenses/afl-3.0.php * 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 More sharing options...
GioielleriaMazzon Posted September 21, 2016 Share Posted September 21, 2016 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 More sharing options...
Labelshop.it Posted October 2, 2016 Share Posted October 2, 2016 (edited) Anche se credo sia banale come risposta, ma avete provato a svuotare la cache? Edited October 2, 2016 by Labelshop.it (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now