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.
Been thinking of changing the landing page of my site to use the simpler full screen auto instead of the full-screen flip, which it's happily been using for a while. So I built a template, and published it, and when I edit the published collection via Publisher service to use this new template, the site apparently goes into la-la land. The header image, the enter button, but nothing else.
When I diff the lrtemplate files, there are very few differences. Beyond internalName and title, the older but working flip-style one is missing a snapshot = line, and a new apple touch icon line, and
has ["grid.type.desktop"] = "vegas",
instead of ["grid.type.desktop"] = "flip",
but nothing else. I'm a little concerned about updating the older flip template now. I'm going to leave the site up in this crippled fashion for a bit to see if anyone can offer any advice.
100faces.us/el3
Thanks!
Offline
this might be the reason why. from the script that shows the images:
<script src="http://100faces.us/el3/lib/js/jquery.vegas.min.js"></script>
if you go to that link: http://100faces.us/el3/lib/js/jquery.vegas.min.js
You'll get a 404 page not found error.
Try exporting and uploading the stage full-screen template again, making sure that all the assets in the lib/ folder get uploaded.
(you're using FTP rather than Lightroom's upload feature, correct?)
One other thing that may or may not matter in this specific case. If you're using the Share Resources with TTG CE4 Pages feature, be sure to update Pages. You're running version 7.0.8 and the current version is 7.0.14
I rather doubt that this falls under shared resources, but it's still a good idea to update.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
That's interesting for the reason that I don't understand why it would be looked for there and not /el3/ttg-be/templates/gallery/base_gallery_stage_full_screen_auto/lib/js. It is in that deeper folder, and I copied it over to the /lib folder, but with no difference to the outcome.
Offline
I will update Pages because I am using Shared Resources. Anything special about how I do that?
Offline
That's interesting for the reason that I don't understand why it would be looked for there and not /el3/ttg-be/templates/gallery/base_gallery_stage_full_screen_auto/lib/js. It is in that deeper folder, and I copied it over to the /lib folder, but with no difference to the outcome.
It's probably because you're also missing this:
<script src="http://100faces.us/el3/lib/js/jquery-1.11.3.min.js"></script>
Updating Pages should fix this
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks Rod...fixed that issue right up.
Offline