giofe86 Posted February 11, 2016 Share Posted February 11, 2016 Spero che almeno voi possiate aiutarmi: con tutti i temi è possibile cambiare il logo da impostazioni - temi - logo. Con il tema di cui in oggetto, invece, non riesco a fare altrettanto. Il sito è uno di prova col quale sto provando ad usare Prestashop: hotelisolaischia.it Ho anche provato ad agire sui file Global.css ed header.tpl di cui vi incollo i punti chiave nella speranza che possiate aiutarmi: GLOBAL.CSS ************************************************************************************************ HEADER ************************************************************************************************ */ #header {position:relative; z-index:101; padding:0px 0 0 0; width:100%; margin:0;} #header_logo {width:150px;height:232px;display:block;position:absolute;left:-1px;top:69px;background:url("http://maltiperlabirra.it/wp-content/uploads/2016/02/logo-sito-malti-per-la-birra-artigianale.png") left top no-repeat;} #header_logo img { margin: 0 auto;} #header-inner{ padding-top:235px; position:relative;} HEADER.TPL <header id="header"> <div class="container_24 clearfix"> <div class="grid_24"> <div id="header-inner"> <a id="header_logo" href="{$base_dir}" title="{$shop_name|escape:'htmlall':'UTF-8'}"><img class="logo" src="{$img_ps_dir}logo.jpg?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" /></a>{$HOOK_TOP}</div></div> </div> </header> Link to comment Share on other sites More sharing options...
caygri Posted February 11, 2016 Share Posted February 11, 2016 per semplicità carica con lo stesso nome il tuo logo, ovvero logo.jpg via ftp Link to comment Share on other sites More sharing options...
giofe86 Posted February 11, 2016 Author Share Posted February 11, 2016 per semplicità carica con lo stesso nome il tuo logo, ovvero logo.jpg via ftp Ti ringrazio per la tua celere risposta. Dici che basta? Ho provato a commentare la seguente parte di codice e sembrava che fossi riuscito nel mio intento: background:url("http://maltiperlabirra.it/wp-content/uploads/2016/02/logo-sito-malti-per-la-birra-artigianale.png") left top no-repeat;} Link to comment Share on other sites More sharing options...
caygri Posted February 11, 2016 Share Posted February 11, 2016 quello è lo sfondo non il logo. trovi il logo nella cartella /themes/nomethemes/logo.jpg Link to comment Share on other sites More sharing options...
giofe86 Posted February 11, 2016 Author Share Posted February 11, 2016 (edited) Sono andato in /themes/themes481(che è il nome del mio tema)/IMG/ ed ho sostituito il file logo.jpg, ma senza risultato! Un altro dato utile: il logo non è un'immagine attualmente, come potrai vedere tu stesso su hotelisolaischia.it Ti invio poi il testo del file global.css relativo all'header corretto: avevo saltato un #header_logo img{ display:none;} /* ************************************************************************************************ HEADER ************************************************************************************************ */ #header {position:relative; z-index:101; padding:0px 0 0 0; width:100%; margin:0;} #header_logo {width:241px;height:52px;display:block;position:absolute;left:-1px;top:69px;background:url(../img/logo.png) left top no-repeat;} #header_logo img{ display:none;} #header-inner{ padding-top:154px; position:relative;} #tmtextblock{ position:absolute; top:92px; right:169px;} #tmtextblock h3{ float:left;font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#91804e; font-size:18px; font-weight:normal;} #tmtextblock h2{float:left; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#9c9c9c; font-size:18px; font-weight:normal; margin-right:5px;} Edited February 11, 2016 by giofe86 (see edit history) Link to comment Share on other sites More sharing options...
caygri Posted February 11, 2016 Share Posted February 11, 2016 perchè è .png basta rinominare da ftp 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