Audo and media player skins missing - can't add either

theav-ator
Community Member Posts: 69 ☆ Roadie ☆
So I'm having an issue where I only have 1 default audio player skin. None of the standard default ones show up in my list, and the link/button to click to add a new skin is missing as well. So not only do I not have different skins to choose from, I can't any new ones either. This was on Lectora inspire 16, I updated to Inspire 17 today and everything is still missing.
The other developer sitting next to me has the same versions and his is working perfectly(on identical computer systems as well). We even went in to our Programs folder and compared those and they're almost identical (with the exception of a couple extra custom skins he created showing in his folder).
Anyone have any ideas???
Screenshot of my controller selection is attached
Lectora Inspire V16 & V17
Windows 7 Enterprise x64
Dell Precision T7810
The other developer sitting next to me has the same versions and his is working perfectly(on identical computer systems as well). We even went in to our Programs folder and compared those and they're almost identical (with the exception of a couple extra custom skins he created showing in his folder).
Anyone have any ideas???
Screenshot of my controller selection is attached
Lectora Inspire V16 & V17
Windows 7 Enterprise x64
Dell Precision T7810
Comments
-
Did you install as an administrator?
http://community.trivantis.com/knowledge-base/lectora-installation-checklist-and-instructions/ -
So I uninstalled and had our IT install as directed by the checklist and then restarted.
No dice... still only the default player and no option to load a new one. I re-verified the location for the skin files and such. Everything looks correct, but still not workin' right.
Attached are pics of the mediaplayer folder and skins folder - everything looks to be in place unless you see something out of the ordinary
Any other thoughts or things to check? -
AHA! I figured it out...
Under Title Options, if you have Use Web Accessibility Settings checked it limits you to only that one player. If you uncheck that option all the skins return as options.
Shouldn't all the new skins meet those guidelines though? Aren't they all CSS and not Flash based anymore?
Is there any way to make a more custom skin that meets those requirements?
Thanks! -
-
I've had the same issues in the past and was able to resolve with some CSS - and as you say the Accessibility setting. Thanks for the reminder on that!
I am currently experiencing an issue where the textblock (for the CC) was somehow corrupted. As a result, I cannot change the width of the captions box for the audio controller. For example, the width of the controller is 615 pixels but the width of the text within the controller is only 300 pixels wide.
I've looked at the CSS which is supposed to control the text aspect of the controller but changes to the CSS are not having any effect. Even though I point to the updated CSS file and removed any old (audio controller) CSS from the extern folder.
The good news is that I am successful in swapping out the (corrupted?) audio controller for a wider one which includes a matching wide text block - and the VTT will show correctly. However, the challenge in going this route is that any audio events are not transferring over when the clip is associated with the new audio controller.
Any suggestions? Trying to prevent having to re-insert audio events for an entire module.
Thank you kindly,
Christine -
@comalley5856 - Did you update the attributes for the captions layer? I discovered that the !important was necessary to get it to work correctly.
div[class="mejs-captions-layer mejs-layer"] {
This allows you to change the properties for the layer itself. It sounds like you have the div for the captions text, which is different:
width: 340px !important;
background: #000;
}div[id^="audio"] .mejs-captions-text {
padding: 3px 5px;
background: #000;
white-space: pre-wrap;
} -
-
Hi Jason, what you're saying makes sense to me. Not being a CSS guru, I'm not sure if maybe something isn't correct in the css file. I am attaching a copy of it. Would you mind taking a look? I'm pointing to this css file in the course, but no change.
-
That was my bad, Christine - It's actually the captions-position that changes the width, alignment, etc:
div[id^="audio"] .mejs-captions-position {
This should update the width of the caption line along with align it to the left. If you change the "bottom" it will raise and lower the line - I still struggle with the "top-down" in CSS because I know just enough to be dangerous.
position: absolute;
width: 600px;
bottom: 15px;
text-align: left;
}
I tested this applying it to the default player, so there may need to be other mods made - Is the controller and skin already at the width and height you want it? If so, then the above should work wonders. Also, the .mejs-container line is missing a } - That MAY be affecting it, too.
Categories
- 4.8K All Categories
- 6 New Feature Releases
- The Training Arcade®
- Arcades™
- 123 ✫ Announcements
- 9 ✪ Contests
- 34.1K eLearning Brothers® Products
- 33.6K Lectora®
- 31.6K Lectora Discussions
- 1.9K Lectora Feature Requests
- 71 Lectora User Groups
- 16 Asset Library
- 10 AssetLibrary Discussions
- 6 AssetLibrary Feature Requests
- 301 CenarioVR®
- 176 CenarioVR Discussions
- 125 CenarioVR Feature Requests
- 36 Rockstar Learning Platform®
- 24 Rockstar Learning Platform Discussions
- 12 Rockstar Learning Platform Feature Requests
- 4 Off-the-Shelf Course Library
- 3 Off-the-Shelf Course Library Discussions
- 1 Off-the-Shelf Course Library Feature Requests
- 114 CourseMill®
- 107 CourseMill Discussions
- 44 ReviewLink®
- 32 ReviewLink Discussions
- 12 ReviewLink Suggestions
- 2 The Training Arcade®
- 1 The Training Arcade Discussions
- 1 The Training Arcade Feature Requests
- 10 Additional Learning Products
- 2 Adobe®
- 4 Articulate®
- 2 Camtasia®
- Docebo®
- 1 iSpring®
- 1 Microsoft® PowerPoint®
- 930 All Things eLearning
- 5 Course Development Showcase
- 1 eLearning Brothers® Downloads
- 1 Compliance Training
- 11 eLearning Development
- eLearning Game Design
- 7 Instructional Design
- 545 Learning Management System (LMS) Integration
- 2 Mobile Learning
- 21 Visual Design
- 331 Web Accessibility
- 1.2K ♪ The Green Room
- 8 ♡ Community Feedback
- 7 Community Tips