webchristian Posted February 4, 2011 Share Posted February 4, 2011 Salve ragazzi ho due problemi.Sito in questione è questo: http://www.printlowcost.co.ukprimo problema, vorrei riuscire ad agganciar l'header alla barra di navigazione, ma frugando nel css global.css nn riesco a farlo attaccare.2. menu caategoria quando vado a registrarmi nel sito, scompare e non capisco perchè.Grazie a chi di voi mi sapra aiutar. Link to comment Share on other sites More sharing options...
checco Posted February 4, 2011 Share Posted February 4, 2011 ciao, primo problema, vorrei riuscire ad agganciar l’header alla barra di navigazione, ma frugando nel css global.css nn riesco a farlo attaccare. secondo me è colpa del h1 che contiene il logo, nel css prova a scrivere:#logo {display:none; } Occhio però, qui è dove dovrebbe apparire il logo.Per il secondo problema, probabilmente, il tema non è perfettamente compatibilecon la versione di Prestashop, c'è qualcosa che non va;per verificare riabilita il tema di default e se le categorie funzionano vuol direche c'è qualcosa nel tema...Ciao;) Link to comment Share on other sites More sharing options...
webchristian Posted February 4, 2011 Author Share Posted February 4, 2011 Ciao grazie della risposta e una delle prime cose che ho pensato anche io infatti l'avevo eliminato dai css cosi}/* h1#logo { float: left; width: 40%; margin-top: 20px}*/lasciato come commento ma nn riesco a risolvere ugualmente ;D Link to comment Share on other sites More sharing options...
Germanoufo Posted February 4, 2011 Share Posted February 4, 2011 capito il problemaora il codice è così /* h1#logo { float: left; width: 40%; margin-top: 20px }*/ devi impostarlo così h1#logo { float: left; width: 100%; margin: 0px; height: 0px; padding:0px; } in questo modo dai un altezza, margin e padding a 0 e dovresti risolvere il problemaCiao ;-) Link to comment Share on other sites More sharing options...
webchristian Posted February 4, 2011 Author Share Posted February 4, 2011 ok ho provato a modificare html il problma era proprio quello;Dper il secondo problma devo risolvere in qualche modomi rivedo i codici del modulo originale.grazie mill amico Link to comment Share on other sites More sharing options...
webchristian Posted February 5, 2011 Author Share Posted February 5, 2011 risolto anche il secondo problema se a qualcuno potesse tornare utile stava nel file del tema Autentication.tplho aggiunto la scritta:<!-- mod by PSM for PrestaShop v.italia --> [removed][removed][removed][removed]{include file=$tpl_dir./thickbox.tpl}<!-- END mod by PSM for PrestaShop v.italia -->e ho risolto. Link to comment Share on other sites More sharing options...
Germanoufo Posted February 5, 2011 Share Posted February 5, 2011 Logico nei temi comprati devi apportare le modifiche per il CF e piva che apportiamo noi Ciao ;-) 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