skara Posted January 12, 2015 Share Posted January 12, 2015 Nel front office mi aspetterei di vedere le bandiere vicino al nome della lingua per la selezione della lingua; appare invece solo il nome della lingua e non la bandiera (vedi immagine). Note: le due bandiere (it e en) sono già caricate nel BO - localization - languages per ogni lingua (it e en) PrestaShop version 1.6.0.9 Shop URL http://bbhands.com/ Current theme in use default-bootstrap (template standard) al momento ho provato a fare il reset del modulo "Language block", ma non ha prodotti effetti. Grazie per i suggerimenti Ciao. Link to comment Share on other sites More sharing options...
notsureabout Posted January 12, 2015 Share Posted January 12, 2015 Ciao, mi pare che di default le bandiere non siano visibili. Guarda se questo ti può aiutare: http://www.prestashop.com/forums/topic/315511-no-flag-icon-on-languages-in-the-new-prestashop-16/ Link to comment Share on other sites More sharing options...
skara Posted January 12, 2015 Author Share Posted January 12, 2015 Ciao, mi pare che di default le bandiere non siano visibili. Guarda se questo ti può aiutare: http://www.prestashop.com/forums/topic/315511-no-flag-icon-on-languages-in-the-new-prestashop-16/ Grazie 1000. Lo proverò. Link to comment Share on other sites More sharing options...
skara Posted January 12, 2015 Author Share Posted January 12, 2015 Grazie 1000. Lo proverò. Funziona, ottimo. C'è un piccolo disallineamento tra la bandiera e la la scritta e mi piacerebbe metterci qualche pixel fra la bandiera e il testo, ma non è male. Grazie. Ho aggiunto esattamente quanto riportato nel post citato da maicolstaip: <img alt="{$language.iso_code}" height="16" span="" src="{$img_lang_dir}{$language.id_lang}.jpg" width="16" />{$language.name|regex_replace:"/\s\(.*\)$/":""} Per chi volesse vedere il risultato (e suggerire miglioramenti), la modifica è attiva. Ciao. Link to comment Share on other sites More sharing options...
notsureabout Posted January 12, 2015 Share Posted January 12, 2015 Prova così: <img alt="{$language.iso_code}" height="16" span class="flags" src="{$img_lang_dir}{$language.id_lang}.jpg" width="16" />{$language.name|regex_replace:"/\s\(.*\)$/":""} ed aggiungi a global.css .flags { margin-bottom: 2px; margin-right: 10px; } 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