Knowledge Base support case for Likno Web Modal Windows Builder, abstracted and stripped of all user’s private info.
Initial Email From: Paolo
Initial Email Subject: modal builder
Support Case Month: March 2013
Hello Kostas,
Just 2 quick more questions.
- Shall the modal window resize automatically based on the big image size?
- can I also include dynamically some texts related to be image? For example title and description…
- Is it possible to manage dynamically the overlay color of the modal?
Many thanks,
Paolo
Reply From: Likno Customer Support
Dear Paolo,
I am afraid that in order to do any of these, you will need to use the Modal Windows JavaScript API.
You can have a look at it here:
http://www.likno.com/jquery-modal-windows/api.php
If you want more help let me know and I will send you an example.
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: API, color, image, JavaScript, modal, modal window, overlay, resize, text, window
Knowledge Base support case for Likno Web Scroller Builder, abstracted and stripped of all user’s private info.
Initial Email From: SL
Initial Email Subject: Remove Scroller Top Header
Support Case Month: February 2013
Hi
Using the Likno Web Scroller software, how do I? (see URL for reference)
1) Remove the Scroller Top Text "Latest News from RSS feed"
2) Delete the Scroller Top Banner?
3) Change the color of the Scroller Top?
Please advise. Thanks
SL
Reply From: Likno Customer Support
Hello,
All the things you asked can be changed in the Style Editor under the “Areas” section:

Here you can change the text or appearance of any area (top, bottom, left, right).
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: banner, editor, properties, scroller, slider, style+, text
Knowledge Base support case for Likno Web Modal Windows, abstracted and stripped of all user’s private info.
Initial Email From: Pamela
Initial Email Subject: Need different header text for each web modal window on the same page.
Support Case Month: February 2013
Hello Support:
In the program, I clicked on each modal name and then changed the header for each one. The last one that I do becomes the header text for all of the windows. I need each web modal window to have a different header text.
Please go to the above web page and click on each of the 4 "read more" and then on the side bar with the heading -- My Experience Insurance Industry -- "click here". All of the headers have the same text which says Mark. Curriculum Vitae which was the last modal that I did in the program.
There are 5 modal windows on that web page and each web modal window should have a different heading.
Thank you.
Reply From: Likno Customer Support
Hello,
The modal windows have the “Project Style” that applies to all windows and the “style of specific window” that applies to each window.
Did you select the second and then each modal window from that list when changing the header?

If you did so and still see the problem, please send me your project file.
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: Pamela
Thank you very much.
Yours Respectfully,
Pamela
Tags: header, modal, modal window, specific window, style+, text
Knowledge Base support case for Likno Web Accordion Builder, abstracted and stripped of all user’s private info.
Initial Email From: Bill
Initial Email Subject: Text wrap rendering in Accordion builder not the same in IE / Firefox / Chrome
Support Case Month: February 2013
Hi,
The webpage that I listed has the accordion builder. If you look at it in IE, it's pretty much the way I want it. If you look at it in chrome or firefox, the text isn't wrapping the same in IE and the program is generating horizontal scroll bars. Is there a way that we can get it to look the same in firefox/chrome as it does in IE?
Thanks,
Bill
Reply From: Likno Customer Support
Dear Bill,
The problem also exists in IE. It is because you do not have a valid DOCTYPE in your page.
Please try adding the following line at the top of your page (make sure that it is the first line):
<!DOCTYPE html>
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: Bill
That took care of it. Thank You!
It's hard to imagine that something that simple was left out of Microsoft's Web Expressions. I never would have thought of that.
Regards,
Bill
Tags: accordion, chrome, doctype, FireFox, html, IE, text, wrap
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: User
Initial Email Subject: Dynamically change menu text?
Support Case Month: February 2013
Is there a code I can use to change the text of the main or a submenu when I click on a lower submenu? For item ID:it1 which now is Select Product, can I have that text change to Cream of The Crop by clicking on (for instance) item:it10 which is Cream of The Crop?
Thanks,
User
Reply From: Likno Customer Support
Hello,
I am afraid that this is not supported at the program level.
If you want, you can set item ID:it1 to Full HTML item with something like:
<div id='myItem1'>Select Product</div>
Then on item ID:it10 you can add the following JavaScript command:
Document.getElementById('myItem1').innerHTML = 'Cream of The Crop';
This will change the text of item ID:it1. Note however that the menu will not adjust its width to fit the new item, so it is your responsibility to make sure that the menu item is wide enough to hold all possible text values you will give it.
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: html, JavaScript, Menu, submenu, text