October 12th, 2014LDDT: Drop down menu tree does not appear on the page
Knowledge Base support case for Likno Drop Down Menu Trees, abstracted and stripped of all user’s private info.
Initial Email From: Amir
Initial Email Subject: Drop down menu tree issue
Support Case Month: February 2014
Hello,
I have problems with Drop-Down Menu Trees (Unlimited Domain Licenses.
I don't find an option to add the code manually to a webpage and when I add a page and click the link button, everything consistently freezes..
I used the trial version and activated it following purchase.
All other Likno products work well (allWebmenus, web scroller).
I trust you'll find a quick solution as I bought it to be used in a project I need to finish within the next 24 hours.
Best Regards,
Amir
Reply From: Likno Customer Support
Hello Amir,
The Linking Code should look like this:
<!-- ******** BEGIN LIKNODROPDOWNMENUTREE CODE FOR tree ******** –>
<script type="text/javascript">var TreeName="{Tree Name}",TreeLinkedBy="Likno LDMT [1]",awtBN=156</script>
<script type="text/javascript" src="{path to ldmt.js}"></script>
<script type="text/javascript" charset="UTF-8" src="{Path to your Tree JavaScript File}"></script>
<!-- ******** END LIKNODROPDOWNMENUTREE CODE FOR tree ******** -->So, for example you have the following structure:
Then the Linking Code in the test1.html page should be:
<!-- ******** BEGIN LIKNODROPDOWNMENUTREE CODE FOR tree ******** –>
<script type="text/javascript">var TreeName="tree",TreeLinkedBy="Likno LDMT [1]",awtBN=156</script>
<script type="text/javascript" src="ldmt.js"></script>
<script type="text/javascript" charset="UTF-8" src="tree.js"></script>
<!-- ******** END LIKNODROPDOWNMENUTREE CODE FOR tree ******** -->And you place it right after the <body> tag.
Please, let me know how that worked for you, so you can quickly have your desired result and then we can see how we can fix the issue in order to automatically link your pages.
Kind Regards
Aggelos Tsakonas
www.likno.com
Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!
Reply From: Amir
Hello,
Unfortunately it's not working for me.
Here is the link: {URL REMOVED}
You can view source.
Here is the screenshot from my FTP client.
You can compare file creation time to current local time. These are new files.
Here is the link to one of the images, you can see it's showing and in the right position , relative to the index file. So files are online.
{URL REMOVED}
I used the application default files names so I just had to copy your text….
Also here is a screenshot from my menu.
So, the code is OK, the files and folders are in place, the application shows the menu,
Still not working.
What am I doing wrong?
Best Regards,
Amir
Reply From: Likno Customer Support
Hello Amir,
You have missed the position element:
So, you need something the following code in your page:
<div id="treeid" style="position:absolute; width:100%;"></div>
So, check your project to see what is the positioning ID and then add that element to your page so that the menu tree can appear.
Please, let me know if you need further help.
Thank you.
Kind Regards
Aggelos Tsakonas
www.likno.com
Powerful javascript menus (CSS menus/drop-down menus/sliding menus), web trees, buttons, tabs, modals, tooltips, accordions, scrollers, designs for your websites!
Reply From: Amir
Hello,
Thanks, it's working now.
Best Regards,
Amir
Tags: drop down menu tree, drop-down menu, link, Linking Code, menu tree, page, positioning