Oct 15, 2008, 03:12 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
modxcms.com web
  MODxCMS.com   Forums   Help Login Register  
Pages: [1] 2 3   Go Down
  Print  
Author Topic: [Template] Andreas01 package  (Read 18421 times)
0 Members and 1 Guest are viewing this topic.
sottwell
Documentation Team
*
Posts: 8,158



WWW
« on: Oct 31, 2005, 10:48 PM »

Uses a modified version of DropMenu which is included in the package.  Read the INSTALL.txt file for installation instructions.


* andreas01.zip (34.25 KB - downloaded 1780 times.)

* Andreas01.jpg (27.86 KB, 200x159 - viewed 5500 times.)
« Last Edit: Oct 31, 2005, 10:56 PM by sottwell » Logged

sottwell.com has moved to a lovely Solaris 10 server!
Log in username guest, password guestuser.
Templates are now becoming available at http://sottwell.com/templates.html
Trance
Jr. Member
*
Posts: 46


I love MODx!


WWW
« Reply #1 on: Mar 19, 2006, 07:41 PM »

I really love this template. But I got problems with the menu. Could you give me a hand with getting this menu working ?? I loaded all the chunks and snipets. Still stuck.

sorry for the bumb of such a old topic, but think possible other ppl with the same release (.9.1) might run into same issues. Or I am just kinda poor loader of this theme. (always possible)
Logged

sottwell
Documentation Team
*
Posts: 8,158



WWW
« Reply #2 on: Mar 20, 2006, 02:19 AM »

Is this on a local machine, or can we have a link to see what you've got so far?
Logged

sottwell.com has moved to a lovely Solaris 10 server!
Log in username guest, password guestuser.
Templates are now becoming available at http://sottwell.com/templates.html
Trance
Jr. Member
*
Posts: 46


I love MODx!


WWW
« Reply #3 on: Mar 20, 2006, 09:56 AM »

please look here: http://stage.server02.com/modx/index.php?id=40

I have 2 different templates going, don't want to confuse ppl. You'll see instantly the problem with the menu.

Logged

sottwell
Documentation Team
*
Posts: 8,158



WWW
« Reply #4 on: Mar 20, 2006, 10:03 AM »

Take a look in your document tree; do you have a document there with no title and no menutitle?  I've had this same problem when I was using the default installation, and the last page in the default installation is the login/logout page, but I didn't have the correct snippets installed, so the document's title and menutitle were blank.  That's where the empty <li> element at the end of the menu came from, at least in my case.
Logged

sottwell.com has moved to a lovely Solaris 10 server!
Log in username guest, password guestuser.
Templates are now becoming available at http://sottwell.com/templates.html
Trance
Jr. Member
*
Posts: 46


I love MODx!


WWW
« Reply #5 on: Mar 20, 2006, 10:36 AM »

I am not sure what you mean, I check my doc tree and see 2 times the *LoginName* in place.  The snippet is in place (and seems to work fine).

If you don't mind, I can give you login details so you can take a peek under the hood.
Logged

sottwell
Documentation Team
*
Posts: 8,158



WWW
« Reply #6 on: Mar 20, 2006, 10:47 AM »

Sure.  PM me with the details.
Logged

sottwell.com has moved to a lovely Solaris 10 server!
Log in username guest, password guestuser.
Templates are now becoming available at http://sottwell.com/templates.html
sottwell
Documentation Team
*
Posts: 8,158



WWW
« Reply #7 on: Mar 20, 2006, 11:00 AM »

Was just looking at the default install I keep around for reference, and I'll bet I know what's causing that.  In Template Variables, there is a TV named "LoginName".  Check that and make sure that at the bottom your new template is checked to get permissions to that TV.
Logged

sottwell.com has moved to a lovely Solaris 10 server!
Log in username guest, password guestuser.
Templates are now becoming available at http://sottwell.com/templates.html
Trance
Jr. Member
*
Posts: 46


I love MODx!


WWW
« Reply #8 on: Mar 20, 2006, 04:02 PM »

Like to share the PM, and to get the result I was after:

Ah, I think I see what you mean...you want the submenus hidden until you are on that page, then you want the submenu for that page to show in a way that lets you know where you are.  Try this in your css file:

Code:
#sideMenu li ul{
display:none;
}
#sideMenu li.here ul{
display:block;
}
#sideMenu li.here ul a{
color:#3f729f;

Adjust colors, backgrounds, etc to your liking.

Hope it all helps.. Thanks sooo much!!
Logged

bll0
Jr. Member
*
Posts: 27


WWW
« Reply #9 on: Mar 20, 2006, 05:04 PM »

It is a really nice template! Good job.
But I've got to tell you that it still doesn't render the menu correctly in Opera (my favorite). But this should only bother you if you care about our minority Wink
Logged
Trance
Jr. Member
*
Posts: 46


I love MODx!


WWW
« Reply #10 on: Mar 20, 2006, 05:47 PM »

Please post a screeny. IE has an issue with the fact the menu shifts to  the right (bout 10 to 15 px. )




Have to see how to resolve this "minor" issue...
Logged

bll0
Jr. Member
*
Posts: 27


WWW
« Reply #11 on: Mar 21, 2006, 11:56 AM »

Well, it is pretty much the same. Sometimes the text is also under the menu.
I think if you solve the problem for IE, then it might be solved for opera too...
Logged
andreasviklund
Marketing & Design Team
*
Posts: 11


I love MODx!


« Reply #12 on: Mar 21, 2006, 12:15 PM »

Hey, I do hang out here every now and then. If you need any help with this, send me a note. I'm still not familiar with MODx, but I know that design pretty well. Wink

What exactly is the problem? Give me an url or a short explaination and I'll do my best to help you out...

Edit: You want the margin to disappear in IE and Opera, for the side menu? Have you tried setting margin-left and unused padding-left to 0 for both the ul and the li in the menu? I tried it locally, and it worked well. Or do I get this wrong?
« Last Edit: Mar 21, 2006, 12:35 PM by andreasviklund » Logged
Trance
Jr. Member
*
Posts: 46


I love MODx!


WWW
« Reply #13 on: Mar 21, 2006, 07:02 PM »

I am not sure what you mean Andreas. I am not too strong in CSS. Might have to get a crash training in it and should get more play time with it.

Perhaps you can give me the CSS code for the menu, and I can test it. Or pm me the CSS file. Would be awesome!

btw, you showed me the road to ModX Cheesy So thanks Andreas!
Logged

sottwell
Documentation Team
*
Posts: 8,158



WWW
« Reply #14 on: Mar 21, 2006, 11:10 PM »

In our PM conversation, I suggested setting the menu's UL margin to 0; that fixed the issue for my copy of the page in my VirtualPC installation of IE 6.

Andreas, I fear that in some of my ports of your most excellent templates I've given full rein to at least two of a programmer's most noble traits, hubris and laziness (I forget what the third one is, but I'm sure that I'm full of it) and have made some modifications that you may not be as familiar with.  I am delighted to see such a great designer joining our little family, especially since while I'm OK with tweaks here and there I can't design my way out of a paper bag.
Logged

sottwell.com has moved to a lovely Solaris 10 server!
Log in username guest, password guestuser.
Templates are now becoming available at http://sottwell.com/templates.html
Pages: [1] 2 3   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP

Copyright © 2005-2008 MODxCMS, All rights reserved. Contact Us
Styles by ziworks.com

Powered by SMF 1.1.4 | SMF © 2005, Simple Machines LLC

Valid XHTML 1.0! Valid CSS!