My Blog Title Here

December 17, 2008

I cannot change the background menus for web pages color

Filed under: Uncategorized — Tags: , — admin @ 4:25 am

Q:

I have downloaded the trial version of menus for web pages and cannot change
the background menu color. Is there a restriction? I am interested
in purchasing it.

A:

To change the background color you should set the following
parameters:

var menuBackColor=”#FCEEB0″;
var itemBackColor=["#FCEEB0","#65BDDC"];

December 4, 2008

We want to be able to specify a certain number of items in the menus for web pages

Filed under: Uncategorized — Tags: , — admin @ 1:25 pm

Q:

we want to be able to specify a certain height (or number of items) for
the main menus for web pages after which a new column is created.

A:

Unfortunately it is not possible to specify a number of items after which a new column is created.

But you can use blank items and create Individual Style for these
items.

For example:

["| ","", "", "", "", "", "0", "", "", ], //empty item
["|Item 42","", "", "", "", "", "", "", "", ],
["| ","", "", "", "", "", "0", "", "", ], //empty item
["|Item 44","", "", "", "", "", "", "", "", ],

October 19, 2008

Can I change the style of menus for web pages on the fly when I click the menu item?

Filed under: Uncategorized — Tags: , — admin @ 2:40 am

Q:

I have a Dynamic tree menu now.
Can I change the style of menus for web pages on the fly when I click the style menu
items of the tree I made?

A:

Theoretically you can do it.

Try to use
function dtreet_ext_userClick(itemID)
{
// Your Javascript code here
return true;
}

function and call

function dtreet_ext_changeItem (menuInd, itemID, itemParams)

function in it.

You should create Individual item style for this item and and assign
this style when you click on the item.

October 6, 2008

I’m using the Navigation BAR TABS. What should I do in order to link one of the menus for web pages tabs to the following object ‘BLOG’…

Filed under: Uncategorized — Tags: , — admin @ 2:15 am

Q:

For the last two days I’ve been trying the above product, and I’m
very impressed with its flexibility and features, and I’m about to
buy it, I have only one question that I couldn’t figure out the
answer.

