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

 

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: need help with buttons
Support Case Month: January 2013

My question is this...  I need buttons without the white background.  Can I make them with invisible background?  I can’t find a color to exactly match the page I need the buttons for.  Please help. 

Thanks

Reply From: Likno Customer Support

Dear User,

Regarding creating transparent buttons, you can do this if you select the PNG file format that allows transparency:

png format image button

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 Likno Web Button Maker,  abstracted and stripped of all user’s private info.


Initial Email From:
Bob
Initial Email Subject: Difficulty placing small image on surface of my Likno Web Button
Support Case Month: December 2012

Hello,
I'm a registered Likno Web Button Maker owner (version 2.0.162).
The screenshot illustrating my problem is attached, so you can see what is occurring.  Also attached is the little image I wanted to use for the button background.
I've worked for hours just trying to set a small image as the background of my Likno Web Button.  I used PNG files, because I saw no restriction specified against using PNGs.
I started with the basic square chamfer button template.  For the purpose of showing this problem, I made the button size much bigger than any image I would apply as the 'background' during this test.  The latest image I selected was only 184x82, and my button size is set really large at 544x314.  I used the larger button size just to make my screen shot clearer for you.  I selected 'Stretch', so you could see my image hiding behind my button.
When I produce my button, it's simply blank, white -- my image isn't there.
Believe me, I read, then re-read the Help file and followed the instructions about putting an image on a button.  Following the instructions didn't yield a 'picture button', which is what I wanted.
Can you help?
Bob

Reply From: Likno Customer Support

Dear Bob,

I assume that what you are seeing is the actual button…

The background image is something that will appear behind the actual button and not on it. If you want something to appear on the button but behind the text, then I guess that you want to change the “Texture” in the “Button Material” tab:

button material]

Note however that this will always be stretched, so you should make sure your image has the correct size (and maybe the correct transparent padding around it if you want a small image to be centered into a larger button).

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, Likno Web Tabs Builder, Likno Web Scroller Builder, Likno Web Accordion Builder, Likno Web Tooltips Builder, Likno Web Modal Windows Builder, Likno Web Button Maker, abstracted and stripped of all user’s private info.


Initial Email From:
Raul
Initial Email Subject: Question about Mac installation
Support Case Month: July 2012

my question is if sometime you will make your apps for mac os in a native way inter using a virtual windows?

thanks

Reply From: Likno Customer Support

Hello Raul,

Thank you for your email.

Unfortunately the installation file is available only for Windows.

However, our MAC customers use third-party software for emulation, without any problems reported so far.

Here are all your options to run Windows applications on an Intel-powered Mac:

http://www.macwindows.com/winintelmac.html#2a

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

 

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

 


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