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.
It seems to have something to do with the slideshow on your main page, if you get past that to, say the contact page, the menu is there on mobile.
What is your Navigation > Horizontal Navigation setting?
try 'has height on mobile' for top pallet
When I shrink your page horizontally the masthead changes when it gets below a certain width. If that's what you mean it still works.
stalkinglightphoto
What do you have in the Email Configuration section of Backlight settings?
In your album template, when you select "show add photo package button" in Add-Ons it gives you the option of changing the button text.
I think that is an error, the readme from one of my cart updates is:
=== To update to Cart 4.1.3: ====
- If not already updated, update Backlight to 1.2.0 or newer
- Replace the following files and directories:
* backlight/modules/module-cart/
- Login to Backlight and click on 'Cart' to update the database
It shows how to re download your purchases here which should include the latest versions: http://theturninggate.net/support/
In the page source for that page your stylesheet is 'okapi-core' which would indicate you are using an Okapi template.
In the Lightroom Publisher Gallery under 'features' is "Enable Maps'.
You could also try just '/' for your site URL. It looks like it keeps appending (or prepending) your www. address to each address.
Pure CSS. For some reason I was seeing a 'blink' when switching from page to page using BL and this seems to have minimized it. I did this a few versions back, though, so things may have changed in BL.
This is the CSS code I use to set my background image and it seems to scroll just fine on iOS? Maybe I'm missing something.
/* background image */
html,
body,
main,
footer
{
background-color: transparent;
background-attachment: scroll;
background-image: url(/backlight/custom/images/TopoBackgroundsmaller.jpg);
background-position: center top;
background-size: 1280px;
background-repeat: repeat-y;
}
I didn't get that error visiting his site, maybe he has country blocking enabled?
That is a big album. The binary search you mentioned is probably your best bet.
How big is your album? I have a couple that are around 250 images and they publish fine.
Have you tried publishing the 'large' album under another name? If it exhibits the same behavior (breaks after a while the first time then immediately after that) then my guess is your host thinks it is blocking an attack to the URL of the album. Maybe there's a way to whitelist that specific URL and see if that 'solves' the issue.
Image per album.
403 is the HTTP code for 'forbidden' but it can be kind of a catchall. Have you contacted your provider? Maybe their software thinks you are attacking their server with too many requests and has temporarily blocked your IP.
You could try this in your .htacess (I found it by googling and have not tried it):
Header set Content-Security-Policy "default-src 'self';"
It looks like it might let secure pages load http resources from your website only.
Oops, I forgot the Tips and Tricks - good stuff there.
I've not looked much at Voyager, but my setup with Dropbox lets me publish to Backlight from LR on either my desktop or laptop (only one at a time) using the same catalog, galleries, etc. The thing I like about it is I don't have to do anything other than give Dropbox time to sync from one device to the other. I use it mostly so I can update my galleries on the road where I only have my current images on my portable storage and then move the images to the appropriate folders on my main storage via Lightroom.
You should only have to reload pages that have hard coded links in them as far as I know.
I have this in mt .htaccess to send all local http requests to https
<IfModule mod_rewrite.c>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
I have this in my Google fonts statement:
<link href="https://fonts.googleapis.com/css?family=Lato|Marcellus|Marcellus+SC" rel="stylesheet">
I use only the Marcellus and Marcellus SC fonts so my prepend is:
Marcellus
in Headings Font Properties and:
Marcellus SC
in Blockquote.