Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.


Initial Email From:
Jean-Louis
Initial Email Subject: Same menu twice in the same page
Support Case Month: May 2012

Hello,

Is it possible to use the same menu twice in the same page (a long page for example) ? I try it by using class for a TD tag, but only one is edited. What error I deed, what is the solution ?

Many thanks for your help.

Regards

Jean-Louis

Reply From: Likno Customer Support

Dear Jean-Louis,

I am afraid that it is not possible to have a single menu appear twice in your page. You can achieve this if you make a copy of your menu and add both (identical) menus in your page. Just make sure that each menu has a different “compiled menu name” (and positioning code).

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: Jean-Louis

Thank you very much for your response ; as a result I will use an alternative : a mini-menu on the right edge of the screen (top and previous page)

Regards.

Jean-Louis

Tags: , , , , , , , , ,

 

Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.


Initial Email From:
User
Initial Email Subject: IE not displaying
Support Case Month: August 2012

Menu works using all browsers except Internet Explorer. I have tried using different styles of vertical menus with no success. I am lost.

Separate issue. If I use the Floating aspect, cell phone user can't keep it in their windows it is always just below where they can use it

Related URL: http://bowltheshootout.com

Reply From: Likno Customer Support

Hello,

Regarding the IE issue, the problem is most likely that your Menu Linking Code is not right after the <body> tag as it should be, but instead it is within other page tags.

If you cannot move the Linking Code to directly under the <body> tag, then please check the following option in the AllWebMenus Project Properties to resolve the problem:

menu linking code within tags

Regarding the floating issue, when you choose for the menu to be floating it will always stay to the same position relative to the browser window.

You placed your menu far from the top and the screen height of most phones is too small, hence the menu is not visible to start with, and with the “floating” feature selected it will always stay there. The solution is to position the menu closer to the top, or even better to not use the floating feature. Consider that your menu may be taller than the screen height of some phones, so if it cannot be scrolled it will never be fully visible to the user.

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: , , , , , , , , , , , , , , , , , , ,

 

Knowledge Base support case for Likno Web Tootips Builder, abstracted and stripped of all user’s private info.


Initial Email From:
Jim
Initial Email Subject: Text spilling out of Tooltip
Support Case Month: August 2012

Top of the evening,
My name is Jim and I work for {COMPANY NAME REMOVED}. We are using Netobjects Fusion 12 and have selected the wtt example #4 "postit".
I have added the appropriate <br /> line breaks and reduced the font from 14px to 10px and they preview perfectly, even have room to spare! However once compiled and linked to the above referenced site I cant seem to keep the text from spilling out of the tool tip. I reviewed the knowledge base and noticed the !important line re; spacing padding etc and cant find any reference to remove in my html source. Additionally I am linking the tip form a single word in my text with a span tag.
I would greatly appreciate any assistance, Thank You in advance for your consideration.

Best,
Jim
Related URL: http://pestsdoneright.com

P.S. Further to the above referenced support inquiry; the tooltips seem to work well in the latest version of google chrome, somewhat on an android and like previously stated not in IE 9... Anxiously awaiting your reply !

Reply From: Likno Customer Support

Hello Jim,

I believe this has something to do with the CSS rules used in your website CSS (since the preview works fine in our application, which is not affected by any specific website CSS). Did you try removing any lines from your website's CSS to see which one may interfere?

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: Jim

Hello,

I appreciate the reply. I am linking the tip from a span tag, however the tips work reasonably well, in Chrome, Firefox and Safari. The aforementioned browsers do display the wrong font size and family but I can tolerate that.
What is unfortunate is the way they display in IE 9. And yes they do preview well in your application. I understand different browsers react differently as not all my actions work in Firefox or Chrome especially pages with multiple actions. But IE 9 is widely installed and my customer really desires the post it tips, plus I think they are cool too!!!

In the interim I have reduced the padding from 25px to 15px and it has made it a lot more palatable. However Internet Explorer 9 still displays the tooltips much more poorly than either Firefox or Chrome. And as stated IE 9 has a large install base. Till then, and thanks

Best,
Jim

Reply From: Likno Customer Support

Dear Jim,

First of all, most of the problems in IE occur because your page does not have a proper DOCTYPE. When a page does not have a proper DOCTYPE, IE9 automatically goes into IE5.5 compatibility mode and this can mess up several things regarding paddings in your page.

Please change the two first lines in your page:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>

Into this:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

This will make IE work exactly the same as all other browsers.

Then there is the CSS issue that affects the font size. This is caused by your “style.css” and specifically from the following lines (45-48):

