heldercervantes Posted October 26, 2017 Share Posted October 26, 2017 I forgot to add this one. Verride Santa Catarina is among the most upscale hotels in Lisbon, set in a historic townhouse in the heart of the city. http://verridesc.pt/ It's a modular design that allows pages to be built using a set of blocks the admin can customise. 7 Link to comment Share on other sites More sharing options...
rick Posted October 26, 2017 Share Posted October 26, 2017 One thing I noticed while browsing this wonderful site. The header logo is cropped and the menu options move off screen when scrolling. See attached... This is the landing page. I think there could be more contrast between the colors. This is how it appears when you begin to scroll the page. 1 Link to comment Share on other sites More sharing options...
heldercervantes Posted October 26, 2017 Author Share Posted October 26, 2017 2 hours ago, rick said: The header logo is cropped and the menu options move off screen when scrolling. Whoa, that's not supposed to happen. Mind telling me what you're browsing with? I hear you on the contrast. The super light font on the menu can be hard to read, but alas, I'm not in charge of design on this one. Link to comment Share on other sites More sharing options...
rick Posted October 26, 2017 Share Posted October 26, 2017 chrome, firefox, and vivaldi all show this. 1 Link to comment Share on other sites More sharing options...
heldercervantes Posted October 26, 2017 Author Share Posted October 26, 2017 That's strange. Can't detect that here. What OS? Link to comment Share on other sites More sharing options...
rick Posted October 26, 2017 Share Posted October 26, 2017 linux 1 Link to comment Share on other sites More sharing options...
Klenkes Posted October 26, 2017 Share Posted October 26, 2017 Same on iPad in landscape, but NOT in portrait orientation! 1 Link to comment Share on other sites More sharing options...
Christophe Posted October 26, 2017 Share Posted October 26, 2017 (edited) Hi, I see it on my (very) large screen (full height window) but only if the zoom is, for instance, 150% and with the development tools' panel opened - on chromium. Same on Firefox, Opera, and Vivaldi. All Linux. So apparently it depends on the height of the window, on the top space taken vertically by each browser, on the zoom %, and on the development tool or Firebug panel's height. Edit: adding max-height: 100%; to header .logo img {} could be a solution (works for different window widths). But the Palácio Santa Catarina part will still appear (very small). Edited October 26, 2017 by Christophe Added information 2 Link to comment Share on other sites More sharing options...
Robin S Posted October 27, 2017 Share Posted October 27, 2017 That's an 11MB page you have there! And just wondering: how come the map is an image (2MB alone) instead of a real map? 1 Link to comment Share on other sites More sharing options...
ceberlin Posted October 27, 2017 Share Posted October 27, 2017 Typo in Image Headline: Cosy Refletion 1 Link to comment Share on other sites More sharing options...
heldercervantes Posted October 27, 2017 Author Share Posted October 27, 2017 Thanks for all the feedback guys. I'll certainly be doing some improvements in the afternoon. Link to comment Share on other sites More sharing options...
heldercervantes Posted October 27, 2017 Author Share Posted October 27, 2017 2 hours ago, Robin S said: That's an 11MB page you have there! And just wondering: how come the map is an image (2MB alone) instead of a real map? Yeah, it's become quite image heavy. This was initially published with temporary content (some 3d renders while the place was being restored), and now that the final photos are here and there's so much content, it makes sense to review the optimisation parameters. The map is just another image block they're adding from the CMS. Link to comment Share on other sites More sharing options...
SamC Posted November 5, 2017 Share Posted November 5, 2017 On 26/10/2017 at 9:19 PM, heldercervantes said: The super light font on the menu can be hard to read Understatement of the year. This is how I saw it: I'm guessing none of their guests are visually impaired. Come to think of it, I can't actually even read the logo properly. 1 Link to comment Share on other sites More sharing options...
gmclelland Posted November 6, 2017 Share Posted November 6, 2017 Quote It's a modular design that allows pages to be built using a set of blocks the admin can customise. Can you elaborate more on how you achieved this? maybe some screenshots of the page editing? 1 Link to comment Share on other sites More sharing options...
heldercervantes Posted November 9, 2017 Author Share Posted November 9, 2017 On 06/11/2017 at 4:02 PM, gmclelland said: Can you elaborate more on how you achieved this? maybe some screenshots of the page editing? The idea is quite simple: You set up a repeater field with all the fields you'll need for each type of block. Title, body, images, single image... etc. You add another options field (I called it "type") and populate that with the names of the block types you'll need. For each other field (body, images...) you set up its visibility to show only when type is relevant. The result should be a repeater, when you add a block the only field that shows up will be a drop-down for type, and when you choose that, the relevant fields appear. Setting up a field's visibility: Adding a block before choosing type (ignore the other two fields, that's for something else): And after choosing type... From the template, I'm just doing a foreach that goes through the repeater, then use the type field to decide what "sub-template" file to include. That keeps things neat and separated. This can also be done with a RepeaterMatrix ProField, which simplifies this whole process. On a more recent project I'm currently working on I'm using that combined with field templates to achieve more or less the same effect. 6 1 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