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


Initial Email From:
Antonio
Initial Email Subject:  modal windows in joomla 3
Support Case Month: August 2013

I am redesigning the site above from scratch - the site is a Joomla site that is offline for that purpose. I am still working on the new lay-out and way to present its contents. I purchase a license for some of your products. I have some experience with AllWebMenus, but not with your other software.

Can you please give some info on how to use the modal windows software in the Joomla site?

Best regards,
Antonio

Reply From: Likno Customer Support

Hello Antonio,

All you have to do is make sure the modal windows project (.js) is "linked" to the page that the Joomla shows and you want it to open modal windows.

Then, use any of the methods for opening the modal window, as shown here.

modal window open code

Or here:

modal window open methods

Kind Regards, 
Aris
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:
Dave
Initial Email Subject: Problem sizing a horizontal menu for Joomla
Support Case Month: May 2013

Support,

I'm trying to use an AllWebMenu Pro generated menu with Joomla 2.5 for the first time and I'm having problems getting the menu width to fit.

In AWM, you can specify a minimum width for an item and a minimum width for the whole group... I get that.

But as you can see from my site, the menu is way too wide and the main cause appears to be that all of the items are set to be the same size and that size seems to be determined by the 'widest one.

Currently I think each item is around 180 pixels wide.

Now I don't want/need all of the items to be a uniform width, I just want the entire menu to fit in 990 pixels, so I could do with knowing how I can get each item to just be governed by the text padding etc. instead.

I've not used a theme for my current menu as, well, to be honest there's no real styling involved 🙂

Hope you can help.

Dave

Reply From: Likno Customer Support

Dear Dave,

If all your items have the same size, then you probably have the “Uniform Items” selected in the Menu Type. Please uncheck this to fix the problem:

uniform menu items

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: Likno Customer Support

Genius!

Thanks for the help Smile

Dave

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:
Todd
Initial Email Subject: AllWebMenus, Responsive Menu Question
Support Case Month: February 2013

Greetings. I was wondering if you can help me with a question about the Responsive Menu feature in AllWebMenus Pro.

Months ago I tested this feature out on a menu for my website. Since then point in time (due to time constraints), I opted to go back to a single menu until my workload freed up a bit. Now that my workload is free to look in to this feature more, my dilemma is that Responsive Menu's Version 2-4 have remembered older/outdated states of my menu, as many changes have been made.

My question is: can I either delete "old" Versions or somehow refresh the Versions without going in to each Version and hand-changing the menu? Just trying to save time from having to go back-and-forth trying to figure out the difference between Version 1 and Versions 2-4.

Your help is most appreciated, & I thank you kindly.

Todd

Reply From: Likno Customer Support

Dear Todd,

If you have the latest AllWebMenus version, you will see an option to “clone” the structure from one version to another:

clone menu structure

Also, I remember that you were one of the first to try out the new responsive feature, when we released it with only standard JS menu support.

I want to let you know that it has matured since then and now it fully supports server-side menus, WordPress, Joomla and ULLI-based menus.

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:
Brent
Initial Email Subject: Menu Button Highlighting
Support Case Month: January 2013

Hi Kostas,

One of my clients has brought up an interesting problem with AWM and Joomla pages.

If you look at the example below you will see that active menu items are highlighted in yellow on this menu.

menu button highlight

However, when the page is split into three pages then the highlighted menu item does not work. (See below)

menu button highlight does not work

What would it cost me to have this built in to the AWM menu system?

Warm regards

Brent

Reply From: Likno Customer Support

Hello Brent,

The feature is NOW ready!

Download AllWebMenus from here and install it over the old one:

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

You should be able to see this new option here:

menu item highlight new feature

Click the "more info" also to read instructions.

Best Regards,
Aris Filokostas
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: Likno Customer Support

Hi Aris,

It works. Thanks for a job well done.

Warm Regards
Brent

Tags: , , , , , , , , ,

 


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