P {

                font-family: Arial,  Helvetica,  Geneva,  Sans-serif;

                font-size : 14px;

                color : rgb(51,51,51)}

This rule applies to ALL paragraphs including those of the tooltip. I strongly recommend removing this. Let me know if you still see any problems after fixing these two issues.

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: Jim

Dear Kostas,

Thank you ever so much for your reply! I am in the process of relocating, and to that end will not be able to make the recommended changes until mid next week. However your thoughtful reply makes sense and once I have a chair and desk in place they will be made! While they are not are works of art, pestsdoneright.com and weedsdoneright.com represent what {COMPANY NAME REMOVED}, LLC wanted and your products once successfully deployed will only make the above referenced sites more interactive and appealing to their target markets.

Please thank Aris for me as well. Likno Modal Windows are next, wish me luck!!!

Jim

Reply From: Likno Customer Support

Dear Jim,

Thank you for your good words. I have forwarded your compliments to Aris as well.

Let me know if you find any problems when you try this next week.

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: , , , , , , , , , , , , , , , , ,

 

Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.


Initial Email From:
Michael
Initial Email Subject: Pre-purchase question: Integration with Flex 4?
Support Case Month: September 2012

Hi:

I am very interested in your AllWebMenus Pro product, but need to know if I am able to create the following menu as a Flex/Flash widget (SWF file). If so, do you have instructions how to do so in your Knowledgebase once I buy the product?

Your prompt response is much appreciated since I need to build this for a client this weekend.

Thanks,

Michael

Reply From: Likno Customer Support

Dear Michael,

I am afraid that AllWebMenus does not produce flash files. We only have JavaScript-based products.

Is there a specific reason why you would want this to be a flash applet? I am asking as I can only think of cons and no pros in this.

(Flash is not supported everywhere, it requires plugins to be installed into the browser, it is heavier, it is going to be dropped altogether by Apple & Google etc)

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: Michael

So, I use flash widgets to integrate with a BI tool called microstrategy. I am kind of stuck until they support HTML5. I am able to setup an HTML container. Basically  this is to create a selector for a dashboard versus a menu for a web page. If the example generates JavaScript or Actionscript, I can include your library to create the widget, and then use the code in the CDATA part of the Script tag. I welcome your thoughts.

Michael

Reply From: Likno Customer Support

Dear Michael,

I am afraid I am not aware of “microstrategy” at all. Still, our tools generate JavaScript and HTML, so it sounds as it will not be a problem.

The minimum requirements for AllWebMenus to work is that:

1) you are able to directly insert a HTML snippet in your page (the so-called “Linking Code”)

2) you are able to directly upload files to your server (preferably with FTP access)

Are these requirements met by your system? If so, then there should not be a problem.

Here is an example of the HTML code (“Linking Code”) you will need to insert in your page:

<!-- ******** BEGIN ALLWEBMENUS CODE FOR menu ******** -->
<script type='text/javascript'>
      var MenuLinkedBy='AllWebMenus [2]', awmBN='GN';
      awmAltUrl='';
</script>
<script src='/menu.js' language='JavaScript1.2' type='text/javascript'>
</script>
<script type='text/javascript'>awmBuildMenu();</script>

<!-- ******** END ALLWEBMENUS CODE FOR menu ******** -->

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: , , , , , , , , , , , , , , , , , , , , , ,

 

Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.


Initial Email From:
Richard
Initial Email Subject: Menu Loading IE 7
Support Case Month: March 2012

Hi

Do you have a solution for your menus loading prior to the page loading, I have your code after the body tag. In IE they load before the page loads and then they position in the page as required. Initially they are left aligned. It seems ok in Firefox etc but IE it doesn't look so good. I only noticed the problem after the last upgrade of your product. 
Richard

Regards,
Richard

Related URL: http://www.steeline.steeltalk.com.au/

Reply From: Likno Customer Support

Dear Richard,

I did not see this in my PC, but I guess that was due to the loading/internet speed. In my case, the menu and the page load concurrently.

Anyway, if you want the menu to load slower, you can move the Linking Code just before the closing </body> tag.

Alternatively, you can select the following Project Property, which (as a side-effect) will start loading the menu only after the whole page is loaded:

menu linking code within tags

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: Richard

Thank you, I changed the Project Properties and that fixed the problem

Tags: , , , , , , , , , , , ,

 


© 2009-2013 Likno Blog – Drop-Down Menus, Javascript Menus, CSS Menus, jQuery Scrollers/Sliders, Modal Windows