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


Initial Email From:
User
Initial Email Subject: menu won't display on blogger site
Support Case Month: December 2012

We were able to successfully set up a working menu on our third party server, where the js and image files are hosted: example.com

We then recompiled and re-linked the files for site.com and pasted the menu code, with absolute paths for the js files, on a new page: site.com/p/blog-page.html

The menu however does not display on the site.com site.

Do the JS files need to be compiled for example.com or site.com?

Thank you for your help!

Reply From: Likno Customer Support

Hello,

In order for this to work, your tree files must be compiled for the domain in which the tree will be shown (not the domain in which the compiled files reside).

I noticed that you used the following ID:

id="Sparkys Answers Blogger Menu"

I believe that spaces are not accepted in IDs and that this is the reason your tree menu does not show. Please try correcting this and let me know if it fixed the problem.

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:
Steve
Initial Email Subject: Integrating with Blogger
Support Case Month: December 2012

Hi,

From past support answers, I know that we can host the menu on a separate server and on it's own site. We are working on doing just that but my developer asked me to relay this question to you for an answer.

"Can you get in touch with Likno and confirm whether or not we can upload the JS and related files to an accessible server, and then install the menu on Blogger.  I successfully embedded a widget to my test Blogger blog.  The widget contains links to JS files hosted on a 3rd party server, so in theory, it should work."

Thank you for your time and patience.

Steve

Reply From: Likno Customer Support

Dear Steve,

We have done similar test in the past. There should be no problem in uploading your JS file in a different server and this should work in Blogger or anywhere else, as long as you are not using the menu in https pages. If you try to do this with https pages then it is considered a security breach as all files must originate strictly from the same server (in this case even “likno.com” and “www.likno.com” are considered different domains!).

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

 

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


Initial Email From:
Steven
Initial Email Subject: Menu question? 
Support Case Month: November 2012

Hi,

I have several different Blogger sites and as you probably know, Blogger has  a very poor menu system and as far as I know, no way to interact with your software. Can I load your menu software on a separate site so that I can have a dedicated menu page, to connect to all of my different information at various url's? I currently have over 400 repair articles that need to be linked to a menu so they can be sorted by year, make, model, system and so on.
My plan would be to have a separate site with your software loaded on it to function as the menu page for all.

Steven

Reply From: Likno Customer Support

Hello Steven,

This is indeed a very good idea of yours. Please read the following instructions (let us know if you succeeded with this or need more help):

When the online website builder you are using does not let you upload any files or folders that you like to your online account, a major limitation is imposed to you for using javascript files (like our libraries or any other 3rd-party libraries) on your website.

However, there is a way to use your Likno compiled projects on your website provided that you have access to any other hosting environment that allows files to be uploaded and served (hotlinked) from there.

How this works:

1. Provided that you do have access to an alternative online host that can host and serve files/folders (allowing "hotlinking"), you can simply upload the compiled files and folder there:

For example, after you compile an "AllWebMenus" project, the following compiled folder is created (at the location you specified at "Project Properties").

This folder contains the compiled files.

Therefore, you upload those files and folder somewhere on your alternative hosting account (that should allow "public access" and "hotlinking" of these files).

2. The second step is to update the "src" parameter of the "Linking Code" that you added to your pages, so that it points to the compiled file (.js file) that is now located at the alternative host (using an absolute external URL, starting with "http").

For example, this is a change you should make (for the "Likno Web Accordion Builder", but the same applies to AllWebMenus):

FROM:

<!-- ******** BEGIN LIKNO WEB ACCORDION CODE FOR accordion_example_external_javascripts ******** -->
<script type="text/javascript">var lwacLinkedBy="LiknoWebAccordion [1]",lwacName="accordion_example_external_javascripts",lwacBN="116";</script>
<script charset="UTF-8" src="likno-scripts/accordion_example_external_javascripts.js" type="text/javascript"></script>
<!-- ******** END LIKNO WEB ACCORDION CODE FOR accordion_example_external_javascripts ******** -->

TO:

<!-- ******** BEGIN LIKNO WEB ACCORDION CODE FOR accordion_example_external_javascripts ******** -->
<script type="text/javascript">var lwacLinkedBy="LiknoWebAccordion [1]",lwacName="accordion_example_external_javascripts",lwacBN="116";</script>
<script charset="UTF-8" src="http://www.alternativehost/youraccount/likno-scripts/accordion_example_external_javascripts.js" type="text/javascript"></script>
<!-- ******** END LIKNO WEB ACCORDION CODE FOR accordion_example_external_javascripts ******** -->

