Alessio Dal Bianco Posted December 2, 2013 Posted December 2, 2013 (edited) Hello everyone! I launched yesterday another PW site: http://compab.it The modules that i have used are: • Site wide file manager. • CKeditor • Language Field Tabs • Modules Manager • Site indexer • Ergo ADMIN THEME Enjoy! Edited December 3, 2013 by Alessio Dal Bianco 11
pwired Posted December 3, 2013 Posted December 3, 2013 Nice photo manager for materials-products-programs. Which one did you use ? Lots of hard white background. Try a soft color/tint for background.
Alessio Dal Bianco Posted December 3, 2013 Author Posted December 3, 2013 Nice photo manager for materials-products-programs. Which one did you use ? I used this one: http://caroufredsel.dev7studios.com/ It have a lot of features! 4
apeisa Posted December 3, 2013 Posted December 3, 2013 looks nice, but is kind of unusable on my android. zooming doesn't work and menu breaks.
Alessio Dal Bianco Posted December 3, 2013 Author Posted December 3, 2013 looks nice, but is kind of unusable on my android. zooming doesn't work and menu breaks. The mobile version is a "coming soon". But i can remove the metatag viewport that in this situation is useless :/
pwired Posted December 3, 2013 Posted December 3, 2013 But i can remove the metatag viewport that in this situation is useless :/ Talking about viewport, I found this line in simplegrid css: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> and this about mobile firefox https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag
Alessio Dal Bianco Posted December 3, 2013 Author Posted December 3, 2013 Talking about viewport, I found this line in simplegrid css: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> and this about mobile firefox https://developer.mozilla.org/en-US/docs/Mozilla/Mobile/Viewport_meta_tag I know this line very better but in this case i removed it, since this site (for now) is only for desktops. In fact apeisa with his android (also on my iphone) was unusable, the page is 960px wide and the device 480px (more or less), and the metatag force the whole page to have the device width; the result is that the page was cut.
processwirefan Posted December 4, 2013 Posted December 4, 2013 Great job! It's minimal clean but stylish!
3fingers Posted December 5, 2013 Posted December 5, 2013 Really nice and usable site, congrats! From a SEO point of view there is unconsistency with urls when user change language, they still remains in italian...
Alessio Dal Bianco Posted December 17, 2013 Author Posted December 17, 2013 Thank you all for appreciation! @3fingers You are right. Maybe when i will work on the mobile version i will insert the "LanguageSupportPageNames" module. For now i'm using this in header: <link rel="alternate" hreflang="x-default" href="<?php echo $page->httpUrl ?>" /> <link rel="alternate" hreflang="en" href="<?php echo $page->httpUrl ?>?lang=english" /> <link rel="alternate" hreflang="it_IT" href="<?php echo $page->httpUrl ?>?lang=default" />
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