Can-t get our favorite template to linkin the javascript cascade menu
Return to Recent Questions
Q:
We are now working with Deluxe Menu and can't get our favorite template to
link. It is the one you call animated-icons The example you
gave has no links, but when we try to add links to it (in the 2nd
parameter of any menu item), NOTHING happens. It's not a broken
link, it just wont do ANYTHING.
A:
See your menu parameters. Now you have:
var itemTarget="";
var statusString="string";
You should set this parameters:
var itemTarget="_self";
var statusString="link";
Return to Recent Questions
|