Wordpress Dhtml Pages Menu Subpages by Deluxe-Menu.com
Wordpress Dhtml Pages Menu Subpages

Menu Screenshots

Wordpress Dhtml Pages Menu Subpages Javascript Tree Folding Menu

Features

High Performance
  • AJAX menu loading - loads web menu data from the server "on-the-fly".
  • Commonly loads quicker than other html page elements
  • UL/LI items structure
  • Runs well with an unlimited number of submenus and items
Professional Look-n-feel
  • Entirely customizable look-n-feel
  • A lot of pre-designed wordpress dhtml pages menu subpages samples
  • Hundreds of visual effects
  • Custom CSS styles can be applied for all menu settings
Web 3d Menu Maker Wordpress Dhtml Pages Menu Subpages
Unrivalled Features
  • Scrollable, dragable, floating, right-click menus
  • Keyboard navigation - press Ctrl+F2 to enter the menu
  • Unique Java Script API for altering menu "on-the-fly", without page reloading
  • AJAX technology - loads menu data from the server "on-fly and on-demand".
  • Search feature - add the search area in the menu and type symbols. The found words will be higlighted.
  • Sound support!
Easy Setup
  • De Luxe Tuner. GUI interface to create your wordpress dhtml pages menu subpages menus easily and in no time
  • Sensible menu parameters for manual editing
Seamless Integration
  • Cross-frame support - menus work on frameset-based pages
  • Visible over flash, select boxes, iframes, java applets
  • Multiple menus on the same page
  • Amicable to other scripts and css styles
  • Any HTML code can be used inside menu items



2.0 Buttons by Web-Buttons.com v3.0.0

Javascript Menu. DHTML Menu.

  • There can be multi level menus - create as many rows or columns of the menu as you want.
  • Use a mouse to drag a menu as a usual window. Also you can construct the menu where each submenu can be "detached" from the main menu (MSOfficeToolbarLike mode).
  • When the page is scrolled the menu remains visible. The DHTML menu can "float" along one or two coordinate axes.

Recent Questions

Q: I am having some difficulty dynamically adding items to a tree javascript and menu.

I have a menu with one "root" item. I see the use of the "+" symbol within the item name. I do not see any documentation regarding this symbol, only "|". Can you explain?

If I have one menu with this one "root" node, how would I add an subitem to this root node?

Here is my code so far, but the inserted items appear to be at the same level as the root node.

  var rootItem = dtreet_ext_getItemIDByIndex ( 0,0 );

  var menuItem = new Array(10);
