Sebii Posted May 19, 2016 Posted May 19, 2016 Hi, if I'm not mistaking, the sources are included in the processwire github repository:https://github.com/ryancramerdesign/ProcessWire/tree/devns/wire/modules/AdminTheme/AdminThemeReno/styles 2
szabesz Posted May 19, 2016 Posted May 19, 2016 I've set a custom image to replace the PW logo... I'm interested mainly in colors, and it would be even better if we could have a "color customizer" in the admin interface for the Reno theme. I've made this manually and there are only a few main colors, and by tweaking them the admin can match the client's color scheme. Basic admin customizer feature request? I support it! +1 However, I'm still a fan of the classic theme, mainly because the Reno theme has no dropdown menus, which I miss a lot. I no not like clicking around too much, the accordion style menu is not much fun.. 1
tpr Posted May 19, 2016 Posted May 19, 2016 Thanks @Sebii, I'll look into them. @szabesz I like the Reno theme better, even with its little quirks. It does have "dropdown" menus, at the end of the rows there's a flash-like icon. I'm still a fun of the classic theme A very basic customizer would be FUN (and not FAN) 1
szabesz Posted May 19, 2016 Posted May 19, 2016 (edited) Thanks trp, fixed the typo As for the accordion: I'm missing the instant access of the second level of the main menu. Besides, positioning the mouse cursor over the little flash icon is troublesome, so I just tend to click the menu anyway. EDIT: second level Edited May 19, 2016 by szabesz
tpr Posted May 19, 2016 Posted May 19, 2016 I agrree, but still, Reno feels better Here is a quick idea of having the sidebar accordion always open: 1
LostKobrakai Posted May 19, 2016 Posted May 19, 2016 Always open can be accomplished by using these styles e.g. with AdminCustomFiles: #main-nav > li > ul{ display: block !important; } #main-nav > li { background-color: #e2e9ef !important; } 3
szabesz Posted May 19, 2016 Posted May 19, 2016 Always open can be accomplished by using these styles e.g. with AdminCustomFiles: #main-nav > li > ul{ display: block !important; } #main-nav > li { background-color: #e2e9ef !important; } I was about to ask it! Thanks a lot!
esl Posted February 1, 2017 Posted February 1, 2017 I think it would be a good solution to open the pages tree from the left menu on the panel (as in topnav), rather than a direct link to the home page.
Scheintod Posted February 27, 2018 Posted February 27, 2018 Hi. I,too, like the Reno Theme. But I has one major annoyance: It hijacks the alt-left / alt-right key combinations for sidebar hiding/showing. These are the keyboard shortcuts every browser on every operation system has agreed upon to be for backward / forward navigation and I'm using them day in day out. Would it be possible to free these keys again and put show/hide on some other keys?
HannaP Posted April 14, 2023 Posted April 14, 2023 Is the Reno Theme still alive? I hope so. When updating to PHP 8.1 it throws this error: Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in .../wire/modules/AdminTheme/AdminThemeReno/AdminThemeRenoHelpers.php on line 357 Anything I can do about it?
flydev Posted April 15, 2023 Posted April 15, 2023 13 hours ago, HannaP said: Anything I can do about it? Ignoring it. Optionally reporting it on github issue. It's just a deprecation warning, not an error.
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