Jump to content


Gotta Share The Love!


17 replies to this topic

#1 jasonant

    Junior Member

  • Customer
  • PipPipPip
  • 77 posts

Posted 23 April 2012 - 12:54 PM

Im a little late to the party here, but I have to give a shout out to Alex and the MD theme.

Its bad ass.

Just did a few minor updates to EvenMinds and I'd love to get everyone's feedback:

http://evenminds.com

Thanks -

Jason

(btw - welcome, Sean! Glad to see you here)
Follow me on Twitter @JasonAGroup

#2 Sean Davis

    Retired Staff

  • Retired Staff
  • PipPipPip
  • 2,012 posts
  • LocationAustin, Texas

Posted 23 April 2012 - 01:44 PM

Thanks, Jason!

I think your install looks nice and clean. The background you're using is one of my favorites. SubtlePatterns.com? :P

My one and only suggestion would be to somehow break up the area between your header and feature box. Right now, I feel like it's incomplete because of the solid dark color. Are you considering using the main menu at all? Or perhaps some formation on the feature box?

Either way, your site is clean!
I no longer work for Kolakube! Alex is still my buddy and all is good in the hood. But I no longer provide support in these forums. Please don't private message me for help or contact me on Skype for help. Thanks. :)

#3 Alex Mangini

    "The kid"

  • Kolakube Admin
  • 2,386 posts
  • LocationAustin, Texas

Posted 23 April 2012 - 01:57 PM

Long time no see :D

I agree with Sean, I'd try making the colors in the header and feature box different.
- Alex
You should follow me on Twitter
NOTE: Unless stated otherwise, please do not personal message/email me for support.
I will happily help you if you post a thread in the forums.

#4 jasonant

    Junior Member

  • Customer
  • PipPipPip
  • 77 posts

Posted 23 April 2012 - 06:31 PM

@Sean yes, subtle patterns has some great patterns! Haven't put much thought into using the menu, but definitely been wanting to change up the header and feature box colors.. Any thoughts, suggestions?

Wondering if getting rid of the grey all together would work, or keeping it in one area only...


@Alex yes, it's been a minute. Ive been fortunate enough to collaborate on some great sites and writing projects over the pas month or two. Great job here, man. Will be reaching out to you soon, too!
Follow me on Twitter @JasonAGroup

#5 Sean Davis

    Retired Staff

  • Retired Staff
  • PipPipPip
  • 2,012 posts
  • LocationAustin, Texas

Posted 23 April 2012 - 07:39 PM

Honestly, I don't think the gray is that bad if you have a menu in there. Remember that there are plenty of built-in colors for the menu itself so that may be all you need.

The feature box has a lot of dead space so I think that's making it worse. I looked at your source code and saw some random <br> tags in the h1 headline. Is that to push the content further down so it doesn't sit so high? You can add this to your custom.css to shape things up a little better:


.custom #feature_box h1 {
	padding-top: .5em;
}

.custom #feature_box > p {
	font-size: 1.1em;
}

.custom #feature_box .format_text ul li {
	margin-bottom: .7em;
	font-size:  1.1em;
}

I no longer work for Kolakube! Alex is still my buddy and all is good in the hood. But I no longer provide support in these forums. Please don't private message me for help or contact me on Skype for help. Thanks. :)

#6 jasonant

    Junior Member

  • Customer
  • PipPipPip
  • 77 posts

Posted 23 April 2012 - 09:27 PM

Thanks for the code, Sean! That def tightened up the feature box - this is my first stab at any type of coding so it is greatly appreciated.

I was looking around in the dashboard and could not see the menu options (is it a Thesis option or an MD?), outside of that, I only have single post pages, and 3 resources pages and I'm not sure its enough to warrant a whole menu, if you know what Im getting at... perhaps a border, or even internal background graphic (similar to my resources buttons) pop out more?
Follow me on Twitter @JasonAGroup

#7 jasonant

    Junior Member

  • Customer
  • PipPipPip
  • 77 posts

Posted 23 April 2012 - 09:41 PM

scratch that, looks like adding that code didn't make a change to the feature box.. I'm missing something, somewhere.
Follow me on Twitter @JasonAGroup

#8 Sean Davis

    Retired Staff

  • Retired Staff
  • PipPipPip
  • 2,012 posts
  • LocationAustin, Texas

Posted 23 April 2012 - 09:58 PM

Where did you add the code? Dashboard => Thesis => Custom File Editor... right? That definitely should have worked. I don't see that CSS in your custom.css file right now.

I don't think you'd have to get too extreme to separate the header from the rest of the content. Maybe just a thicker border at the bottom of it? Try this in your custom.css file:

.custom #header_area.full_width {
    border-bottom: 4px solid #F1F1F1;
}

