News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Epic

Started by Crip, January 30, 2011, 07:59:47 PM

Previous topic - Next topic

Crip

Link to the theme


Very clean and modern SMF theme with orange colors and gradients.

  ==> http://www.jpr62.com/demos/
&
  ==> Alternative Theme Support ..if needed ...
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

ARG01

Another nice one bro. As you know I can only see it using IE on your theme site but one thing that I would consider would be changing the look of the active button in the nave menu. It doesn't quite blend in with the rest of the menu. Other than that, excellent job.  ;)
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Crip

t/y
... True , i tried 3 or 4 but i'll keep looking for one.
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

ARG01

Maybe use all three menu images like you do for the span of the menu?  Maybe something like these? But of course they will need to be coded in and renamed to be used as active.

;)
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Crip

wow!
..thanks bro -- not sure I can do it though , might try?
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

ARG01

I will work on it on my test site and let you know how it turns out.  ;)
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

ARG01

#6
Maybe something like one of these?  ;)
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Crip

T/Y G1,

------- I really like the one in the 1st shot , how can i get that?
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

ARG01

My first idea didn't go as planned so I tried something different.

Add the image in attachment to the images/id folder and in index.css change this:
#nav li a.active {
background: url(../images/id/chosen.gif) repeat-x;
margin-left: -2px;
display: block;
color: orange;
font-weight: 900;
}
#nav li a:hover, #nav li:hover a, #nav li.sfhover a {
background: none;
color: #ddd;
text-decoration: none;
}
#nav li:hover li a, #nav li ul li a:hover {
color: #fff;
background: #E4620E;
}


To this:
#nav li a.active {
background: url(../images/id/nav_active.png) 0 50% no-repeat;
color: #000;
}
#nav li a.active span {
background: url(../images/id/nav_active.png) 100% 50% no-repeat;
}
#nav li a:hover, #nav li:hover a, #nav li.sfhover a {
background: none;
color: #ddd;
text-decoration: none;
}
#nav li:hover li a, #nav li ul li a:hover {
color: #ccc;
background: #E4620E;
}


:)
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Crip

Thanks bro ,
trying it now. :P
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

SCM23

I have a problem using your theme

http://www.simplemachines.org/community/index.php?topic=420131.0

I always get the message

QuoteUnable to load the 'main_above' template

ARG01

Your site is running SMF 1.1.12. The theme is for SMF 2.0 rc4.  ;)
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

SCM23


ARG01

See my last post. I edited before you posted.  ;)
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

SCM23


ARG01

#15
Quote from: Crip on February 01, 2011, 11:51:45 AM
Thanks bro ,
trying it now. :P

Just wondering how this worked out for you Crip. I also noticed a small glitch on my test site. There doesn't seem to be a Logout option with this theme.  ;D
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Crip

..yeah , just increase Theme Width .. √√
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

ARG01

Quote from: Crip on February 03, 2011, 01:45:27 PM
..yeah , just increase Theme Width .. √√

You would think that if the width was too narrow then it would push extra menu items to a second line? I have a few test buttons that were in the way. Anyway, that seemed to have worked.  ;)
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Crip

you know it bro'  .. better than me Lol . :D
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Bugo

I have noticed some problems — see screenshot.

Fix 1: in index.template.php find

echo ' »';

and replace with

echo ' »';


Fix 2: in index.css add

#nav li ul {width: 250px;}
#nav li li {width: 250px;}

Advertisement: