Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • maisfeld Friend
    #993136

    After 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.xml

    you have <fields name="attribs"> : http://prntscr.com/cy7b9o

    Always backup your file before making change and inform me the result.

    Ninja Lead Moderator
    #993330

    Hi,

    Thanks for your feedback. I suggested the solution to fix this bug here and it will be updated and released next version

    Regards

    maisfeld Friend
    #993899

    Hi,
    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 Moderator
    #994015

    Hi,

    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 Friend
    #994171
    This reply has been marked as private.
    Ninja Lead Moderator
    #994448

    Hi,

    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

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

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

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