Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#51 Re: Backlight Support » No navigation menu on tablet or phone » 2017-11-13 07:27:49

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.

#52 Re: Backlight Support » No navigation menu on tablet or phone » 2017-11-13 05:07:35

What is your Navigation > Horizontal Navigation setting?

#54 Re: Backlight Support » Dual Masthead with Version 1.2.3 ? » 2017-11-08 23:02:11

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.

#56 Re: Backlight Support » Not getting emails with feedback » 2017-11-04 01:34:19

What do you have in the Email Configuration section of Backlight settings?

#57 Re: Backlight Support » Add Photo Package » 2017-11-03 01:39:15

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.

#58 Re: Backlight Support » Add Photo Package » 2017-11-01 05:20:00

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

#59 Re: Backlight Support » Add Photo Package » 2017-10-28 05:19:14

It shows how to re download your purchases here which should include the latest versions: http://theturninggate.net/support/

#60 Re: Backlight Support » Pangolin theater - image size / aspect ratio / page size » 2017-10-27 04:36:19

In the page source for that page your stylesheet is 'okapi-core'  which would indicate you are using an Okapi template.

#61 Re: Backlight Support » Which galleries support Google maps? » 2017-10-27 03:58:10

In the Lightroom Publisher Gallery under 'features' is "Enable Maps'.

#62 Re: Backlight Support » Missing Graphics » 2017-10-26 04:52:09

You could also try just '/' for your site URL. It looks like it keeps appending (or prepending) your www. address to each address.

#63 Re: Backlight Support » Background Image for Page » 2017-10-26 01:19:51

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.

#64 Re: Backlight Support » Background Image for Page » 2017-10-26 00:37:57

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;
}

#65 Re: Backlight Support » ?For BackLight, what limits are you aware of? » 2017-10-24 05:03:00

I didn't get that error visiting his site, maybe he has country blocking enabled?

#66 Re: Backlight Support » ?For BackLight, what limits are you aware of? » 2017-10-23 04:46:56

That is a big album. The binary search you mentioned is probably your best bet.

#67 Re: Backlight Support » ?For BackLight, what limits are you aware of? » 2017-10-23 02:52:28

How big is your album? I have a couple that are around 250 images and they publish fine.

#68 Re: Backlight Support » ?For BackLight, what limits are you aware of? » 2017-10-23 02:03:39

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.

#70 Re: Backlight Support » Error when publishing to Backlight » 2017-10-21 07:13:57

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.

#71 Re: CE4 Pages » SSL says password not working for galleries » 2017-10-21 00:15:44

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.

https://content-security-policy.com/

https://www.w3.org/TR/upgrade-insecure-requests/

#72 Re: Backlight Support » Backlight typography questions » 2017-10-20 21:54:07

Oops, I forgot the Tips and Tricks - good stuff there.

#73 Re: Backlight Support » Need Lightroom Subscription Publishing Alternative » 2017-10-20 21:51:01

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.

#74 Re: CE4 Pages » SSL in CE4 » 2017-10-20 06:23:06

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>

#75 Re: Backlight Support » Backlight typography questions » 2017-10-20 06:12:54

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.

Board footer

Powered by FluxBB