Jump to content


Photo

Release: Moderna Admin Template


  • Please log in to reply
36 replies to this topic

#21 nikola

nikola

    Sr. Member

  • Members
  • PipPipPipPip
  • 224 posts
  • 81

  • LocationZagreb, Croatia

Posted 21 October 2011 - 06:50 AM

Thank you all for the compliments about the theme.

I'm going to release something else pretty soon  ;)
Check out my ProcessWire admin themes: Futura Remixed Admin Theme / Moderna Admin Theme / Futura Admin Theme

#22 koorb

koorb

    Newbie

  • Members
  • Pip
  • 3 posts
  • 0

Posted 25 October 2011 - 02:51 PM

Absolutely fabulous. Really great theme

#23 apeisa

apeisa

    Hero Member

  • Moderators
  • 2,530 posts
  • 859

  • LocationVihti, Finland

Posted 25 October 2011 - 03:03 PM

Absolutely fabulous. Really great theme


It is! And welcome to the forums koorb :)

#24 koorb

koorb

    Newbie

  • Members
  • Pip
  • 3 posts
  • 0

Posted 26 October 2011 - 03:07 PM

It is! And welcome to the forums koorb :)


Thanks :) Would be great to get rid of cufon for @font-face though

#25 nikola

nikola

    Sr. Member

  • Members
  • PipPipPipPip
  • 224 posts
  • 81

  • LocationZagreb, Croatia

Posted 26 October 2011 - 11:52 PM

If we use fonts from font face library we would lose support for all special charcters now included in cufon font used in this theme. The only way would be to create custom font face kit and to replace cufon references. I might try that...
Check out my ProcessWire admin themes: Futura Remixed Admin Theme / Moderna Admin Theme / Futura Admin Theme

#26 theSeekerr

theSeekerr

    Jr. Member

  • Members
  • PipPip
  • 11 posts
  • 0

Posted 09 January 2012 - 10:37 PM

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...

#27 formmailer

formmailer

    Sr. Member

  • Members
  • PipPipPipPip
  • 245 posts
  • 28

  • LocationHudiksvall, Sweden (but originally from The Netherlands)

Posted 10 January 2012 - 02:25 AM

The attachments are there, under Nikola's first post in this thread.

/Jasper

#28 Pete

Pete

    Administrator

  • Administrators
  • 1,756 posts
  • 658

  • LocationChester, England

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 tinacious

tinacious

    Full Member

  • Members
  • PipPipPip
  • 66 posts
  • 33

  • LocationToronto, Canada

Posted 26 May 2012 - 11:43 AM

I love this theme. So far it's my favourite of the admin themes, with my slight variation in making it pink. :lol:

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...

Attached Thumbnails

  • column-width-issue.png


#30 MadeMyDay

MadeMyDay

    Sr. Member

  • Members
  • PipPipPipPip
  • 139 posts
  • 125

Posted 27 May 2012 - 03:12 AM

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;
}

Edited by MadeMyDay, 27 May 2012 - 06:19 AM.


#31 tinacious

tinacious

    Full Member

  • Members
  • PipPipPip
  • 66 posts
  • 33

  • LocationToronto, Canada

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.

#32 OrganizedFellow

OrganizedFellow

    Sr. Member

  • Members
  • PipPipPipPip
  • 100 posts
  • 29

  • LocationEl Paso TX

Posted 26 November 2012 - 01:19 PM

FANTASTIC theme!
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 FuturShoc

FuturShoc

    Distinguished Member

  • Members
  • PipPip
  • 37 posts
  • 14

  • LocationHot Springs, Arkansas USA

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 nikola

nikola

    Sr. Member

  • Members
  • PipPipPipPip
  • 224 posts
  • 81

  • LocationZagreb, Croatia

Posted 21 January 2013 - 06:48 AM

Hi FuturShoc,

 

try to flush your browser cache and it should work normally.


Check out my ProcessWire admin themes: Futura Remixed Admin Theme / Moderna Admin Theme / Futura Admin Theme

#35 FuturShoc

FuturShoc

    Distinguished Member

  • Members
  • PipPip
  • 37 posts
  • 14

  • LocationHot Springs, Arkansas USA

Posted 26 January 2013 - 11:53 AM

Got it! Thanks, guys!

 

I'd have sworn I tried dumping my cache.

 

As it turns out, the "/styles" folder wasn't getting uploaded when I installed the theme.

 

nikola - The theme is gorgeous! Thanks for your work on it!



#36 photoman355

photoman355

    Jr. Member

  • Members
  • PipPip
  • 47 posts
  • 4

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 pogidude

pogidude

    Jr. Member

  • Members
  • PipPip
  • 25 posts
  • 5

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