Let me know if you need help getting it all in place. Both codes should work fine.
I no longer work for Kolakube! Alex is still my buddy and all is good in the hood. But I no longer provide support in these forums. Please don't private message me for help or contact me on Skype for help. Thanks. :)

#9 Sean Davis

    Retired Staff

  • Retired Staff
  • PipPipPip
  • 2,012 posts
  • LocationAustin, Texas

Posted 23 April 2012 - 10:00 PM

Oh and the menus are created through Dashboard => Appearance => Menu. You'd need to create a new manu called "Main Menu" and then assign it to the main menu location. That's the one that will show up beneath the header. If you wanted to give that a shot (I do agree with you on not having enough stuff to warrant the use of another menu), you wouldn't need the CSS directly above this post.
I no longer work for Kolakube! Alex is still my buddy and all is good in the hood. But I no longer provide support in these forums. Please don't private message me for help or contact me on Skype for help. Thanks. :)

#10 jasonant

    Junior Member

  • Customer
  • PipPipPip
  • 77 posts

Posted 23 April 2012 - 10:04 PM

Yes, I added it to Custom File Editor and it appears nothing changed.. just dropped in that border code and that worked/showed up immediately for me. Wonder if there is conflicting code by any chance for the feature box?
Follow me on Twitter @JasonAGroup

#11 Sean Davis

    Retired Staff

  • Retired Staff
  • PipPipPip
  • 2,012 posts
  • LocationAustin, Texas

Posted 23 April 2012 - 10:08 PM

That's definitely possible. But I'm looking at your CSS file right now and I see:

.custom #feature_box h1 {
}
.custom #feature_box > p {
}
.custom #feature_box .format_text ul li {
}

What's up with that? What happened to the properties and values?
I no longer work for Kolakube! Alex is still my buddy and all is good in the hood. But I no longer provide support in these forums. Please don't private message me for help or contact me on Skype for help. Thanks. :)

#12 jasonant

    Junior Member

  • Customer
  • PipPipPip
  • 77 posts

Posted 23 April 2012 - 10:10 PM

crazy! no idea, the properties show in my editor just like you had.. i did cut and paste though, let me try to enter manually..
Follow me on Twitter @JasonAGroup

#13 jasonant

    Junior Member

  • Customer
  • PipPipPip
  • 77 posts

Posted 23 April 2012 - 10:18 PM

Ok, looks like after I entered by typing it in, it took :) Not sure why pasting it didnt take in the editor.

It does help with the spacing, thats for sure - thank you man.
Follow me on Twitter @JasonAGroup

#14 Sean Davis

    Retired Staff

  • Retired Staff
  • PipPipPip
  • 2,012 posts
  • LocationAustin, Texas

Posted 23 April 2012 - 10:21 PM

One last thing... part of your code was still copied/typed wrong. :P

You have:

.custom #feature_box .format_tex ul li {
    font-size: 1.1em;
    margin-bottom: 0.7em;
}

You're missing the "t" at the end of ".format_text" That will add the finishing touch for you!
I no longer work for Kolakube! Alex is still my buddy and all is good in the hood. But I no longer provide support in these forums. Please don't private message me for help or contact me on Skype for help. Thanks. :)

#15 jasonant

    Junior Member

  • Customer
  • PipPipPip
  • 77 posts

Posted 23 April 2012 - 10:25 PM

wow, what an amazing difference that made - ah, the wonderful world of coding (that I have completely no idea about, haha) :lol: You rock, Sean!
Follow me on Twitter @JasonAGroup

#16 Sean Davis

    Retired Staff

  • Retired Staff
  • PipPipPip
  • 2,012 posts
  • LocationAustin, Texas

Posted 23 April 2012 - 10:28 PM

Thanks, man! :D
I no longer work for Kolakube! Alex is still my buddy and all is good in the hood. But I no longer provide support in these forums. Please don't private message me for help or contact me on Skype for help. Thanks. :)

#17 jasonant

    Junior Member

  • Customer
  • PipPipPip
  • 77 posts

Posted 23 April 2012 - 10:34 PM

anytime! I actually ended up tweaking the color on the header border to match the dark red portion of the logo and i think it looks pretty sharp and crisp now..
Follow me on Twitter @JasonAGroup

#18 Sean Davis

    Retired Staff

  • Retired Staff
  • PipPipPip
  • 2,012 posts
  • LocationAustin, Texas

Posted 23 April 2012 - 10:39 PM

I saw that. I cracked a little smile and shook my head in approval. "Nice." B)
I no longer work for Kolakube! Alex is still my buddy and all is good in the hood. But I no longer provide support in these forums. Please don't private message me for help or contact me on Skype for help. Thanks. :)





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users