-
AuthorPosts
-
October 9, 2013 at 11:46 am #191251
Hello
i have an issue when i publish a video in the MUST SEE VIDEO module which am embedding from youtube there is no image that is shown for this video but rather a grey dull image. What i have understood is that the module retrieved the image from the youtube video itself am i right?
Or is there another way of displaying pictures for videos?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 10, 2013 at 3:54 am #508543Hi,
You can make the video thumbnail images visible again by opening templatesja_fubixhtmlmod_jacontentpopupdefault_item.php file, change 49-53th line:
array(
'http://youtu.be/',
'http://www.youtube.com/embed/',
'http://youtube.googleapis.com/v/'), '', $iframesrc[1][0]);to
array(
'http:',
'https:',
'//youtu.be/',
'//www.youtube.com/embed/',
'//youtube.googleapis.com/v/'), '', $iframesrc[1][0]);Remember to backup your file before editing. In addition, make sure that you set Editor- None in Default Editor option in Global Configuration to make the Youtube video embed codes to be saved in Joomla article.
October 10, 2013 at 10:36 am #508588hello
i tried your solution but no luck, the images still do not appear
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 10, 2013 at 1:32 pm #508603Hi,
Can you send me PM with your website’s credentials ? I will check & try to fix this issue directly on your website.
October 10, 2013 at 5:13 pm #508640Yes sure sir
i just sent you credentials.phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 11, 2013 at 4:56 am #508691Hi,
Acutally, it belongs to the Youtube thumbnail encoding in the K2 content module (VIDÉOS BUZZ), not JA Content Slider as you mentioned. I fixed this issue in templatesja_fubixhtmlmod_k2_contentvideodefault.php file with above codes.
array(
'http:',
'https:',
'//youtu.be/',
'//www.youtube.com/embed/',
'//youtube.googleapis.com/v/'), '', $iframesrc[1][0]);October 11, 2013 at 5:05 am #508693Thanks sir
Works fine now. Thanks for your prompt intervention. Can i know if possible what you did for it to work? just for my personal knowledge thanks in advancephong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 11, 2013 at 5:27 am #508695Hi,
You can know what I did on previous reply !
October 17, 2013 at 7:33 am #509282Dear Sir
Today i notice the same problem with the module, every video am adding isnt showing images yet again. Can you help please?
phong nam Friendphong nam
- Join date:
- May 2015
- Posts:
- 3779
- Downloads:
- 1
- Uploads:
- 587
- Thanks:
- 499
- Thanked:
- 974 times in 888 posts
October 17, 2013 at 7:54 am #509285Hi,
The recent proble is caused by the Youtube video embed codes you inputed into the K2 items. I just inputed the original embed codes of videos, you can see that the Video Buzz moule is displaying the video thumbnail images nicely now.
The correct embed codes should be originally:
<iframe width=”560″ height=”315″ src=”//www.youtube.com/embed/j9elfkEdyUw” frameborder=”0″ allowfullscreen></iframe>
Wrong format is:
<iframe class=”youtube-player” type=”text/html” width=”620″ height=”410″ src=”http://www.youtube.com/embed/j9elfkEdyUw?rel=0″ frameborder=”0″></iframe>
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by 261284 11 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum