Simplicity Lite [Deleted]

Nulumia

Well-known member
whitesky submitted a new resource:

Simplicity Lite - Simple & lightweight free style



Simplicity is a free, light-weight and -- simple! -- style for Xenforo, great for anyone looking for a minimalistic theme.

Simplicity doesn't have bells and whistles, but makes minimal edits to default Xenforo to give you a pretty and elegant starter theme, making it both light and fast...

Read more about this resource...
 
whitesky updated Simplicity Lite with a new update entry:

Minor style fixes and improvements

August 20 2017 | Theme Version 1.0.1

To view this latest version live, please visit the Demo Forum here:
https://demo.nulumia.com/xenforo/index.php?misc/style&style_id=43

To update your theme, please download the latest version at:
https://www.nulumia.com/my-account/downloads/

Changelog
  • Improved handling of navigation dropdown menus on hover
  • Reverted removal...

Read the rest of this update entry...
 
Hey @whitesky,
I just brought this theme and am attempting to change the node icons however everything I try in extra.css and the actual style properties the speech bubble node icon continues to show.

Is there some way to fix this and replace the node icons?
 
Hi there Oz, sorry if this entry wasn't mentioned in the instructions, I'll definitely update that for the next build.

You can change the node icons by visiting Admin -> Style Properties -> [Nulumia] Theme Options
There you'll find the fields to enter the FontAwesome icon code for Node, Page, and Link types. Note that it takes the <i> code from fontawesome.io, for example:
<i class="fa fa-comment" aria-hidden="true"></i>
Let me know if this helps, and there's many feature improvements coming shortly in the next update :-)
 
Fantastic,
Something so simple yet with working for hours on a website just not something I thought about. I truly appreciate your assistance and love that this is a good, clean yet simple theme.

Gives people like me a great start to work on to create our themes. I do look forward to your updates but also look forward to showcasing what I have done shortly just hoping for help on making just one of my sidebar titles a different color (to bring attention to it) and so hopefully after that is solved I will be able to share.
 
Not currently in my free style framework but I can add this in

That would be great!

However, I should add - I guess that I am just used to my favorite site & it is full width, but as I "shop" for a theme, I'm beginning to see some value for the sidebar - even tho my fav site doesn't use one - they cover the same functions of the sidebar in a different way I guess & I've been there so long I know my way around... but for my potential project, a sidebar might add some ease of use for newbies.

Gives people like me a great start to work on to create our themes.

Hey Oz, your site looks great w/ the red white black color scheme.

I was looking at another author's product & posted in the demo site (so they will probably never see it) that it would be cool to offer "international color presets" - ie: USA / France / others = red white blue, Sweden = blue primary yellow secondary, Italy & others = green white red, China & others = red yellow, etc.

https://en.wikipedia.org/wiki/List_of_flags_by_color_combination
 
Last edited:
Hey Oz, your site looks great w/ the red white black color scheme.

I was looking at another author's product & posted in the demo site (so they will probably never see it) that it would be cool to offer "international color presets" - ie: USA / France / others = red white blue, Sweden = blue primary yellow secondary, Italy & others = green white red, China & others = red yellow, etc.

https://en.wikipedia.org/wiki/List_of_flags_by_color_combination

I completely agree this would be awesome - I know on the older software Kier and that were working on you could have custom profile fields and whatever one they select it changes the user postbit or could be set by admin etc

I think this would be a fantastic addition.
 
Hey all some good news, the new Simplicity Lite update is almost complete! The next update brings full new compatiblity with Xenforo Resource Manager, a dozen new addons, toggled sidebar mode (thanks to @talk2troy ), and many more style improvements. I'll also be providing additional color presets out the box.

Simplicity Pro is also nearly complete and a live demo will be up over the weekend.

I completely agree this would be awesome - I know on the older software Kier and that were working on you could have custom profile fields and whatever one they select it changes the user postbit or could be set by admin etc

I think this would be a fantastic addition.

Starting with Xenforo 2, I'll be integrating a javascript/cookie system into some themes that will allow the user to change color presets on the fly, removing the need for child-styles. Perhaps something like what you explained could be integrated in, if not in the style then as part of a plugin :-). Will keep this in mind.
 
The new Simplicity Lite update will be available tomorrow, and includes full new support for Resource Manager, Improved Blog support, and will be receiving the FontAwesome based text editor from my other commercial themes :). The sidebar will also be optional.

@talk2troy Apologies for the delay regarding those, the shoutbox is DragonByte Tech's Shoutbox Lite which I'd recommend as a great free shout mod (haven't tried paid mods though such as Siropu or Taiga, which I also hear are great).

The slideshow is a built-in feature for my commercial themes, such as DarkTabbed and the various gaming themes. It will be available in the Simplicity Pro version which is coming soon and offers a lot more powerful features.
 
whitesky updated Simplicity Lite with a new update entry:

Resource Manager, Bug fixes and improvements

September 14 2017 | Theme Version 1.0.2

To view this latest version live, please visit the Demo Forum here:
https://demo.nulumia.com/xenforo/index.php?misc/style&style_id=43

To update your theme, please download the latest version at:
https://www.nulumia.com/shop/xenforo-styles/simplicity-lite/

Changelog
  • Added new FontAwesome rich text editor (available via [Nulumia] Theme Options style property group)
  • Added style support for...

Read the rest of this update entry...
 
I am using Simplicity Lite - and have nearly finished modifying it to my needs but was wondering how we centred the logo image at hte top. At the moment no matter what I do it is stuck to the left.
 
I am using Simplicity Lite - and have nearly finished modifying it to my needs but was wondering how we centred the logo image at hte top. At the moment no matter what I do it is stuck to the left.
Sure, I can come up with a quick bit of CSS for you to do this! (and add feature to next version)
 
whitesky updated Simplicity Lite with a new update entry:

New feature to center header logo

September 14 2017 | Theme Version 1.0.3

To view this latest version live, please visit the Demo Forum here:
https://demo.nulumia.com/xenforo/index.php?misc/style&style_id=43

To update your theme, please download the latest version at:
https://www.nulumia.com/shop/xenforo-styles/simplicity-lite/

File Package Change:

For added compatibility with legacy extraction software, all downloads will be given in .zip format (vs 7zip, tar or others)...

Read the rest of this update entry...
 
I've just updated the theme (check post directly above^) with the option to center the logo (available in [Nulumia] Theme Options property group).

If you don't wish to update at this time, you can center the logo simply by adding the following to extra.css:

CSS:
#logo {
    float: none;
    margin: auto;
    text-align: center;
}
 
Top Bottom