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.
How do I publish an Auto Index?
Since it's the base page in my site, I was just FTPing the Auto Index Template to that folder.
Also, can I use Publisher with Stages so I can get Breadcrumbs on those pages as well?
I have enabled Breadcrumbs and also enable showing a "Home" Breadcrumb. This works in all of my Galleries and Auto Index folders, except for the "main" entry point auto index. On that page there are no breadcrumbs.
Site is: http://pfredd.com/ce4test/gallery/ On that page you will not see Breadcrumbs. Click on any of the Albums or Album Sets and you will see Breadcrumbs.
Any pointes to fix this would be appreciated.
Thanks!
The updates fixed the problem.
Thanks!
Out of town for a few days. Will let you know the results when I return.
Thanks!
Republishing didn't fix it.
I even deleted and recreated the album: http://pfredd.com/ce4test/gallery/test_ … t-album-1/ but that didn't fix it either.
I was tweaking a test CE4 gallery: http://pfredd.com/ce4test/gallery/test_ … t-album-1/ today and managed to produce some strange output. The thumbnails are actually two copies of the same photo, one offset to the right and down of the other.
It does not look like this in the Lightroom preview.
Any ideas on what's going on here?
Is it possible for the Social Media Sharing icons to be centered on the page (like in CE3)?
I tried the following custom css but it didn't work:
.social-media-profiles {
text-align: center;
}
Is it possible to change the colors in the Cart icon for Fotomoto orders?
You can always keep your catalog in cloud storage. You would need two copies of Lightroom, but would only have one copy of the catalog which is accessed by both.
If you are running on PCs, you can use Microsoft's OneDrive. It's free (15 GB or 1TB for Office 365 owners) and you can access it from the filesystem. Your applications don't know it's cloud based. An added benefit is that it's backed up, so less chance of loosing your photos due to a hard drive going bad.
OneDrive is also available for Macs....
Turns out I had a "CE4-Gallery-lrwebengine.old" folder in the Web Galleries folder, along with "CE4-Galleries.lrwebengine". When I deleted the .old folder, Lightroom recognized the 6.0.2 version in "CE4-Galleries.lrwebengine".
I received Matt's e-mail regarding the Gallery 6.0.2 update.
I went to my order, and downloaded the 602 version.
I extracted it to the Lightroom Web Galleries folder (after deleting the old version)
When I start Lightroom and select CE4 Gallery, it is still showing 6.0.0
Am I doing something wrong?
Here is the correct code:
<i style="color: #9c6;" class="fa fa-camera-retro"></i>
In CE3, I could include characters from Font Awesome in body text by including a line like this:
<i style="color: #9c6;" class="icon-camera-retro"></i>
This doesn't work in CE4.
I probably have forgotten to set/edit/include something, but what?
That fixed it.
Thanks!
The template is: http://pfredd.com/ce4test/ttg-be/templa … ry/gallery
http://pfredd.com/ce4test/gallery is an auto index. There are currently no albums in it (which is why I was trying to publish to it).
Trying to publish the album to /ce4test/gallery
I am getting the following error when I try to publish a gallery:
Can't update this collection
an internal error has occurred:
TTGPublishServiceProvider.lua: 547
attempt to index field 'renditions' (a nil value)
Any ideas?
In CE3 Auto Index (and Gallery, as well) templates, there is a set of options to customize the Album's CSS. It is in a section labeled" Albums: CSS3 Styling.
I don't see that in CE4. Am I missing it, or is it no longer there? If no longer there, can it be accomplished with custom CSS?
align=center is deprecated and not supported in HTML5, you should be using css instead:
<div style="text-align:center;">.....</div>
Thanks for the tip Rod.
I am an old school HTML guy. I know CSS, but I tend to use HTML for "quick & dirty" stuff like this. I will definitely change my code.
(at least I rarely use tables anymore :-) )
I just dumped my Markdown into a Markdown editor, copied the generated HTML and wrapped it in a <div align=center> ... </div>.
I can then just maintain the HTML and forget about Markdown.
Yes, I did, thanks.
As I said, it's not really a big deal....
This is just a little nitpick, but when configuring TTG-BE, it would make life a lot simpler (for me, at least), if the time zone setting listed actual time zones instead of cities. I don't know which time zones most of the cities you list for America are in....
Since you can't have markdown inside HTML, I guess I have to just redo everything on the page in HTML.
In CE3 there was an option to center page content. That appears to be missing from CE4.
I cant find any sort of alignment options in Markdown either.
Can I center a Markdown page's content, or do I have to do it all in HTML now?
I understand that that much has changed between CE3 & CE4 templates. However, there are still a lot of template parameters that have remained the same.
I basically have to totally redesign all of my templates from scratch.
It would have made life a lot easier if there were a utility that would transpose those common parameters from a CE3 template to a new CE4 template. That way I wouldn't have to totally reinvent the wheel for every one of my templates.
Can I at least create one CE4 template, say for Pages, then copy that to the guts of a new Gallery CE4 template (like we used to do in CE3) so that common elements could be reused?