Search found 6 matches

by Rebes
Thu Jun 29, 2006 8:35 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu works on one page, but not on another in same template?
Replies: 9
Views: 5627

Sure, I've already implemented it at the above site...

I did in fact make a second menu... Actually, 3 more menus. I put each one in their own file, menu_data_admin.js, menu_data_registered.js and menu_data_unregistered.js.

I then used the following code in the header file (header.php):


<script ...
by Rebes
Thu Jun 29, 2006 4:56 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu works on one page, but not on another in same template?
Replies: 9
Views: 5627

Ruth, Thanks a lot!

Both of those method would work in my case... Setting an offset from the center to the right on a new menu would work (and is probably the better way)... The other one would work because the content of my page is fixed width.

One last question (I know, I'm getting annoying :P ...
by Rebes
Thu Jun 29, 2006 2:17 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu works on one page, but not on another in same template?
Replies: 9
Views: 5627

Hey Ruth,

Thanks for the reply! Your suggestion of using the left offset works perfectly...

I actually prefer it offset to the left, just because it lines up better with other menu systems on the site (Like the gallery breadcrumbs)...

I may change it if I decide to add a login link to the right ...
by Rebes
Thu Jun 29, 2006 1:07 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu works on one page, but not on another in same template?
Replies: 9
Views: 5627

Here's another question... my page centers itself depending on what resolution you are using, and the actual width of the content is fixed at just under 800 wide... So on higher resolutions, there is a large gap on both sides... I've offset the main menu from the left by a certain specific amount to ...
by Rebes
Thu Jun 29, 2006 1:03 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu works on one page, but not on another in same template?
Replies: 9
Views: 5627

Good call John!

I fixed the pathing both in the header javascript calls (which fixed it showing up) and then in the menu_data file to fix the path of the images in the menu...

I already had the image preloader in there, but didn't have the correct path... fixed :)

Thanks for your help John!

Dallas
by Rebes
Wed Jun 28, 2006 10:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu works on one page, but not on another in same template?
Replies: 9
Views: 5627

Menu works on one page, but not on another in same template?

Hello,

I'm running Wordpress with the Wordpress Gallery 2 plugin... I've successfully got the Milonic menu running, and it works great, at:

http://blog.dfx.org

If I go into the gallery, by clicking on Photos at the top (and not one of the submenu items):

http://blog.dfx.org/wp-gallery2.php

The ...