In my dynamic html menu I'm getting an error - Error: 'floatable' is undefined
Return to Recent Questions
Q:
I am trying to convert the menu from the old Apycom menu to the
new Deluxe menu and getting an error
Error: 'floatable' is undefined
A:
Try to add the following lines into your data file:
// -- Deluxe Tuner Style Names
var itemStylesNames=["Style",];
var menuStylesNames=["Style",];
// -- End of Deluxe Tuner Style Names
Return to Recent Questions
|