• Resolved edtack

    (@edtack)


    Hi there
    i hope that somebody will help me with this problem.
    I uploaded a couple of .mp4 files and wanted to show them.
    In a pod i used the file/images/video with upload limit multiple files.
    Im my template i used this construction:
    [if videomateriaal]<h2>Videomateriaal</h2>[each videomateriaal][video src="{@videomateriaal}"][/each][/if]
    Second attempt:
    [if videomateriaal]<h2>Videomateriaal</h2>[each videomateriaal]{@videomateriaal}[/each][/if]
    Anyone a good idea???
    Thanks in advance
    ED

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    Hello @edtack
    I think you’d have to take a look at {@videomateriaal._src} for this. This will output the URL to the video/audio file.
    Not sure if WordPress auto-wraps this in HTML5 tags, if not, you can do this yourself, see: https://www.w3schools.com/html/html5_video.asp
    Cheers, Jory

    Thread Starter edtack

    (@edtack)

    Hello Jory
    I am able to show the videofiles i uploaded to WordPress, that is not the problem.
    In the back end i am able to collect several files, but i really don’t know how to show them like the gallery of images.
    Is this possible?
    cheers, Ed

    Plugin Author Jory Hogeveen

    (@keraweb)

    Hello @edtack

    It’s possible with creating your own code to do this. This will depend on your theme (CSS), HTML format etc.
    You could try to create such a grid within Pods Templates using your theme’s grid classes (if there are any) or other CSS frameworks like bootstrap.
    As a free plugin we cannot provide such custom development.

    Cheers, Jory

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to show multiple uploaded video- or audiofiles’ is closed to new replies.