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


Initial Email From:
Mark
Initial Email Subject: upload small video files? 
Support Case Month: November 2012

Hi guys

hope all well

could you advice as to where would be the best place to upload small (less than 10mb) screen videos please per lesson unit/specific subject?

should we upload them into the main unit files folder for all access or somewhere else?

also is this a professor or admin permission to upload content such as this

best and thanks,
Mark

Reply From: Likno Customer Support

Hello Mark,

Every lesson has its own files.

You can upload to the lessons files any type of file you want  and then use it in the lesson's units.

You can insert the files to any unit of the lesson.

Only the professor is able to upload content (including files) to the lessons and not the administrator.

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

ok that's great thanks - just checking it will work

we have tested today..works fine

 

Tags: , , , , , , , , ,

 

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


Initial Email From:
Fco
Initial Email Subject: Second menu doesnt appear at web page
Support Case Month: June 2012

I build 2 menus: main for all pages and a second one for a video page.

First one is working fine but second for video page is not showing.

Its a video submenu that should be above "Video Memoria 2011"

Related URL: http://www.expoferretera.com.mx/Videos/Videos-Expo-Nacional-Ferretera-Mexico.asp

Reply From: Likno Customer Support

Hello,

Please note that the Anchor ID is case-sensitive:

menu position relative to element

Your menu name is “menu-Videos”, but in your page you have the following code:

menu name is case sensitive

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

Thanks a lot,

Fco

 

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

 

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


Initial Email From:
User
Initial Email Subject:  video for modal window
Support Case Month: April 2012

I am trying to embed a video into the page as you describe doing, but I can't get it to work. Instead, I either get google's home page, your video, or the link to open in a new window.

To see my list of files, remove test.html from the url.

Oh and each time I go to make a change, I get to the point where the "add links" files window pops up, then when I click ok, I get run time error 10 message and I have to open the program again and start over.

Related URL: http://www.1littleworld.net/videos/test.html

Reply From: Likno Customer Support

Hello,

First of all, I saw that you have the following page in your link:

http://www.1littleworld.net/videos/A001%20A-team.html

Going to this page, I did not see the video work. There must be something wrong in the video or your code. In any case, if it does not work directly in the page, it will not work within the modal.

Then I see that you have set the link to have “target='Modal_Window_1_single'”. In order for this to work, in the application you must have the “page links” option selected:

modal window page links

Finally, in the “A-team” file, you are not properly closing the </body> and </html> tags:

not proper closing of html tags

This is not causing any problems – it is just bad HTML.

Let me know if you try the above and need more help.

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:
User
Initial Email Subject: sub menu flash file conflict
Support Case Month: September 2012

I am building menus and i noticed when i have a flash file video or slide show playing it overrides the menus i have created and layers them to the back of the video or slide show. Is there any way to make the sub menu stay on top when it slides out or drops down. I have not uploaded them to the URL above. I am hoping to get this fixed before i upload and have a problem. I can send a screen shot of beta test site.

Reply From: Likno Customer Support

Hello,

Flash applets tend to ignore the layer ordering rules by default, hence they always appear “on top”.

To correct this behavior you need to add the “wmode=transparent” parameter. For detailed instructions please have a look in the application help:

z-index and wmode transparent help

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 Modal Windows Builder, abstracted and stripped of all user’s private info.


Initial Email From:
Bill
Initial Email Subject: Need help in ToolTip!
Support Case Month: September 2012

Here are the results for http://www.foxmls.com

                           Tool Tip                AllWebMenu

Google                 Works                   Works

IE                        Under video           Opens off center

Firefox                Jumps                   Works

Opera                  Works                   Works

In addition if I add a Tooltip to the video, then a scroll bar is entered on the right because it wants to put the tooltip below the video.

tooltip and scrollbar

Reply From: Likno Customer Support

Dear Bill,

I checked your page, and the problem is that you have the “wmode=transparent” parameter in the wrong place in the video.

Please try changing this:

<object width="640" height="360">
<param name="movie" value=
"http://www.youtube.com/v/_li-L8k3elw?version=3&amp;hl=en_US&amp;rel=0">
</param>
<param name="allowFullScreen" value="true">
</param>
<param name="allowscriptaccess" value="always">
</param><embed src="http://www.youtube.com/v/_li-L8k3elw?
version=3&wmode=transparent&amp;hl=en_US&amp;rel=0
"
type="application/x-shockwave-flash" width="640" height="360"
allowscriptaccess="always" allowfullscreen="false"></embed>
</object>

Into this:

<object width="640" height="360">

    <param name="movie" value=

     "http://www.youtube.com/v/_li-L8k3elw?version=3&amp;hl=en_US&amp;rel=0">

    </param>      
    <param name="allowFullScreen" value="true">

    </param>

    <param name="allowscriptaccess" value="always">

    </param>

    <embed src="http://www.youtube.com/v/_li-L8k3elw?

     
     version=3
&wmode=transparent

     type="application/x-shockwave-flash" width="640" height="360" 
     allowscriptaccess="always" allowfullscreen="false"></embed>

</object>


It seems to work in all browsers I tried.

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

That worked. 
Bill

 

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

 


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