Tagged: grid
-
AuthorPosts
-
maisfeld Friend
maisfeld
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 54
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
December 8, 2016 at 8:06 am #993136After the update below it shows the grid correct, but the page plays now the videos automatically. When we change back to the old version, the videos will not play automatically, only on request which is what we need. Do you anyone have an idea to solve this issue with the updated grid function which is necessary to have.
Many thanks ind advance!
You can open this file: ROOT/templates/ja_fixel/templateHelper.php
Look for the function getGrid:
public static function getGrid($item, $metadata = ‘metadata’)
change it to:public static function getGrid($item, $metadata = ‘attribs’)
Also make sure that in this file: ROOT/templates/ja_fixel/etc/form/com_content.article.xmlyou have <fields name="attribs"> : http://prntscr.com/cy7b9o
Always backup your file before making change and inform me the result.
1 user says Thank You to maisfeld for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
maisfeld Friendmaisfeld
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 54
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
December 12, 2016 at 4:56 pm #993899Hi,
As mention we did those updates as in your feed above. Now we’ve the problem that all videos playing automatically when you start the website. This issue is coming after the updates as you mention.here you have the link: http://www.jeremybucher.ch/
Best regards,
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 13, 2016 at 2:02 am #994015Hi,
Where can I see the video on your site? I only see the slideshow is working as well on your site: https://cl.ly/211t1K1g001D
Besides you can give me the credential info: admin login and FTP account via private reply. I will detect the problem on your site
Regards
maisfeld Friendmaisfeld
- Join date:
- September 2014
- Posts:
- 66
- Downloads:
- 54
- Uploads:
- 31
- Thanks:
- 15
- Thanked:
- 1 times in 1 posts
December 13, 2016 at 8:47 am #994171This reply has been marked as private.Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 14, 2016 at 1:26 am #994448Hi,
Our product supported the video with Youtube or Vimeo but you are using the mp4 file and I fixed the problem directly on your site with the solution below
from
<iframe type="video/mp4" src="images/videos/Adelboden_12_2015_1.mp4" scrolling="yes" frameborder="0" allowtransparency="no" width="900px" height="505px"></iframe>
to
<video width="900" height="505" controls> <source src="mages/videos/Adelboden_12_2015_1.mp4" type="video/mp4"> </video>
Hope it helps
Regards
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by Ninja Lead 7 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum