-
AuthorPosts
-
February 17, 2015 at 9:10 pm #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?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 18, 2015 at 7:49 am #559854By 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.
- February 18, 2015 at 4:10 pm #559917
Thank you, it works 🙂
February 18, 2015 at 4:33 pm #559921Sorry, 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.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 19, 2015 at 3:42 am #559968I 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
February 19, 2015 at 2:41 pm #560022Yes 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 20, 2015 at 3:44 pm #560136I 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.
February 21, 2015 at 8:50 am #560189It 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 23, 2015 at 4:03 am #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
AuthorPostsViewing 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
Jump to forum
Video layer not shown
Viewing 9 posts - 1 through 9 (of 9 total)