tpr Posted December 14, 2016 Author Share Posted December 14, 2016 @Robin S Could you tell if there's a body class or something that I can use to disable the relative position for H1's on those sites? I don't have ProDevTools to check. @Speed Could you elaborate a bit more? Also, what AOS version are you using? A few versions ago the search could be focused using double-tap the Shift key but that was removed because such issues you mentioned. Link to comment Share on other sites More sharing options...
Robin S Posted December 14, 2016 Share Posted December 14, 2016 8 hours ago, tpr said: @Robin S Could you tell if there's a body class or something that I can use to disable the relative position for H1's on those sites? I don't have ProDevTools to check. Nothing useful on the body I think but there is a class on the h1 and also its containing div: 1 Link to comment Share on other sites More sharing options...
tpr Posted December 14, 2016 Author Share Posted December 14, 2016 v109 is up - see the readme file on date formattig: PageListTweaks: ability to format unix timestamps in pagelists PageListTweaks: using %field.property% will output the value in the user's language (if available) PageListTweaks: always show extra actions fixed language translator filterbox not appearing possible fix for unclickable select dropdowns in ProDevTools API Explorer (reported by Robin S.) "Always show extra actions" was a client request and removes the need to click on the ">" icon to see the extra actions. This can be handy for power users or when you often need to toggle pub/hidden states of pages. Or simply lazy 4 Link to comment Share on other sites More sharing options...
StanLindsey Posted December 15, 2016 Share Posted December 15, 2016 tpr, this is awesome stuff. 2 Link to comment Share on other sites More sharing options...
Speed Posted December 15, 2016 Share Posted December 15, 2016 On 12/14/2016 at 6:03 AM, tpr said: @Speed Could you elaborate a bit more? Also, what AOS version are you using? A few versions ago the search could be focused using double-tap the Shift key but that was removed because such issues you mentioned. Usually, If you click on any input box in PW you'd see cursor blinking. This will confirm that input box is active. Now If you hold down Shift key on keyboard before you could hit on any keys on keyboard (i.e. to create first capital letter). The input box becomes deactive, the blinking cursor will disappear The current version i had problem was 0.9.7. I just updated to 1.0.9... Unfortunately, the problems still exist. Link to comment Share on other sites More sharing options...
tpr Posted December 15, 2016 Author Share Posted December 15, 2016 Is the search box activated? The feature I was referring was removed in v0.999 so perhaps it's only a cache issue on your side. Try hard reload and see if it helps. https://github.com/rolandtoth/AdminOnSteroids/blob/master/CHANGELOG.md#0999-2016-11-08 Link to comment Share on other sites More sharing options...
Speed Posted December 16, 2016 Share Posted December 16, 2016 On 12/15/2016 at 10:43 AM, tpr said: Is the search box activated? The feature I was referring was removed in v0.999 so perhaps it's only a cache issue on your side. Try hard reload and see if it helps. Yes, clearing cache have solved issues... Now I am facing a new problem right after updating. This come from old tread discussion on page tree If you can remember... With this code that saved in /site/template/admin.css... .PageListItem:not(.PageListItemOpen) span.PageListNumChildren.detail:not(:empty):before { content: " ← click to show children - Number of Children: " !important; } This showed up without problem on localhost running latest update of AOS 1.0.9 after transferring files from localhost into livehost... It doesn't show, seem like admin.css isn't recognized. It happen right after I updated AOS 1.0.9. However, I tried another approach. I've added site/template/admin.css into asset path it still wouldn't recognize. I have uninstall and reinstall, refresh cache and yet problem still exisit. Link to comment Share on other sites More sharing options...
tpr Posted December 16, 2016 Author Share Posted December 16, 2016 admin.css works fine here with the code above, in PW 3.042, AOS 1.0.9. I see you have "site/template" and not "site/templates", is that only a typo? Can you check using the Network tab in the devtools that admin.css is not loaded? (using Chrome, you can filter by file types) Link to comment Share on other sites More sharing options...
Speed Posted December 17, 2016 Share Posted December 17, 2016 Template with no "s" was my typo in this thread only. Here's dev tool Seem like it did not admin.css when i filtered it out. Although file is already there in livehost site same way I did in localhost. Link to comment Share on other sites More sharing options...
bernhard Posted December 18, 2016 Share Posted December 18, 2016 hi tpr, do you know where this glitch comes from? how it should be (AOS off): how it is (simple process module just returning "hallo"). sticky header OFF: is this a bug or did i forget a setting? thank you for your help! Link to comment Share on other sites More sharing options...
tpr Posted December 18, 2016 Author Share Posted December 18, 2016 Most likely H1 tag not being full width or it is inline-block. Link to comment Share on other sites More sharing options...
bernhard Posted December 18, 2016 Share Posted December 18, 2016 h1 is float: left; - i don't know why, it must have to be a setting of AOS. it's quite hard to find out what setting it could be so i thought you may have an idea? Link to comment Share on other sites More sharing options...
tpr Posted December 19, 2016 Author Share Posted December 19, 2016 It's the "headBtnToTitle" as you can see in the dev tools, coming from "Place header button next to the main title" from RenoTweaks. 1 Link to comment Share on other sites More sharing options...
tpr Posted December 19, 2016 Author Share Posted December 19, 2016 @Speed are you sure you can access admin.css directly in your browser? Plus AOS checks if the file exists, can you confirm that PHP can access it? (maybe a file permission issue?) Link to comment Share on other sites More sharing options...
Speed Posted December 20, 2016 Share Posted December 20, 2016 5 hours ago, tpr said: @Speed are you sure you can access admin.css directly in your browser? Plus AOS checks if the file exists, can you confirm that PHP can access it? (maybe a file permission issue?) Edit: File permission for admin.css is set at 644 as default following config.php. I have created new css file and call them two.css, added same code string, and set site/templates/two.css into asset path. It doesn't detect two,css either. Can you elaborate how could I access admin.css through browser. Sure I can access .css for template with browser but not knowing how I could this for admin. Here are view source for Admin... it seem like it isn't detecting admin.css from site/templates/... Link to comment Share on other sites More sharing options...
tpr Posted December 20, 2016 Author Share Posted December 20, 2016 Thanks, just noticed you are running PW from a subfolder so most probably AOS is using relative paths and that's why the assets are not loaded. I will post a fix soon. 1 Link to comment Share on other sites More sharing options...
tpr Posted December 20, 2016 Author Share Posted December 20, 2016 @Speed Could you try this? It's working for me when PW is in a subdir or in the root. AdminOnSteroids.module (updated) Link to comment Share on other sites More sharing options...
tpr Posted December 20, 2016 Author Share Posted December 20, 2016 Nav item submenus are coming 2 Link to comment Share on other sites More sharing options...
tpr Posted December 21, 2016 Author Share Posted December 21, 2016 v112 is uploaded and contains the submenu feature for custom nav items. See the readme for the instructions. On the default theme its appearance is similar to the other 3rd level menus: 3 Link to comment Share on other sites More sharing options...
Speed Posted December 21, 2016 Share Posted December 21, 2016 On 12/20/2016 at 2:40 AM, tpr said: @Speed Could you try this? It's working for me when PW is in a subdir or in the root. AdminOnSteroids.module Module that work for you... was this working on localhost or livehost? It didn't work on me when I download and tried yours from livehost but worked on localhost. Although I did some test, I've added the code string at the very bottom of AdminOnSteroids.css. and this worked on livehost. So I am guessing somewhere in your module, i didn't detect admin.css in subpage of livehost. Link to comment Share on other sites More sharing options...
tpr Posted December 21, 2016 Author Share Posted December 21, 2016 I tried it on two servers (livehost), in a subdir and in the root. You could try to uncomment the series of bd() calls in line 913 and further down in 961 to see what paths/urls AOS tries to use (requires Tracy Debugger). You can update the module from the directory as it contains these fixes. Link to comment Share on other sites More sharing options...
Juergen Posted December 26, 2016 Share Posted December 26, 2016 Hello @tpr here is an idea, what can also be useful for admins: It would be great if there will be a drag and drop possibility in the forms to change the position of a field in the form itself. You have added a great function to edit a field directly from the form. So changing the position of the field in the form directly would also be a great addon (but maybe difficult to implement?!?) I hope you understand what I mean. At the moment you have to open the template directory and change the position of the fields there. With roles permission you can make this only accessable for superusers. Its only an idea. Best regards Jürgen Link to comment Share on other sites More sharing options...
tpr Posted December 26, 2016 Author Share Posted December 26, 2016 I think this feature won't be that hard to implement but I see it as an edge-case so I'm not sure too many users would use it. The UI would be another question, I think the current "Edit template" tooltip could have an extra icon (eg. "Edit fields order"), and clicking on it the fields could be drag-and-dropped. But again, I would like to see others voting for this feature. Link to comment Share on other sites More sharing options...
bernhard Posted December 27, 2016 Share Posted December 27, 2016 i don't understand what you mean jürgen... you can edit the field's position in the template editor. it's only 1 click away from the page-edit-screen. Link to comment Share on other sites More sharing options...
tpr Posted December 27, 2016 Author Share Posted December 27, 2016 But it's not wysiwyg and he's getting lazy at the end if the year 2 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