Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • armax Friend
    #203888

    Hi,

    I have a category for articles that have videos in it, but it does not show the “video player button” layer on them.

    How can I turn it on?

    http://kephost.com/images/2015/02/17/Nevtelen6404c.png

    Ninja Lead Moderator
    #559854

    By default the video file add into introtext content of article but on your site added it into fulltext content of article, see the screenshot

    + Default

    + On your site

    I changed the code in JA Playmag template to load the video from fulltext content of article on your site. Now, you can see it shows the button video on your site.


    1. Screen-Shot-2015-02-18-at-14.42.23
    2. Screen-Shot-2015-02-18-at-14.42.51
    3. Screen-Shot-2015-02-18-at-14.47.01
    armax Friend
    #559917

    Thank you, it works 🙂

    armax Friend
    #559921

    Sorry, i have a new problem. The layer works fine in the “Videók” menu, but not in the “Filmszoba” menu. The layer crushes the articles image as you can see on the attached screenshot. And not just by one article, all what has video in it.


    1. Névtelen
    Ninja Lead Moderator
    #559968

    I checked on Filmszoba menu and only saw both “Avengers: Age of Ultron – Megjött a trailer és odabasz!” and Halálos iramban 7 – Súlyos az új trailer (16) articles have the video on them, not other. You can check it again

    armax Friend
    #560022

    Yes but the articles image (and now i see all the articles, if you view them in a menu, not on the Home) are pushed on the left side. Why is it? Can you just fix it please? Or tell me how can i exactly change the code and where?

    Ninja Lead Moderator
    #560136

    I only fixed on your site with the solution below

    Open templates/ja_playmag/html/layouts/joomla/content/intro_image.php file

    find and change

    //Get Images from video
    $videoinfo = PlaymagHelper::loadVideoInfo($displayData->introtext);

    to

    //Get Images from video
    $videoinfo = PlaymagHelper::loadVideoInfo($displayData->introtext);
    if (!$videoinfo) {
    $videoinfo = PlaymagHelper::loadVideoInfo($displayData->fulltext);
    }

    But I just checked on your site and saw it was rollback to default. But you can try to apply my way above on your site.

    armax Friend
    #560189

    It is not working 🙁 the image is still pushed

    You see that is back to default becaude is worked a lot to change the videos links to not display de video icon, because of that bug

    Ninja Lead Moderator
    #560324

    <em>@armax 459648 wrote:</em><blockquote>It is not working 🙁 the image is still pushed

    You see that is back to default becaude is worked a lot to change the videos links to not display de video icon, because of that bug</blockquote>

    I checked videok menu(Videók category) but I did not see the video includes into content articles with format

    <iframe width="1120" height="630" src="//player.vimeo.com/video/57434950" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>

    and it does not support the format below


    1. Screen-Shot-2015-02-23-at-10.57.13
Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum