Peter Knight Posted September 17, 2014 Posted September 17, 2014 Anyone else tried the new Reno Theme by RenoBird (Tom) ? Looks reall nice and would definitely recommend it. BTW that does say 2.5.1 in the footer 3
Ivan Gretsky Posted September 17, 2014 Posted September 17, 2014 I read about it here, but did not find where to get it from. Is it in the core package or is it an additional download? 1
totoff Posted September 17, 2014 Posted September 17, 2014 is this alpha, beta or released? @ivan https://github.com/Renobird/AdminThemeReno 1
renobird Posted September 17, 2014 Posted September 17, 2014 Hi all, This theme is now part of the core. You can install it instead of the default. Ryan and I are still working on a few minor issues, but overall it should be really solid. Looking forward to hearing what you all think. 7
totoff Posted September 17, 2014 Posted September 17, 2014 Since the good old Textpattern times I was looking forward to a new admin theme by Tom Reno. Still have your concept for Textpattern in mind (or was it for the branch that existed for a while?) ... Btw: tomrenodesign.com is down. 2
blad Posted September 17, 2014 Posted September 17, 2014 I just upgraded my processwire, I tried it and love it good job renobird and don´t call me bald please! 3
Peter Knight Posted September 17, 2014 Author Posted September 17, 2014 Hi all, This theme is now part of the core. You can install it instead of the default. Ryan and I are still working on a few minor issues, but overall it should be really solid. Looking forward to hearing what you all think. No issues here. Working great. Congrats Any plans to have the actual tree under the Pages link ? 1
renobird Posted September 17, 2014 Posted September 17, 2014 blad (bald), Apologies if I ever referred to you incorrectly. I post from mobile a lot, and autocorrect can be a little bastard. Thanks for the kind words. Also, shall I send help? It appears the weight of your mask was too much for your neck. Any plans to have the actual tree under the Pages link ? I'm not 100% sure what you mean, but the Pages menu item is one of the things still being sorted out. Pages was just a single parent item when I first built this theme (it's been around over a year now), still exploring other solutions for how that item and it's children work. Keep an eye out for updates. 3
adrian Posted September 17, 2014 Posted September 17, 2014 Hey Peter, To avoid confusion, you should change the status of Admin > Pages > Image Crop to "hidden" so it doesn't show in the Pages submenu. I have reminded Antti about this (https://github.com/apeisa/Thumbnails/issues/23) so hopefully it will be fixed in Thumbnails shortly. Cheers! 2
blad Posted September 17, 2014 Posted September 17, 2014 blad (bald), Apologies if I ever referred to you incorrectly. I post from mobile a lot, and autocorrect can be a little bastard. Thanks for the kind words. Also, shall I send help? It appears the weight of your mask was too much for your neck. Don´t worry just kidding. The theme is awesome no issues for me. bald --> 2
LostKobrakai Posted September 17, 2014 Posted September 17, 2014 It's a nice and clean theme, but I would like it to have a max-width on the content area. It's just to big on an 27" monitor. Something around 1400px should be wide enough. Edit: Maybe crop the userimage, before fitting it into an circle. It's getting distorted for me. Edit 2: @Reno If my width issue gets changed, it would also be nice, to lock one of the "lightning" sidebars, if there's enough space.
renobird Posted September 17, 2014 Posted September 17, 2014 Btw: tomrenodesign.com is down. Thanks for the heads up. The old version of TXP I'm running has a function named yield() in taghandlers.php. as of 5.5+ yield is the keyword for generators. 1
douglas81 Posted September 18, 2014 Posted September 18, 2014 Hey Reno, I already posted here — https://processwire.com/talk/topic/7618-from-textpattern-to-processwire/page-3#entry73986 — but just found this thread. Your admin theme is really stupendous. Excellent work and a significant improvement over the default theme (which wasn't all that bad either). 1
mr-fan Posted September 18, 2014 Posted September 18, 2014 Yes - i like it very much!! only thing i'd like was some icons for pagetree and find - would be a nice addition - this would fit better here - or splitt it up in two links because "Pages" is really important - it gets a little bit lost in a kinda submenu? So one item more for Find and some fitting icons should be more usefull. And the if i switch the sidebar off (i thought i could simply work with the breadcrumbs like a cool "full view") a memory with the session would be great that it stay hidden or stay in front....don't know if this is possible... But the whole handling with your theme is great and easy! Love the typography special!! best regards mr-fan 1
Sergio Posted September 18, 2014 Posted September 18, 2014 Reno if by far my favorite admin theme. Many kudos for Tom and Ryan! The only thing I miss is a dark skin, so I'm creating one. It is in alpha state, there is a lot of details to do. I'm planning to share it here when finished if anyone is interested. 6
renobird Posted September 18, 2014 Posted September 18, 2014 Looking forward to seeing the end result. So easy to make/release admin theme now that they are modules.
renobird Posted September 18, 2014 Posted September 18, 2014 I would like it to have a max-width on the content area. It's just to big on an 27" monitor. Something around 1400px should be wide enough. There are scenarios where having the full width available is beneficial. I have many admin pages that have additional right sidebars. I typically use a lot more real estate than 1400px. 1
LostKobrakai Posted September 18, 2014 Posted September 18, 2014 I typically use a lot more real estate than 1400px. I'm used to build the forms of my pages to fit well in the default theme. This way it should also fit well on my clients screens. Actually the max-width issue is easily fixable with Martijn's new AdminCustomFiles module. Adding the jquery to get the sidebar fixed is little bit more difficult as mediocre jquery user and with the custom file being loaded before the themes main.js. 1
Martijn Geerts Posted September 18, 2014 Posted September 18, 2014 Adding the jquery to get the sidebar fixed is little bit more difficult as mediocre jquery user and with the custom file being loaded before the themes main.js. If you find a hook that runs always and runs as almost last, you're the man... thanks
hafa Posted October 13, 2014 Posted October 13, 2014 One thing I like about the reno admin theme is being able to see the "edit, view, new, move" links on hovering the pages (without needing to actual click them). How can I "import" this functionality to the default theme?
adrian Posted October 13, 2014 Posted October 13, 2014 One thing I like about the reno admin theme is being able to see the "edit, view, new, move" links on hovering the pages (without needing to actual click them). How can I "import" this functionality to the default theme? Use the module that Reno mentions above: http://modules.processwire.com/modules/admin-custom-files/ and add this CSS: .content .PageList .PageListItem:hover .PageListActions{display:inline;-webkit-transition-delay:.25s;transition-delay:.25s} EDIT: You'll want to apply it to the ProcessPageList process. Works a treat! 3
hafa Posted October 13, 2014 Posted October 13, 2014 Use the module that Reno mentions above: http://modules.processwire.com/modules/admin-custom-files/ and add this CSS: .content .PageList .PageListItem:hover .PageListActions{display:inline;-webkit-transition-delay:.25s;transition-delay:.25s} EDIT: You'll want to apply it to the ProcessPageList process. Works a treat! Thanks adrian Any way to apply this for "home" too? The "edit, view, new" keeps showing by default..
adrian Posted October 13, 2014 Posted October 13, 2014 Any way to apply this for "home" too? The "edit, view, new" keeps showing by default.. There is probably a cleaner way, but this hack works: .content .PageList .PageListID1 .PageListActions{display:none !important} .content .PageList .PageListItem:hover .PageListActions{display:inline !important;-webkit-transition-delay:.25s;transition-delay:.25s} 2
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