Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • 261284 Friend
    #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 Friend
    #508543

    Hi,

    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.

    261284 Friend
    #508588

    hello

    i tried your solution but no luck, the images still do not appear

    phong nam Friend
    #508603

    Hi,

    Can you send me PM with your website’s credentials ? I will check & try to fix this issue directly on your website.

    261284 Friend
    #508640

    Yes sure sir
    i just sent you credentials.

    phong nam Friend
    #508691

    Hi,

    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]);

    261284 Friend
    #508693

    Thanks 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 advance

    phong nam Friend
    #508695

    Hi,

    You can know what I did on previous reply !

    261284 Friend
    #509282

    Dear 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 Friend
    #509285

    Hi,

    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>

    261284 Friend
    #509289

    ok sir its noted. thanks.

Viewing 11 posts - 1 through 11 (of 11 total)

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