I’m using the Navigation BAR TABS. What should I do in order to
link one of the menus for web pages tabs to the following object ‘BLOG’ as in the
following example / piece of code. (When the user selects one
specific tab, a blog should be displayed.

I’m looking towards your reply, as it seems your product is quite
fit to perform the job in a straightforward manner.

A:

See in Deluxe Tabs there is two modes:

1. var tabMode=0;
You can create only one level of tabs and assign Object Id’s of the
DIV’s to show when you click on the tab.

["XP Tab 1","content1", "", "", "", "", "", "", "", ],
["XP Tab 2","content2", "", "", "", "", "", "", "", ],
["XP Tab 3","content3", "", "", "", "", "", "", "", ],
["XP Tab 4","content4", "", "", "", "", "", "", "", ],

2. var tabMode=1;
You can assign only links in this mode.
You should create top level menus for web pages items with subitems.

["XP Tab 1","", "", "", "", "", "", "", "", ],
["|Link 1_1","http://deluxe-tabs.com", "", "", "", "", "0", "", "", ],
["|Link 1_2","testlink.htm", "", "", "", "", "0", "", "", ],
["|Link 1_3","testlink.htm", "", "", "", "", "0", "", "", ],
["|Link 1_4","testlink.htm", "", "", "", "", "0", "", "", ],
["|Link 1_5","testlink.htm", "", "", "", "", "0", "", "", ],
["XP Tab 2","", "", "", "", "", "", "", "", ],
["|Link 2_1","testlink.htm", "", "", "", "", "0", "", "", ],
["|Link 2_2","testlink.htm", "", "", "", "", "0", "", "", ],
["|Link 2_3","testlink.htm", "", "", "", "", "0", "", "", ],
["|Link 2_4","testlink.htm", "", "", "", "", "0", "", "", ],
["|Link 2_5","testlink.htm", "", "", "", "", "0", "", "", ],
["XP Tab 3","", "", "", "", "", "", "", "", ],
["|Link 3_1","testlink.htm", "", "", "", "", "0", "", "", ],
["|Link 3_2","testlink.htm", "", "", "", "", "0", "", "", ],
["|Link 3_3","testlink.htm", "", "", "", "", "0", "", "", ],
["|Link 3_4","testlink.htm", "", "", "", "", "0", "", "", ],
["|Link 3_5","testlink.htm", "", "", "", "", "0", "", "", ],

You can use Object ID as well as Link in both modes. Use the following prefixes within item’s link field:
“object:” - means that there is object id after it;
“link:” - means that there is a link after it.
“javascript:” - means that there is a javascript code after it, for example:javascript:alert(\’Hello!\’)

So, you should write for example:

["|Link 1_1","object:Content1_1", "", "", "", "", "0", "", "", ],

September 30, 2008

How easy would it be to set up these menus for web pages items?

Filed under: Uncategorized — Tags: , — admin @ 5:20 pm

Q:

I’m interested in buying your products. I have no experience in
programming, only know html/php. How easy would it be to set up
these menus for web pages items? I understand your explanation of copying scripts
into the relevant html pages. But what about inserting the menus?
Do I have to program them myself?

Thanks for your help. I just love your deluxe items.

A:

Unfortunately we don’t have step by step tutorial now. We’ll try to
create it in the nearest time.

1. Create your menu in Deluxe Tuner application.
You can create any menu as you like in Deluxe Tuner.

Deluxe Tuner v2.4 supports Deluxe Menu (http://deluxe-menu.com) &
Deluxe Tree (http://deluxe-tree.com) & Deluxe Tabs (http://deluxe-tabs.com)

You can use ready to use templates. You can find them in the templates
window.

When you open Deluxe Tuner ( Deluxe Menu ) you can click “File/New”
and add items and subitems using buttons “Add Item” and “Add Subitem” on
the main window.
You should set items and subitems parameters on the “Item Parameters”
window.
See also other parameters for the menu on the main window.

More info about menu parameters you can find on our site (you can also
use local version of the site which you can find in the trial package
“Deluxe Menu / deluxe-menu.com /”)
http://deluxe-menu.com/parameters-info.html
http://deluxe-menu.com/menu-items-info.html

You can also use Individual Styles for items and subitems
http://deluxe-menu.com/individual-item-styles-info.html
http://deluxe-menu.com/individual-submenu-styles-info.html

2. You should install the menu on your page.
You can click, for example, File/Export to HTML (you can’t do it in
the MAC version).

Add several rows into your html page.

<head>

<!– Deluxe Menu –>
<noscript><a href=”http://deluxe-menu.com”>menus for web pages by Deluxe-Menu.com</a></noscript>
<script type=”text/javascript”>var dmWorkPath=”deluxe-menu.files/”;</script>
<script type=”text/javascript” src=”deluxe-menu.files/dmenu.js”></script>
<script type=”text/javascript” src=”data-deluxe-menu.js”></script> //data-deluxe-menu.js - data file created in Deluxe Tuner.

</head>

<body>

<table>
<tr><td><script type=”text/javascript” src=”deluxe-menu.files/data.js”></script></td></tr>
</table>

</body>

You should also copy all engine files
dmenu.js
dmenu4.js
dmenu_add.js
dmenu_dyn.js
dmenu_key.js
dmenu_cf.js
dmenu_popup.js
dmenu_ajax.js
into “deluxe-menu.files/” folder. You should place this folder in the
same folder with your index. html page.

August 14, 2008

I can’t see menus for web pages on my test page only direct links…

Filed under: Uncategorized — Tags: , — admin @ 3:15 pm

Q:

I can’t see menu on my test page only direct links…

A:

Now on your page you have only search engine friendly code for Deluxe Menu. You do not have a menu.

See more info about the installation of the menus for web pages here:

http://deluxe-menu.com/installation-info.html

You should paste also such lines, for example:

<script type=”text/javascript” src=”deluxe-menu.files/dmenu.js”></script>

and

<script type=”text/javascript” src=”deluxe-menu.files/data.js”></script>

Where data.js is the file with your menus for web pages. You can create such file using Deluxe Tuner.

You should upload this files on your server in the correct place.

Powered by WordPress