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


Initial Email From:
Hannu
Initial Email Subject: Highlight menu item
Support Case Month: March 2013

How do I make the menu button to be highlight the particular page eg. if I'm on contact page the "Contact" button is highlighted?  I've done it years ago but now forget how. There was a code  have insert on every page? Does the menu has to be one of the template or will it work if I build one from the scratch?

Thanks,
Hannu

Reply From: Likno Customer Support

Hello again,

In order to highlight the “current item” you need to check the “Show Item or Group on Appear” property:

highlight current menu item

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:
Ron
Initial Email Subject: Menu Question
Support Case Month: March 2013

Hello,
I saw your offer in Giveaway of the day.  Is there a way to use one of your products to create a menu that I can make one edit and all web pages will be updated to the change?  So I don't have to edit the menu file on all 15 pages.
Thanks
Ron

Reply From: Likno Customer Support

Dear Ron,

Yes. If you use AllWebMenus, every time you make a change you will need to:

1) open your menu project in AllWebMenus and make your changes

2) hit the “Compile” button

3) upload the compiled files online

This will automatically update all the linked pages.

(Note that you need to Link to your pages once, only the first time that you add the menu.)

Best Regards,
Aris Filkostas
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: , , , , , , , , ,

 

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

 

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


Initial Email From:
User
Initial Email Subject: Web button maker does not launch after install
Support Case Month: February 2013

I just purchased Likno Web Button Maker.
Windows server 2003 (.net framework 3.5) 32 bits
Installation is OK.
But the application does not launch.
Computer Management > Event Viewer > Applications > Error :
"Faulting application Likno Web button maker version 2.0.0.162, faulting module msvcr71.dll version 7.10.30.52.4 faulting address 0x00002777
Before writing this message i tried many things :
1) I got many copies of msvcr71.dll on my system (in photoshop install directory, in ms-office installed dir etc...). Replacing the original msvcr71.dll in the system32 folder by any of those copies of msvcr71.dll gives the same error.
2) Putting also msvcr71.dll in "program files\likno web button maker" and in "program files\likno web button maker\res" does not solve the problem.
3) I even tried to register msvcr71.dll manually but it does not seems to be registrable since i get the error "msvcr71.dll was lodaed but the dllserverregister entry point was not found..."

Well, i'll be pleased if you could tell me how to solve that problem.
Thanks

Reply From: Likno Customer Support

Hello,

This is the Microsoft C++ runtime library. I suggest that you try re-installing it from here:

http://archive.msdn.microsoft.com/KB932298/Release/ProjectReleases.aspx?ReleaseId=762

Let me know if this worked.

Another thing you may want to try is to try installing Button Maker by using “run as admin” on the installer.

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