We are aware that this solution requires that you have access to an alternative host (while you already host your website somewhere else, but with file limitations) which you may not have. However, this is the only way to be able to run javascript files (like our libraries or any other 3rd-party libraries) on your website, since the online builder tool you are using imposes limitations on uploading such files on your website's file structure.

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

Hi Aris,

I am glad to hear that it will work. I do have a few more questions though. My understanding is that, the beauty of your software is that I would be using  simple editing tools. The code that you stated needed to include the full url, is that a one time thing for the Blogger site or does that apply to every single link to each and every article. I doubt that it would be hard either way but I am looking at building a menu for my sites that will cover at minimum 40 years of vehicles(eventually over a hundred years), hundreds of models and dozens of systems.

Currently I have over five hundred articles on my Blogger sites. I can deal with whatever I have to organize those and it seems your system will do that on a separately hosted menu site. Can the same menu be used for other articles that will be produced within the non Blogger hosted site? And not lose the links to the articles in the Blogger sites? In other words can I use the same hosted menu from your company to connect to my current Blogger sites and also going forward use the same menu for future articles that will be hosted on the non Blogger hosted site? I hope this makes sense.  It is much easier for me to speak and convey my thoughts than writing in an email.

Steven

Reply From: Likno Customer Support

Dear Steven,

This code is the “Linking Code” which is not related to the menu links. It is the code that links the whole menu to your pages and points to wherever you uploaded the menu compiled files. You need to add this in each of your pages (or simple in one include file such as a “header” or “footer” file of your template) and you need to do this only once.

I recommend that you find the template file for your articles and just add the code there once, this should suffice. After this, when you change the menu you just need to recompile it and upload the new files. No need to ever bother with this Linking Code again.

Finally, the menu can link to anything you want it to… As you will be editing the menu items and their links manually in the AllWebMenus application, there is no limit in what you can achieve.

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

 

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


Initial Email From:
James
Initial Email Subject: add menubar to google blogger
Support Case Month: June 2012

I could really use some help. Does this AllwebMenus5 program allow me to add navbar or menubars to google blogger? If so i could really use some help right now. I have been working on this for over a week,

Reply From: Likno Customer Support

Hello James,

We doubt that google blogger allows you to upload javascript files on your account.

When the online website builder you are using does not let you upload any files or folders that you like to your online account, a major limitation is imposed to you for using javascript files (like our libraries or any other 3rd-party libraries) on your website.

However, there is a way to use your Likno compiled projects on your website provided that you have access to any other hosting environment that allows files to be uploaded and served (hotlinked) from there.

How this works:

1. Provided that you do have access to an alternative online host that can host and serve files/folders (allowing "hotlinking"), you can simply upload the compiled files and folder there:

For example, after you compile an "AllWebMenus" project, the following compiled folder is created (at the location you specified at "Project Properties").

This folder contains the compiled files.

Therefore, you upload those files and folder somewhere on your alternative hosting account (that should allow "public access" and "hotlinking" of these files).

2. The second step is to update the "src" parameter of the "Linking Code" that you added to your pages, so that it points to the compiled file (.js file) that is now located at the alternative host (using an absolute external URL, starting with "http").

For example, this is a change you should make (for the "Likno Web Accordion Builder", but the same applies to AllWebMenus):

FROM:

<!-- ******** BEGIN LIKNO WEB ACCORDION CODE FOR accordion_example_external_javascripts ******** -->
<script type="text/javascript">var lwacLinkedBy="LiknoWebAccordion [1]",lwacName="accordion_example_external_javascripts",lwacBN="116";</script><script charset="UTF-8" src="likno-scripts/accordion_example_external_javascripts.js" type="text/javascript"></script>
<!-- ******** END LIKNO WEB ACCORDION CODE FOR accordion_example_external_javascripts ******** -->

TO:

<!-- ******** BEGIN LIKNO WEB ACCORDION CODE FOR accordion_example_external_javascripts ******** -->
<script type="text/javascript">var lwacLinkedBy="LiknoWebAccordion [1]",lwacName="accordion_example_external_javascripts",lwacBN="116";</script><script charset="UTF-8" src="http://www.alternativehost/youraccount/likno-scripts/accordion_example_external_javascripts.js" type="text/javascript"></script>
<!-- ******** END LIKNO WEB ACCORDION CODE FOR accordion_example_external_javascripts ******** -->

We are aware that this solution requires that you have access to an alternative host (while you already host your website somewhere else, but with file limitations) which you may not have. However, this is the only way to be able to run javascript files (like our libraries or any other 3rd-party libraries) on your website, since the online builder tool you are using imposes limitations on uploading such files on your website's file structure.

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

Aris,

You have been a tremendous help! thank you very much!

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

 


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