ryan Posted March 10, 2017 Share Posted March 10, 2017 This week we’ve got a new core version on the dev branch (3.0.55). This version has a whole bunch of fixes and adjustments. It also adds a new drop-down page tree that we cover in more detail in this blog post. https://processwire.com/blog/posts/processwire-3.0.55-core-updates/ 8 Link to comment Share on other sites More sharing options...
tpr Posted March 10, 2017 Share Posted March 10, 2017 The Tree menu will come handy, even if I use the Reno theme. Is this feature connected with the Page List module's "Allow use of bookmarks" setting? If I uncheck the tree is gone, except from Reno. Update: only the Bookmarks menu items is present in the Tree flyout if I enable this setting, no pages there. Using 3.054 (multilanguage) the Tree was there but disappeared a few days later. Link to comment Share on other sites More sharing options...
Robin S Posted March 11, 2017 Share Posted March 11, 2017 Quote These dropdown menus are a little better suited to the Uikit admin theme than the Default admin theme, mostly because the top navigation lives on the left rather than the right. This leaves more room for drilling down through the page tree. For those wanting more room for the tree dropdowns in the default admin theme it's easy as pie with a little custom CSS: /* Align tabs to left to make more room for tree dropdowns */ #masthead #topnav { float:left; margin-left:30px; /* just a little left margin to leave some space around the PW logo */ } @tpr, could maybe be an option in AdminOnSteroids? @Pete, the syntax highlighting in forum code blocks seems be broken for CSS - looks good in the modal, but no highlighting when the modal is closed. 4 Link to comment Share on other sites More sharing options...
adrian Posted March 11, 2017 Share Posted March 11, 2017 Nice one @Robin S - I think I prefer that in general anyway - less mouse distance to cover! 2 Link to comment Share on other sites More sharing options...
tpr Posted March 11, 2017 Share Posted March 11, 2017 Added the option to AOS, will be available in v130. 9 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