I'm going to release something else pretty soon
Release: Moderna Admin Template
#21
Posted 21 October 2011 - 06:50 AM
I'm going to release something else pretty soon
#23
Posted 25 October 2011 - 03:03 PM
Absolutely fabulous. Really great theme
It is! And welcome to the forums koorb
#25
Posted 26 October 2011 - 11:52 PM
#28
Posted 10 January 2012 - 03:24 AM
Am I going mad, or is there no download link? I presume we must have lost attachments with the change to the new forum software...
You're not going mad - there was a final step I forgot to complete last night. I realised what it was at midnight, but it was a bit late by then. Welcome to the forums by the way
The attachments are there, under Nikola's first post in this thread.
/Jasper
They should all be visible and working now - fixed them about an hour ago.
#29
Posted 26 May 2012 - 11:43 AM
I have one concern. I installed this admin theme early on in my experience with ProcessWire so I'm not 100% sure of what the default functionality is in some areas. I recently saw a video that Ryan had posted about adjusting column width. It appears that once you shrink columns they are supposed to float beside each other on the same line if they fit. This is what was apparent in the default admin theme in the video anyhow. In the theme I'm using, my pink version of your moderna admin theme, the shrunken checkbox columns clear to the next line. Is this supposed to happen? I noticed there are two options for checkboxes (single and multi) and I'm using several single ones.
Then again, I modified the theme, but I only messed with colours.
Anyway, here's a screenshot.
Edit: Never mind about the issue reverting back to the previous theme (if you get instant updates). I probably deleted the required theme accidentally...
Tina // TinaciousDesign.com // @tinaciousdesign
#30
Posted 27 May 2012 - 03:12 AM
edit: I think it is the class "InputfieldColumnWidth". Look for that in the ui.css or add this:
.Inputfields > li.InputfieldColumnWidth {
float: left;
clear: none;
margin-top: 0;
margin-left: 1%;
}
.Inputfields li.InputfieldColumnWidthFirst {
clear: both;
margin-left: 0;
}
Edited by MadeMyDay, 27 May 2012 - 06:19 AM.
#31
Posted 30 May 2012 - 06:25 PM
This template was made before the column feature was introduced. So look in the code, the columns have a special class (guess something with "column", I am not at my computer now). Just apply a "float:left;" to that class in the admin's CSS.
edit: I think it is the class "InputfieldColumnWidth". Look for that in the ui.css or add this:
.Inputfields > li.InputfieldColumnWidth {
float: left;
clear: none;
margin-top: 0;
margin-left: 1%;
}
.Inputfields li.InputfieldColumnWidthFirst {
clear: both;
margin-left: 0;
}
Amazing. Thanks.
Tina // TinaciousDesign.com // @tinaciousdesign
#32
Posted 26 November 2012 - 01:19 PM
Really love the color scheme, it's very soothing Mr. Nikola.
:)
I made a few minor changes to 'main.css'.
#latest {
text-transform: capitalize;
}
#latest-updates ul {
width: 240px;
}
#latest-updates ul li {
margin: 0 0 0 20px;
}
#latest-updates ul li a {
display: block;
}
#latest-updates ul li a:hover {
border-right: 5px solid #0fa8da;
padding-right: 5px;
}
I just like having the Latest Update post links as blocks. It makes for easier clicking ;)
#33
Posted 20 January 2013 - 12:42 PM
This is my favorite of all the listed admin themes.
For some reason, none of the CSS files are loaded properly when I install this theme. Could it be because I'm using a non-standard URL?
http://74.52.58.162/~imageeff/
#34
Posted 21 January 2013 - 06:48 AM
Hi FuturShoc,
try to flush your browser cache and it should work normally.
#36
Posted 26 March 2013 - 05:29 PM
Great template Nikola, just what I was after. I've found a small error in the css which was flagged up earlier by MadyMyDay. The column width feature of PW wasn't working which left me scratching my head. I've traced it back to the following missing styles in your ui.css file.
.InputfieldForm .Inputfields > .InputfieldColumnWidth {
clear: none;
float: left;
margin-left: 1%;
margin-top: 0;
}
.InputfieldForm .Inputfields .InputfieldColumnWidthFirst, .InputfieldForm .Inputfields .InputfieldColumnWidth + .InputfieldSubmit {
clear: both;
margin-left: 0;
}
I added them in and everything works as expected now.
#37
Posted 23 May 2013 - 07:42 PM
Thanks for this awesome theme Nikola. Love it ![]()
Just one small thing though. If install the Page Edit Fold Status module http://mods.pw/4Q the top save button doesn't *save* edits any more. I initially thought it was the module that was the issue but when I switched to the default admin theme, the top save button works correctly now.
Other than that, loving the theme.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users