for (   var i = 0; i < producers.length; i++ )
{
  var producer = producers[ i ];
menuItem[0] = producer.name;

dtreet_ext_insertItem ( 0, 0, i + 1, menuItem );

A: See dtreet_ext_insertItem () function has the following parameters:

function dtreet_ext_insertItem (menuInd, parentItemID, itemInd, itemParams)

Creates a new item and inserts it into a specified position.
menuInd - index of a javascript and menu on a page, >= 0.
parentItemID - ID property of an item.<, >= 0.
itemInd - index of a new item within the javascript and menu, >= 0.
itemParams - item parameters.

Notice that parentItemID is the Id property of the parent item (notindex). If you want to add top items you should set parentItemID=0.

itemInd - you should use this parameter if you want to add item in thespecific place, for example set itemInd=5 if you want to add itembefore the existing item with itemInd=5.
If you set itemInd=null the new item will be added at the end of this submenu and its index will be added automatically.



Q: I created a custom error page for a site, but the menu would not display.

I found that this was due to the erroneous "current directory" in the bad link test, for a non-existent directory.

which is: level2/level3/

I changed the script code from:
<script type="text/javascript">  var dmWorkPath = "DMworkfiles/";</script>
<script type="text/javascript" src="DMworkfiles/dmenu.js"></script>

to:

<script type="text/javascript">  var dmWorkPath = "DMworkfiles/";</script>
<script type="text/javascript" src="/DMworkfiles/dmenu.js"></script>

adding the "/" before "DMworkfiles/dmenu.js" source reference allowed the .js file to be found in the root directory and the menu would display.

The problem is that the little menu "expansion" arrow .gif cannot be found in the "current working directory" of level2/level3/. just little "blanks" show.

I tried changing:
  var dmWorkPath = "DMworkfiles/";

to:
  var dmWorkPath = "/DMworkfiles/";

but that did not enable the display of the arrows.

I also had to prefix all of the links in the menu with a "/" to indicate the root directory because of the "current directory" for the bad page.

I hope I have explained the problem sufficiently.
What am I doing wrong or missing here?


A: You can use additional parameters to make menu paths absolute:

  var pathPrefix_img = "http://domain.com/images/";
  var pathPrefix_link = "http://domain.com/pages/";

These parameters allow to make images and links paths absolute.
For example:

  var pathPrefix_img = "http://domain.com/images/";
  var pathPrefix_link = "http://domain.com/pages/";

  var menuItems = [
["text", "index.html", "icon1.gif", "icon2.gif"],
];

So, link path will be look so:
http://domain.com/pages/index.html

Images paths will be look so:
http://domain.com/images/icon1.gif
http://domain.com/images/icon2.gif

Please, try to use these parameters


Q: I can’t seem to figure out how to specify the width of individual horizontal menu items for the html menu. I would like to specify that each menu item on the horizontal take up just 113px regardless of the number of characters in the item. Is there a way of doing that?

A: You should use   var itemStyles to set an individual item style. Forexample:

  var itemStyles = [
["itemWidth=113px"]
];
  var menuItems = [
["text 1", "link", "icon1", "icon2", "tip", "target", "0"],
["text 2", "link", "icon1", "icon2", "tip", "target", "0"],
["text 3", "link", "icon1", "icon2", "tip", "target", "0"],
];

Where "0" - style number in itemStyles that contains the parametersfor items width.

Use Deluxe Tuner GUI to create and assign individual styles.



Q: Things are mostly working great. I want my menu to appear centered at the top the page. Here's the code:

<table style="text-align: left; width: 100%;" border="0" cellpadding="2"cellspacing="2">
<tbody>
<tr>
<td style="width: 100%; text-align: center;"><script type="text/javascript" src="navbar.js"></script>
</td>
</tr>
</tbody>
</table>

The table appears at the far left edge of the window. I tried with both absolute (x=20, y=10) and relative (both x and y unset) coordinates. Help!


A: If you want to center the menu paste itwithin the <div > or <table> with a static position and specify a center alignment for it, for example:

<DIV align=center>
<SCRIPT src="data/data.js" type=text/javascript>
</SCRIPT>
</DIV>

<table width=800>
<tr>
<td align=center width=600>

More Q&A

seo friendly url (Page 1) - Feature requests - pluck support forums

I just checked some and this menu system is just what i want. ... If not, why is the "SEO friendly URLs + subpages" blueprint marked as ... I'm interested in links such as: http://localhost/pluck2/name-of-page/ as in WordPress .... In this example the keywords were extracted from the page's title

How do I Exclude a page or Category from showing up on my blog?

I have WordPress with the Multi-level Navigation Plugin. I created a form that I only ... The plugin effects the menu, not the posts on your home page. ... However, when I do that it doesn't hide that page's sub-pages

LightCMS Support - All Discussions

Discussion Type; discussion topicStorage Space and Pages ... Discussion Type; discussion topicNavigation Links should not count against pages

Aperture « WooThemes Support Forum

WooThemes Support Forum » Theme Support » WordPress » Aperture. Topic, Posts, Last Poster, Time. [not resolved] Categories and Pages in Aperture, 7, annavera, 24 minutes. [not resolved] ... Aperture: Losing favicon on subpages, 2, tiagonoronha, 5 days ... Random post as top menu item, 2, mkrapf, 1 week. [ resolved]

All Discussions - Tarski forum

WordPress 3.0 compatibility? 17 comments Most recent by localmSeptember 21 Support ... polldaddy ratings not visible for posts pages

I would like the option of making Subpage Listings horizontal so

Mar 10, 2010 ... This type of templating is the same in Blogger, Wordpress (et cetera). ... If you want to use the horizontal menu to provide a site-wide menu for ... If you want to display sub-pages I would always recommend a vertical

My own take on affiliate marketing - Full (lengthy) guide

Effectively, you can use pages as sub-pages of other pages which allow a ... See the main page drop-down menu? This is where we are going to be ... We have just created a directory structure in Wordpress with all the

Parent Pages Top Navigation Bar, Subpages - Wordpress Themes - WP

Parent Pages Top Navigation Bar, Subpages Page & Category Menu Bars. ... See Page Menu Bar -> Don't link first level parent items in Page

General - Moonfruit

How do you change the font of the subpages on your menu?

WP 2.7 Layout: Seite zentral ausrichten - WordPress Deutschland Forum

Hier zur Anschauung der momentane Link zur Wordpress-Installation: http://y.o- r-c-a.at .... Page Structure */ body { font-size: 62.5%; /* Resets 1em to 10px * / ... Sidebar Subpages Menu */ .sb-pagemenu ul { margin-left: 10px;

Header-Image bei Theme Willy the Cat - WordPress Deutschland Forum

20. Juli 2009 ... margin: 0 4px 0 0; <?php /*Margin between each menu item*/ ? ... <?php #set page sub sub pages back so they don't get highlighted as well: ?

Visa tråd - Ta bort "Drivs med Wordpress..." längst ner | WP

Diskussioner kring användning och inställningar av WordPress. Moderator: Moderatorer .... Sidebar Subpages Menu */ .sb-pagemenu ul { margin-left: 10px; .... .entry-pages { font-size: 1.2em; } .entry-pages span { ..... Översättningar - Tillägg, Övrig Support, Webbutveckling, HTML/XHTML/CSS, JavaScript/DHTML

[RESOLVED] WordPress: separate ul navigation for sub-pages

WordPress doesn't seem to like adding sub-pages as children to the main ...... to wordpress (2.7.1) and would like to use Pages for the menu

Wishlist - Moonfruit

SUBPAGES · Have ability to remove the main background · Only make selected content editable by ... horizontal drop down menu · Create a link for text in a table ... Wordpress/Other Blogs & HTML page uploads · kerning tools .... Have a better way to sort out pages ... a bit like the new file storage moonfruit has

WooThemes Support Forum

WordPress – Post your queries in the appropriate theme forums. 0, 0. THEME: Original Premium News , NewsPress , Gazette Edition , Flash News , Live Wire

Simple Themes Support | View topic - Pruned Menu Tree

When I select a child page in the "pruned menu tree" it displays the parent page ... Description: sidebar-page.php - Shows Subpage Navigation // Props: http:// www.svennerberg.com/2009/02/creating-a-submenu-in-wordpress/

Plugins und Widgets [Archiv] - Seite 18 - WordPress Deutschland Forum

Hier findest du Hilfe bei Fragen zu WordPress-Plugins und -Widgets.Sub-Forum

Wordpress Themes - WP Forum at BFA - Threads Tagged with atahualpa

Menu Bar Parent Page blank with sub pages. AmysBlog ... [SOLVED] Error

Fatal Memory Error in Wordpress - Go Daddy Community

Jul 23, 2010 ... When I try to "Edit Pages" in Word press I get this error: Fatal error: Allowed memory size of 33554432 bytes ... Multi-level Navigation Plugin --- creates my menu ... Xavin's List Subpages --- Great for navigation

SEO Advice and Help for Search Engine Optimisation [Archive

Wordpress SEO guide/checklist · Stumbeupon: how to build massive traffic ... Advice please · Process Serving page not doing well · Sub-pages rankings ... Menu bars that pop up when you "hover" · Seed words for keyword research

Device and feature detection on the mobile web - Forum Nokia Wiki

The number of choices in navigation lists and menus should be increased or .... Structure your pages, templates and content using simple, standards-based HTML. .... The code below—implemented as part of the WordPress Mobile Pack and ..... File:Subpage elements behind global elements whole page