tpr Posted July 6, 2015 Share Posted July 6, 2015 Is there any max-width set on the body in the new release? Sometimes I feel it would be a good idea. On very large screens fields are way too wide. Of course I can add this CSS to the admin myself but perhaps something like this could be beneficial for others too: html { background: #E0E4EC; } body { max-width: 1280px; margin: 0 auto; } Link to comment Share on other sites More sharing options...
LostKobrakai Posted July 6, 2015 Share Posted July 6, 2015 I suggested this already earlier in the thread, but if you're only using Reno and many custom modules the space can really be beneficial. As you said you're always free to limit it by yourself. 1 Link to comment Share on other sites More sharing options...
tpr Posted July 6, 2015 Share Posted July 6, 2015 I have a 21:9 ratio screen and so far I wasn't able to fill it horizontally For those who need a closer look: body { max-width: 66%; transform: scale(1.5); transform-origin: 0 0; } 1 Link to comment Share on other sites More sharing options...
renobird Posted July 6, 2015 Share Posted July 6, 2015 To echo what LostKobrakai said above... I think it's too limiting to have default max-width. Building complex admin systems requires a lot of space at times, and being able to create multiple columns in the admin is a major strength. However, it's pretty easy to add the CSS yourself without modifying the theme. Check out the Admin Custom Files module for adding your own CSS that will persist across updates. 1 Link to comment Share on other sites More sharing options...
tpr Posted July 6, 2015 Share Posted July 6, 2015 Nice big screens! On "multiple admin columns" you mean this module? It's new to me, will try tomorrow. http://modules.processwire.com/modules/admin-template-columns/ Link to comment Share on other sites More sharing options...
renobird Posted July 6, 2015 Share Posted July 6, 2015 That module — or if you are creating your own ProcessModules and want to add your own markup. 1 Link to comment Share on other sites More sharing options...
renobird Posted July 6, 2015 Share Posted July 6, 2015 It would be nice if the "user-picture" functionality would support alternate user templates. I have this working locally. I'll test a bit more tomorrow and send it to Ryan. Link to comment Share on other sites More sharing options...
renobird Posted July 6, 2015 Share Posted July 6, 2015 I also reworked how the top navigation is built, so it's easier to add/remove items now via hook. I'll work on getting some instructions and examples written up. 1 Link to comment Share on other sites More sharing options...
LostKobrakai Posted July 7, 2015 Share Posted July 7, 2015 The context dropdown does come a little close to the tabs, when editing fields or templates on a narrow screen. 1 Link to comment Share on other sites More sharing options...
renobird Posted July 7, 2015 Share Posted July 7, 2015 Thanks. I'll check that now. Link to comment Share on other sites More sharing options...
renobird Posted July 7, 2015 Share Posted July 7, 2015 Lots of additional updates today. I'll get them over to Ryan tomorrow, and hopefully they will make it to the dev branch later this week. The most notable is support for multiple user templates. (Thanks to LostKobrakai for reminding me of that feature.) The module config will now pick up any templates defined in your /site/config/ For example: $config->userTemplateIDs = array(3, 43); Now you can define separate image fields and/or display name properties for each of your user templates. I don't suspect this will be a commonly used feature, but it's nice to support it, and while implementing I discovered a nice use for it myself. 4 Link to comment Share on other sites More sharing options...
Martijn Geerts Posted July 7, 2015 Share Posted July 7, 2015 Thanks Tom for all the work... Reno theme looks great! 2 Link to comment Share on other sites More sharing options...
Manfred62 Posted July 10, 2015 Share Posted July 10, 2015 @Tom found some small issues with translations: https://github.com/ryancramerdesign/ProcessWire/issues/1291 Link to comment Share on other sites More sharing options...
Mike Rockett Posted July 11, 2015 Share Posted July 11, 2015 Great work Tom - just installed the latest dev and played around. Very happy with the outcome. Menu flyouts are hovering over the top nav - is that intended? 1 Link to comment Share on other sites More sharing options...
Juergen Posted July 11, 2015 Share Posted July 11, 2015 Thanks for the awesome template, but in my case the user image will not be displayed at all. I have selected the image field in the settings. Link to comment Share on other sites More sharing options...
LostKobrakai Posted July 11, 2015 Share Posted July 11, 2015 It might be a very rare edge-case, but would it be possible to change the loaded color-theme dependent on the current page a user is on or by some setting on the user itself? Link to comment Share on other sites More sharing options...
renobird Posted July 11, 2015 Share Posted July 11, 2015 @Mike, yeah that is intended. It worked out best to do it that way with all the other masthead changes. @Juergen, I'm away from a computer now, but can you verify that the image field you selected in the module settings stayed set, and that there is at least one image added to that field in your profile. @LostKobrakai, I'll look into it. Probably something for the next release. It might be something you can do now with a hook before page render, but not sure. 1 Link to comment Share on other sites More sharing options...
LostKobrakai Posted July 11, 2015 Share Posted July 11, 2015 @LostKobrakai, I'll look into it. Probably something for the next release. It might be something you can do now with a hook before page render, but not sure. That would be reasonable enough. I think there's no need for something more elaborate. Link to comment Share on other sites More sharing options...
Juergen Posted July 11, 2015 Share Posted July 11, 2015 Yes I can verify that: Here are some screenshots: 1) image field selected in the template setting section 2) image in the user profile template 3) image settings in image field detail tab 4) Here it is what it looks like in the template nav Best regards Juergen 1 Link to comment Share on other sites More sharing options...
renobird Posted July 12, 2015 Share Posted July 12, 2015 Juergen, I can confirm this here with a fresh install, and I know exactly what happened. It's fixed now, and I'll send a patch to Ryan later today. Thanks for reporting this, and I appreciate your patience. 1 Link to comment Share on other sites More sharing options...
LostKobrakai Posted July 13, 2015 Share Posted July 13, 2015 In the images grid-view the ghost element, which keeps the gap between images while drag&drop-ing, seems far to small for me. Link to comment Share on other sites More sharing options...
renobird Posted July 13, 2015 Share Posted July 13, 2015 In the images grid-view the ghost element, which keeps the gap between images while drag&drop-ing, seems far to small for me. Is this the same in the default theme? I haven't done any customizations to the styles for images grid-view. I'll take a look though. Link to comment Share on other sites More sharing options...
LostKobrakai Posted July 13, 2015 Share Posted July 13, 2015 It's not the same. In the default theme it's a full image's width of added space, while in Reno it's only 10 or 20px. Link to comment Share on other sites More sharing options...
renobird Posted July 13, 2015 Share Posted July 13, 2015 I see it, on it. Link to comment Share on other sites More sharing options...
renobird Posted July 13, 2015 Share Posted July 13, 2015 @Lostkobrakai, are you having an issue with Drag/Drop not working correctly? Even with the smaller space between the images — which is desirable for fields with lots of images IMO — sorting seems to work fine. I'll glady add some space there, but I want to be sure of the actual issue that needs solved, so I know how much. This is what I'm seeing here, and functionally it seems to work as expected. 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