jembo2003 wrote:...by downloading the evaluation copy of Milonic menu, because it is impossible to find how to download the specific version for this site...
From the download page...
If you have a valid Professional or higherlicense and you believe the above to be incorrect, you will need to login with the email address used for the license purchase in order to download the full version of menu.
The same is true for a valid free license. You must be logged in to get the configured license for your domain.
jembo2003 wrote:The problem is this: on the site I have changed the menu , the submenus don't work anymore since the upgrade...
It looks like you have modified the code files to make the demo version work with your site. Modifying the code will break the menu.
Go back to the download page,
log in, and try the download again. If done correctly the new code will already have your license info embedded.
Also, the closing syntax on all your aI statements is incorrect. You have...
Code: Select all
aI("text=Accueil;url=/index.html;/;status=Retour à la page d'accueil;separatorsize=1")
Should be...
Code: Select all
aI("text=Accueil;url=/index.html;/;status=Retour à la page d'accueil;separatorsize=1";);
Note the 2 additional ; at the end.
I'm not sure what this ( ;/; ) is after index.html. Should just be /index.html;status=..., etc.