Knowledge Base support case for Likno Web Modal Windows Builder, abstracted and stripped of all user’s private info.
Initial Email From: User
Initial Email Subject: Web Modal Windows Builder - Auto close the modal window
Support Case Month: March 2013
Would it be possible to setup in the application to either auto close the modal window after the specified # of seconds otherwise the user can click the Close icon before # of seconds elapsed?
I mean that it needs to work with "Make certain links/forms in page open in this window". Basically the link runs a php script with a dynamic id value (favorites.php?action=add&id=#) and returns a result message (error/success/login) in the modal window as an alert. I want this modal window to dismiss automatically after 5 seconds or the user can click on the close icon.
Thanks
Reply From: Likno Customer Support
Hmmm… this is not officially supported, however you can do this with custom code.
Specifically you can add some JavaScript code to call the “close” command after 5 seconds. If the Modal is already closed, nothing will happen.
On your link try adding something like:
<a … onclick="setTimeout(function () {likno_modal_project.close();},5000);">
Best Regards,
Kostas
Likno Customer Support
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: User
Perfect! Thank you
Tags: alert, application, close, code, JavaScript, modal, modal window, window
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: James
Initial Email Subject: Which template group?
Support Case Month: February 2013
Hello,
I am interested in acquiring the "piano keyboard" menu; but I can't find the menu template group which includes this menu.
Could you please tell me which template group to order?
Thank you,
James
Reply From: Likno Customer Support
Dear James,
This is actually a free example and included in the distribution files. You can access it directly from the application:

Best Regards,
Kostas
Likno Customer Support
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!
Tags: application, Menu, menu theme, Template, Theme
Knowledge Base support case for Likno Web Scroller Builder, abstracted and stripped of all user’s private info.
Initial Email From: Mohssin
Initial Email Subject: Archive Listing
Support Case Month: March 2013
Dear Kostas,
How are you first of all? and thank you for your support of old, I Have a situation I need to create a scrolling list as usual, but every new item I add I need it to be first, is it possible in Likno?
Thanks in Advance
Mohssin
Reply From: Likno Customer Support
Dear Mohssin,
The order is defined by the order in which you put the items in the application (or in the UL/LI or DIV structure if this is what you use).
Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Reply From: Mohssin
Thanks Kostas
Tags: application, div, LI, list, order, scroller, slider, UL
Knowledge Base support case for Likno Web Tabs Builder, abstracted and stripped of all user’s private info.
Initial Email From: User
Initial Email Subject: How to open tab upon scroll link?
Support Case Month: March 2013
I like to open tab when user clicks link inside ScrollTo jQuery plugin. Is this possible inside application or it is jQuery ScrollTo modification?
I have scrollTo application code which can be delivered and works. Is possible to help how to set trigger/event?
Reply From: Likno Customer Support
Hello again,
In order to change the active tab with JavaScript, you need to call:
likno_tabs_project.gotoSheet(x)
Note that “likno_tabs_project” should be replaced with the actual tab project name, and “x” is the tab you want to activate, starting with 0.
Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: active tab, application, code, event, JavaScript, jquery, tab, tabs, trigger, web tabs
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: User
Initial Email Subject: i have problem
Support Case Month: March 2013
Hi.
I create template menu on WordPress and save to zip
wants to write it by the plugin allwebmenu in wordpress but I got error
wrong filename the filename should be font and it now is allwebmenu
please help me...
Reply From: Likno Customer Support
Hello,
Please make sure that the Menu Name you gave in the plugin matches the Compiled Menu Name in the application Project Properties:


You can use any name you want, as long as you use the same name online and in the application.
Best Regards,
Kostas
Likno Customer Support
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!
Tags: application, error, filename, Menu, name, plugin, properties, Template, template menu, wordpress