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.
I cannot access galleries on your site, but in my own tests, I'm not having an issue on my iPhone. Make sure you're running the latest version of Backlight 2, and also your web-browser. I'm guessing this is a browser-related issue.
.htaccess would be the way, I reckon. Google should have plenty on this. Here's the most recently updated article I was able to locate with a quick search:
https://help.dreamhost.com/hc/en-us/art … ccess-file-
Looking at the code, I'm not sure we've ever supported multiple languages in Fancybox.
After installing 'Backlight 2' with Matt's informative video onto MAMP, I logged in with username: 'admin', password: 'ttg8888'. I was wondering whether this is the permanent log-in for the admin, or if there is a place I can personalize both in the Admin panel?
I logged out, and found I couldn't get back in, so had to reinstall the software. I'm a little wary of logging out in case it rejects my admin password.
Any ideas?
Sam
On first login, you should have completed the Quick Setup, which requires you to set a new password. Your login thereafter would be "admin" and your own password.
Great!
Actually, this works in Backlight 2. May need some adjustments for Backlight 1. For example, the classes should probably be changed. I don't have Backlight 1 set up to test on, and I'm not inclined to install it.
CSS
----
.thumbnail a.photo-hyperlink::after {
background-color: rgba(255, 255, 255, 0.5);
color: rgba(0, 0, 0, 0.85);
content: "\f002";
font: normal normal normal 14px/1 FontAwesome;
font-size: 48px;
opacity: 0;
position: absolute;
text-rendering: auto;
top: 0; right: 0; bottom: 0; left: 0;
transition: opacity ease-in-out 0.2s;
vertical-align: middle;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
.thumbnail:hover a.photo-hyperlink::after {
opacity: 1;
}
Not entirely sure what's happening here. When I click the download button on one of your images pages, I get this error:
This site can’t be reached The webpage at http://clients.hursey.com/shoots/father … 6_0038.tif might be temporarily down or it may have moved permanently to a new web address.
ERR_INVALID_RESPONSE
Might be that the TIF file is too large for PHP to download?
There is rarely occasion to set paddings to 0. Should generally be used to provide negative space for the separation on content.
If of help, we have videos that go in depth on masthead customization:
http://theturninggate.net/2017/11/16/ma … -masthead/
As far as I know it is no longer necessary to close any of those tags.
Late to the conversation. Don't know where you got this idea, but you absolutely must close your tags. And close them in the appropriate order in which you've opened them, last in, first out.
<div><span>Word</span></div>
Otherwise, you will break things down the page.
Self-terminating tags are few, and are simply tags that do not wrap content:
<br /> <hr />
Else you can use Markdown:
## Heading
Is equivalent to:
<h2>Heading</h2>
I was not aware that the mail response message address had to be on my domain. So, I cannot have an address that is
on another hosting or domain and not on my domain (pideja.ca).
If it differs from the domain, you significantly increase the chances you will be flagged as spam, and that the message will not reach its destination.
It is simple; just a little outside the box. ;-)
2007, I was still in Korea. Photo school was 2008-09 in MA, and then I was working from 2009-11 in TX. I do my best to be difficult to keep track of. =P
Nice you're still with us, though. I am sincerely grateful for the loyalty.
It looks like the first sub becomes a flyout and the rest dropdown. See our Menus vs Our Events. Is there a way to make them all dropdown without a flyout?
Make them second level items, rather than third.
We've got info for custom thumbnails here:
http://community.theturninggate.net/vie … hp?id=6396
Those are not pages or page views. Those are links to assets being loaded by the pages. The asset links are normal.
It's not a filter button; it's a menu for interacting with selections.
The text "Filter View" refers to the three filter buttons, and the text "Submit" does exactly what it says.
Thank you, John! Much appreciated.
I love it.
Great minimalist design. Clear and easy to read and navigate. Beautiful images. Great work!
Still on my to-do list. I've just had higher priorities in the meantime.
Yep, all good feedback. I'm just trying to carve out more time to work on some of this. Thanks.
I had forgotten the Mobble plugin was a thing that exists. Entirely unnecessary for Backlight 2.
Just the single_top and single_bottom functions on the single-image HTML pages.
Thanks for catching that menu item. Fixed!