hunzaboy / Ckin-Video-Player

Native Javascript HTML5 Video Player
https://hunzaboy.github.io/Ckin-Video-Player/
MIT License
102 stars 52 forks source link

Buttons issue #2

Open Yussan1 opened 5 years ago

Yussan1 commented 5 years ago

Hello I second this issue: https://github.com/hunzaboy/Ckin-Video-Player/issues/1 I'm having the same problem. Everything works fine but no buttons.

https://imgur.com/7H1tk11 https://imgur.com/Y5DuCLM

I followed the demo installation:

<link rel="stylesheet" href="https://dd7tel2830j4w.cloudfront.net/f1543187712758x541367565747350500/ckin.min.css">
<script src="https://dd7tel2830j4w.cloudfront.net/f1543187702754x874859008239582200/ckin.min.js"></script>

Check the fiddle (same problem). https://jsfiddle.net/wL7m1u5v/

Any idea? Thanks!

Yussan1 commented 5 years ago

Any updates on this?

hunzaboy commented 5 years ago

In progress. Will fix it in 1-2 days. Sorry been busy with work.

On Tue, Feb 26, 2019, 11:13 Loliking notifications@github.com wrote:

Any updates on this?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hunzaboy/Ckin-Video-Player/issues/2#issuecomment-467379632, or mute the thread https://github.com/notifications/unsubscribe-auth/AAye2jJkDmtEqXUIRNB5FEMzpG2pf7Aqks5vRQiugaJpZM4bOB5u .

hunzaboy commented 5 years ago

The fonts are not loaded on your side. I just checked the demo and i can find the icons. You have to give correct path to the fonts which are located in the dist/fonts folder. Hope this helps :)

Yussan1 commented 5 years ago

Hello @hunzaboy, thanks for your reply but I have to insist on this as the bug persists. Not sure what demo have you checked but the fiddle that I attached stills showing the same problem:

https://imgur.com/IEnXjOP

The demo doesn't say anything about load any fonts so could you please update the demo page or just give us a fiddle with the fonts loaded to see how to load properly the fonts.

I'm posting again the fiddle with the ICONS MISSING https://jsfiddle.net/wL7m1u5v/

Thanks.

hunzaboy commented 5 years ago

I checked the fiddle, you have not loaded the fonts. Please load the fonts in your application and then try. there is a dist folder with fonts in it. You have to add it too.

e.g https://jsfiddle.net/j0nay6t2/5/

The way i have added the fonts, you also need to add them or simply keep the fonts folder from the dist and add it to your project.