Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
In regards to the HOME page of this site: pideja.ca.
For the moment, arriving at the HOME page, one is confronted with a black rectangle with an arrow icon to be pressed to start.
In the end, the video goes to black and stops.
I'd like to know if it's possible to have the video start automatically, upon landing on the page and loop back in order to be a continuous presentation.
Offline
There is an autoplay option in the template. Looking at the page code, it seems you've set that to on.
Matt has demo that behaves the same way: http://theturninggate.net/galleries/01- … deo-html5/
He video ends with white though. I'm guessing that's the background-color setting in the template.
Could be that the autoplay option is not being applied. Matt will have to comment.
I don't see any controls in the template that will make the video restart. However, the program you're using may have that option.
I have Easy HTML5 Video and it has a "loop" option. It also has an autoplay option. So check the program you're using.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Think you. I will look into EASY HTML5 VIDEO.
The ending is black because LR slide show has a black base.
LR’s slideshow module does have repeat function but looks useless!
Offline
I find most of the slide show module useless
If you doing videos from slide shows, also take a look a Pictures to EXE.
https://www.wnsoft.com/en/picturestoexe/
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Offline
I decided to break out the "big guns" and remade my slideshow in After Effects CS6. A little more time consuming but a lot more control. Rendered to H.264 codex and converted to the three formats (mp4, web m HD and OGG) and I obtain a much more stable and smooth video.
I still have to tinker with the image selection and pacing (it might be too long and slow) but for now, as a demo, it's fine.
But that beige side pallet is ominous...either I make it much narrower or make it transparent (grey as the background) and make that logo smaller.
But I can't change that colour.
I've been in the Backlight>Designer>Templates>Pages-pideja>Design>Navigation>VerticalNavigation>Background colour but even if I set it to transparent, it's still beige! And there is no CSS involved.
If I could get the buttons to be transparent, I'd try the text (red) and the text-hover (beige)...
Offline
That color is set in Content Areas > Pallets
Remember from a day or two ago? you used to have it set at transparent but you wanted the color to go to the bottom of the page.
http://community.theturninggate.net/vie … 564#p61564
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I remember. But, checkind now, I see it set at...transparent!
Offline
are you looking at the correct page template (template-identifier-Pages-BWRAO)? According to the inspector, that color is coming from .page__pallet background-color
have you tried clearing template cache?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thank you, Rod. I hadn't thought of the "template cache".
Offline
Now that I have my (demo) video animation going, I'm looking at looping it. I found this on the web but I'm not sure how to use it:
<video controls loop>
<source videosrc="movie.mp4" type="video/mp4">
<source videosrc="movie.webm" type="video/webm">
<source videosrc="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
and I'm still looking to "auto-start" this video, without that arrow icon...
Last edited by pideja (2019-09-16 01:18:32)
Offline
From what I could find, looks like you’ve got it
https://www.w3schools.com/tags/att_video_loop.asp
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I can't find any reference to “videosrc” however
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
No secret, that's where I got it. I changed the source reference to videosrc because that's the folder where the video files are. Is this wrong?
Offline
OK, I changed it back to:
<video controls loop>
<source src="intro-1.mp4" type="video/mp4">
<source src="intro-1.webm" type="video/webm">
<source src="intro-1.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
Where intro-1 is the name of the video.
Offline
Looking at the inspector, the video looks set at autoplay but it does not.
<video class="vjs-tech" id="video-intro-1_html5_api" poster="/videosrc/intro-1.jpg"
data-setup="{ "autoplay": true, "preload": "auto", "
fluid": true }" tabindex="-1" preload="auto" autoplay="" src="/videosrc/intro-1.mp4" loop="">
...
</video>
Last edited by pideja (2019-09-16 01:36:26)
Offline
I think I'll drop the "autoplay" for the video...the more I read about this feature, the pushback I get from most web commentators. Something like:
Web pages with videos that autoplay without warning or expectation ranks as one of my top pet peeves on the web. One would think that after more than a decade of video on the web, all site owners would have ended a practice that was popular only in the early years of web video. But many have not.
So I guess there is a reason this feature looks difficult to implement.
Offline
No secret, that's where I got it. I changed the source reference to videosrc because that's the folder where the video files are. Is this wrong?
You weren’t using it as a folder name in a path to the file
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I think I'll drop the "autoplay" for the video...the more I read about this feature, the pushback I get from most web commentators. Something like:
Web pages with videos that autoplay without warning or expectation ranks as one of my top pet peeves on the web. One would think that after more than a decade of video on the web, all site owners would have ended a practice that was popular only in the early years of web video. But many have not.
So I guess there is a reason this feature looks difficult to implement.
Seems like autoplay works now. I don't see why you went through all the trouble to get this working instead of using a simple Backlight slideshow. The later has the advantage that there is no unwanted music.... there is even more dislike for that when you look around the web...
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
I think you are right.
Offline
Hello Daniel, I've decided to revert back to the code published on your blog. I followed it to a T and I have no images at all!
First create a Gallery Template for my slideshow. This template is only used to create images on my site that will be included in the slideshow. The gallery feature is not used.
Is this an album created in Lightroom? Are the images in this album published? I've done this and the image appear as thumbnails on the page even though I checked the hide from search and hide from album set features.
I create a template and set all the parameters for a slide show.
Offline
Hi Pierre,
Please have a look at the manual where it shows how to create the inline slideshow with Backlight: http://backlight.theturninggate.net/doc … n_vegas_fs
Daniel Leu | Photography
DanielLeu.com
My digital playground (eg, Backlight tips&tricks): lab.DanielLeu.com
Offline
my guess is that you're not seeing images because of file names like this: 13-Ha!ha!.jpg
Check your file names. They should only contain letters, numbers, dashes, and underscores. No punctuation or special characters.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
When creating a home page slideshow following the directions on the Vegas Slideshow instruction page:
In Backlight's menu, go Designer ⇒ Pages.
Click “Design” for your Home page.
For full-screen, set Page Template: select your full-screen page template
Under Insert Album, set Insert Album: On.
Select your Vegas Slideshow album as the album to insert.
Save.
I cannot find another page template than the home page template currently used by my site. It is not a theatre type page.
I inserted the album created in Lightroom for this purpose.
I get an outline (border) for the slide show but no images.
So, I have a basic Pangolin page template used thru-out called "PAGES-pideja". Then, I have a Pangolin Theater module type album called "introduction"
In the inspector, the images do not appear!
I can't see how to tell Backlight witch images and where they are.
Offline