My Blog Title Here

November 20, 2008

Which file(s) I must change to change the content of each tab in the menus in css?

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

Q:

I got the tabs menu to work!

Can you tell me which file(s) I must change to change the content of
each tab

Very many thanks for your help.

A:

For each tab you can set content <div> (contentName,
contentDescription, contentVariations).
var bmenuItems =
[
["Style Name","contentName",,,,,"1"],
["-",,,,,,"0"],
["Style Description","contentDescription"],
["-",,,,,,"0"],
["Style Variations","contentVariations"],
["-",,,,,,"0"],
["Empty",,,,,,"2"],
];

You can find these divs in the tabs-style-glass.html file. You should
paste the content of your menus in css tabs in these divs.

September 22, 2008

I can’t see menus in css on my test page only direct links…

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

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 in css 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 in css. You can create such file using Deluxe Tuner.

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

September 17, 2008

I need to be able to execute some javascript when I click on a menus horizontal

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

Q:

Hi there. I am evaluating your tabs before I purchase and I ran
into a small problem. If I can get this resolved I am ready to
purchase.
I need to be able to execute some javascript when I click on a
tab. What I am planning on doing is I want to dynamically set the
location.href property of an iFrame located inside of a content div.
I can’t figure out how to do it. Any help will go a long way for me
to decide to purchase.
Thanks!

A:

You can use your own javascript functions in the menus horizontal items.

You should paste “javascript:some_function()” into item’s link field, for example:

["tab text","javascript: window.open('test.html', 'frameName')", ...],
or
["tab text","javascript: getURLForFrame()", ...],

Try that.

August 12, 2008

Is there a way to make your menus horizontal accessible to the search engine?

Filed under: Uncategorized — Tags: , — admin @ 3:55 am

Q:

I am trying to install a search engine on my site and am having
trouble due to my use of your tree-menu system, which I love by the
way.  I really need to find a compatible script that will search
your menus horizontal, or at the very least search another
file with mirrored links.  I DO NOT want to add the links to each
page, this is why I love your menu’s, there is one central location
to change navigation statewide.

Do you know if there is a search script that can do this( js,
php) or is there a way to make your menus horizontal accessible to the
search engine?

A:

You can generate search engine friendly code.
Deluxe Tree is a search engine friendly menu since v2.4.
To create a search engine friendly menu you should add additional html code within your html page:

<div id="dmlinks">
<a href="menu_link1">menu_item_text1</a>
<a href="menu_link2">menu_item_text2</a>
…etc.
</div>

To generate such a code use Deluxe Tuner application.
You can find this GUI in the trial package.
Run Tuner, load your menu and click Tools/Generate SE-friendly Code (F3).

Powered by WordPress