Hello, we have released a new version of AllWebMenus Pro: Version 5.3 build #910.

Check out What's New

- Refined certain themes to look better.

- Fixed an issue where if the menu was populated by "UL/LI" elements it was not displayed properly.

- Fixed an issue with the "floating image" which was not positioned properly when the doctype was "html".

- Fixed an issue for iPad etc, when a new window should be opened by a submenu item.

All features here: http://www.likno.com/allwebmenusinfo.html

Download the new version here: http://www.likno.com/download.html

--------
Likno Software - 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:
Jeff
Initial Email Subject: CSS menu compiles with JavaScript?
Support Case Month: April 2013

Hi,
I am using AllWebMenus Pro version 5.3 build #908 to make a CSS horizontal dropdown menu.  My understanding was that it would not require or use javascript at the cost of some of the more dynamic features.  When I compile the menu and link it to my webpage though, It creates a "menu.js" file (along with a "menu.css" file) and this javascript code is inserted into the head tag of my linked page as well.  Unfortunately, the menu is not appearing in Chrome version 26.0.1410.43 anyway.
I want a menu that is pure CSS.  Why is the javascript file even being generated and is it really necessary?  I appreciate the help in advance.
Jeff

Reply From: Likno Customer Support

Dear Jeff,

When a menu is “Pure CSS”, this means that it is able to function without any need for JavaScript. Still, there is no reason to cut back on the extra features when the viewer’s browser supports JavaScript!

In our case, the generated JS file only adds some extra features such as keyboard navigation and compatibility for older browsers that could not support CSS menus (such as IE6).

If you remove the JS file you will see that your menu still looks the same and is fully functional with the mouse in all recent browsers.

Finally regarding Chrome 26, something must be wrong in your implementation, so I will need to see your page to find what is wrong. Please send me the URL so that I can have a look.

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

Kostas,

Thank you for clarifying the inclusion of the javascript files but something there seems to be amiss.  My menu visibility issue was a foolish error - I was using a CLASS to define the style rather than the default ID.  (I would love to be able to specify this difference before compiling but Dreamweaver's "search and replace all" feature does the trick as well.)

Now if I leave the awmdata.js file attached to my index.php page then the menu appears below the header image (as it should) for only a second before popping the menu elements into the upper left corner of the page.  Removing this link to awmdata.js at least puts the menu where it should be but there is also something with the size of the parent item when hovering over an element with a submenu.  I also am not seeing the arrow icon I wanted to use to indicate that there is a submenu.

I seem to be required to define a static width+height for menu items.  Is there no way to dynamically size a menu item to accommodate its unique size?  Removing the width:0px from the #mainnav > li element seems to work but how would I opt for this within the AllWebMenus interface?

Jeff

Reply From: Likno Customer Support

Dear Jeff,

I just checked your pages and I see that you have removed most of the code from the CSS, so your menu is not really a menu anymore:

menu preview

Regarding the top-left positioning, this is most probably because you have indeed set this positioning in the application. If you do not have any JavaScript, then the menu appears wherever you put the UL/LI code, but you can never have a pixel-perfect positioning this way. When you have JavaScript, then the positioning property of the application is used instead. I am guessing you have left this to the default which is top-left of window with an offset of 10px:

menu positioning

You could use a positioning Relative to Element with class=“container” to make sure that this works properly when you have JavaScript.

Regarding the “HasSubMenu image”, this is unfortunately one of the features that only works when you do have JavaScript enabled, as it is not possible to perform such checks with CSS. If you wanted this to work with pure CSS, then you would have to manually add the “daddy” to each LI that has a submenu, for example:

<ul id="mainnav">

    <li><a href="treasurepools.x10.mx">HOME</a></li>
    <li class="daddy"><a href="treasurepools.x10.mx/services">SERVICES</a>
            <ul>
              <li>
                  <a href="
treasurepools.x10.mx/services/cleaning">
                     CLEANING
                  </a>
              </li>

              <li>
                  <a href="
treasurepools.x10.mx/services/maintenance">
                     MAINTENANCE
                  </a>
              </li>

              <li>
                  <a href="
treasurepools.x10.mx/services/construction">
                     CONSTRUCTION
                  </a>
              </li>
            </ul>
    </li>
    <li><a href="treasurepools.x10.mx/faq">FAQ</a></li>

</ul>

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

 

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


Initial Email From:
Margie
Initial Email Subject: SEO Visibility
Support Case Month: February 2013

Hi .. am using All Web Menus Pro 5.3   Are the search engines able to read it?  
Thanks,
Margie

Reply From: Likno Customer Support

Hello,

The standard AllWebMenus menu has all its content within the JavaScript files, so search engines that are not able to access JS files will not see it.

There are two tricks you can do to increase your SEO:

First you can create a “sitemap” page (AllWebMenus will generate it automatically for you). If you link this page to your index page (even as a link not noticeable to the human eye) the search engine crawlers will follow it and discover all the menu links. To do this, have a look under “Tools->Create Sitemaps”.

Second, you can turn your menu into a UL/LI menu. This means that you will have to insert the menu content into every single page (the same way you would do with a CSS menu). This of course adds more maintenance, but the menu links are visible in all pages. If you choose this option, we recommend that you use an include file so that you only have to edit the menu content in a single place if you want to change something in the menu in the future.

You can find more details about both methods in the project properties:

SEO menu properties

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

Hi .. 
Thank you so much!  As always!
Margie

 

Tags: , , , , , ,

 

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


Initial Email From:
Leslie
Initial Email Subject: Confusion
Support Case Month: February 2013

I have recently been trying to convert my menu CSS but it doesn't seem to be working.  Which files should be at my server in order for it to operate?

Is there a way for the menu to recognize that it is viewed by a mobile phone (iphone)  (lots of traffic from safari) and then automatically be increased to the size of the screen when it is touched?

Leslie

Reply From: Likno Customer Support

Dear Leslie,

Regarding the CSS menu, you need to upload the compiled files and make sure that you also Link the menu again to your pages, as the Linking Code of the CSS is different than that of the JS.

The produced files are “menu.js”, “menu.css” and “awmdata” folder. (of course the names may differ depending on your menu’s “compiled name”)

Regarding resizing for iPhone, we recommend that you create a Responsive menu so that you can change its appearance according to the device screen.

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

I am using server side includes to bring the menu to my various pages and it has worked so far with javascript but it doesn't load with the linking for css.  The linking for css doesn't seem as complete as the linking for JavaScript.

Reply From: Likno Customer Support

Hello,

The Linking Code for CSS is indeed smaller. This is not a problem.

However I see something else that could be the problem. It seems that you named your menu “2”. It is recommended that the compiled menu name always starts with a letter, following the programming variable conventions. Please change your compiled menu name for example to “menu2” and see if this fixed the problem. If not, please send me a URL to check your pages.

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

 

Hello, we have released a new version of AllWebMenus Pro: Version 5.3 build #908.

Check out What's New

- 10 new Themes and 2 new Examples added to the installation.

- Fixed an issue where the application could crash if CTRL-N was being hit repeatedly very fast.

- Fixed some minor issues.

All features here: http://www.likno.com/allwebmenusinfo.html

Download the new version here: http://www.likno.com/download.html

--------
Likno Software - www.likno.com
Create any kind of javascript menu (CSS menu/drop-down menu/sliding menu), web tree, button, tab, modal, tooltip, accordion, scroller, design for your websites!

 

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

 


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