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


Initial Email From:
Frans
Initial Email Subject: EZGenerator
Support Case Month: March 2013

Hi Likno,
What about support for "EZGenerator"  webbuilder program, authoring tools ?
Thanks,
Frans

Reply From: Likno Customer Support

Dear Frans,

I am afraid that we do not have a plugin specifically for EZGenerator.

Nonetheless, AllWebMenus is very flexible and supports 99% of the builders out there (even if we do not know about them).

The minimum requirements are:

1) You must be able to add custom HTML code into your page (copy-paste from AllWebMenus)

2) You must be able to upload into your site the compiled files (JS & image) generated by AllWebMenus

For a full list of supported tools, please have a look here:

http://www.likno.com/web_authoring_tools.html

and for the generic instructions that will most likely cover EZGenerator, have a look here:

http://www.likno.com/wat_generic.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!

 

Tags: , , , , , , ,

 

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


Initial Email From:
User
al Email Subject: Allwebmenus Pro
Support Case Month: February 2013

I am looking to make a wordpress site that resembles  http://diablo3blog.blogspot.com/ I want my blog and pages to have the ability to have multiple top menus like the above link as well as a side bar link menu using http://wpmegamenu.com/help/  or your floating menu .
Is this something your program would be able to do without using any drop down menus of any sort?  Is your plugin compatible with most wordpress themes or do I need a theme made by you?

Reply From: Likno Customer Support

Hello,

You can easily achieve the specific “multiple menu” effect in two ways:

1) You can actually have multiple menus linked into WordPress, or even better

2) You can create a single menu with multiple rows:

multi row horizontal menu

Regarding the left menu, this is a pretty simple vertical menu, so no problems here either. The only thing that we do not support is this specific mouse-over effect in the menu items.

Overall, AllWebMenus will allow you to create and add as many menus as you want in your WordPress site. Each menu can have any menu type you want (horizontal, vertical, sliding), with multiple rows/columns (or not), with or without submenus (sliding or floating), etc.

Of course our menus will work with all WordPress themes, and in all the latest browsers and mobile devices.

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

 

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:

wordpress menu name

compiled menu name

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

 

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


Initial Email From:
Jonathan
Initial Email Subject: Web Button in Joomla
Support Case Month: February 2013

Hi, I was looking at your Likno Web Button Maker and it says that it works with any CMS. I am sure that it does but, as a person that is starting with cms, I can’t get it to show on my webpage. I am using Joomla and and installed the plugin sourcerer to put some html code in any article so I can paste the html code when I exported my button. I tried installing the exported image in media manager but it didn’t help.

Could you include on you’re website the installing method in popular CMS, I think it could really boost your sales for people like me who are just starting with this. Software that makes it easy to do complicated things that would require lots of code (like your software) is right up the alley to people who are not professionals.

Thank you very much for your help.

Jonathan

Reply From: Likno Customer Support

Dear Jonathan,

I am afraid that we do not have a specific Joomla plugin, but it is very easy to import your new button manually.

The steps you need to take are:

1) Export your Button:

export button

2) I recommend selecting the 32bit PNG format as it has the best quality and supports transparency:

export button as 32 png that supports transparency

3) Note the path where you exported this button. You can now use it as an image in Joomla or anywhere else.

4) If you want to create a 3-state button, you have two options. To create it as a single “sprite” image and change it through CSS, or to create three separate images and change through JavaScript. If this is what you are trying to do (a 3-state image), please send me details (eg is this for a page button, or for a menu?) so that I can be more specific in my help.

Regards,

Kostas

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

Hi Kostas,

It is for a page button Inside an article an you’re absolutely right, it is easy if I just add the image. The problem is creating a 3-state button easily with this method and this is what i’m trying to do.

If you could lend me a hand how to do this, that would be great.

Thank you for the great support,

Jonathan

Reply From: Likno Customer Support

Dear Jonathan,

This will require some hand-on coding on your part. The problem here is that the Joomla editor will remove any tags that do not have content, including your <style> and <script> tags.

I believe the easiest way is to use the CSS method, as this can have the code embedded into the actual item.

To do this, export as CSS and copy the code:

<html>

<head>

<title>Likno Web Button Maker sample page</title>

<style type="text/css">

.liknobtn {
           display:block;
          
width:120px;
           height:40px;
     
     margin:0;
      
    padding:0;
           }

.liknobtn1 {
            background: url("LiknoWebButtonMaker1.png") 0 0 no-repeat;
           
}

</style>

</head>

<body>

<div class="liknobtn liknobtn1" id="liknobtn_1" onmouseover="this.style.backgroundPosition='0 -40px';" onmousedown="this.style.backgroundPosition='0 -80px';" onmouseup="this.style.backgroundPosition='0 -40px';" onmouseout="this.style.backgroundPosition='0 0';"></div>

</body>

</html>

Then you need to merge this code into a single button (removing the unneeded parts), and make sure that it has an empty space as content (or it will be deleted by Joomla):

<div style="display: block; width: 120px; height:40px; margin: 0px; padding: 0px; background: url('/images/LiknoWebButtonMaker1.png') 0 0 no-repeat;" onmouseover="this.style.backgroundPosition='0 -40px';" onmousedown="this.style.backgroundPosition='0 -80px';" onmouseup="this.style.backgroundPosition='0 -40px';" onmouseout="this.style.backgroundPosition='0 0';">&nbsp;</div>

Pay attention to the image URL (where you will upload it) and also to the quotes in there, to not match the “style” quotes.

Let me know if this worked.

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

 

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


Initial Email From:
Randy
Initial Email Subject: Menu Intergration
Support Case Month: January 2013

Hi,

We are considering purchasing one of your packages, but I had a few concerns about adding the menu to our site.  We currently use Miva Merchant for our E-commerce solution and I was wondering if you have ever integrated one of your menus on the Miva Merchant platform.  I noticed other CMS platforms like Drupal and WordPress to your site, but I just wanted to know if your menus would work with Miva Merchant.  And do you offer any sort of support help if we need help with implementation.

Thanks!
Randy

Reply From: Likno Customer Support

Dear Randy,

You should not have any problems with your E-Commerce platform. We do not have a specific plugin, but you can use the standard method of adding the Linking Code into your template (usually in the header file). In any case, we are here to help you with specific help if the need arises.

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

 


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