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.

#177 Re: Backlight 2 Support » File naming error in CRG » 2019-10-24 11:51:17

Numbers, letters, hyphen, underscore -- NOTHING else.

#178 Re: Backlight 2 Support » ADA compliance » 2019-10-24 11:50:23

So i've redirected traffic from that other thread to here, to keep the topic consolidated and easy to follow.

As I've said above, not a big deal for me to change the ALT attribute on images to take caption or title, using file name as ultimate fallback. But I will need invested parties (i.e. you all) to come to some consensus on your preference for sequence of possible sources.

Like ...

Title => Caption => Filename?
Caption => Title => Filename?

Or ... let's not go bananas, but I'm open to other suggestions as well.

#179 Re: Backlight 2 Support » image alt tag vs title tag » 2019-10-24 11:47:14

Ooookay. Because conversations are difficult to track when split between tickets, I'm going to close this thread.

If'n yous want to discuss ADA compliance, please follow up here:
http://community.theturninggate.net/vie … p?id=10509

I'll make a post there to sort of attempt to direction conversation into something I find personally useful.

#180 Re: Backlight 2 Support » Width of submenu drop down on horizontal menu » 2019-10-24 11:41:57

Uh ... if you're going to mess with that, just be careful to ensure that your changes don't complete mess things up on phones. By default, the pallet has a fixed width to a point, and then just takes up I think 85% of the width, which allows it to not be busted on iPhones 320px wide or whatever.

I've put a lot of thought and safety measures into this aspect of the page layout, so just be careful not to hang yourself with all the rope you're taking. ;-)

#181 Re: Backlight 2 Support » Method for updating Backlight2 site without lightroom as publisher? » 2019-10-24 11:37:48

Daniel Leu wrote:
aare wrote:

So the web based processor it not really a replacement for the Lightroom publisher.

It is here to provide a way for people to publish images that are not using Lightroom Classic. Like people that use Capture One, the On1 suite or any of the others out there.

Or what is now just called "Lightroom" for that matter ... not classic, but the cloud-based nonsense thing that doesn't support third-party extensions of any kind.

#182 Re: Backlight 2 Support » ADA compliance » 2019-10-24 11:35:52

Backlight is set up in such a way that if you're doing the work for good SEO, then you should be pretty damn near where you want to be for ADA as well. We've always encouraged users to adopt good file-naming practices, as well as captioning and titling of images. A lot of this stuff is less about the platform, and more about the content.

Alt tags for images are using file name, but it wouldn't be that big of a thing for us to switch that out for titles or captions, and fall back on file names when those are empty.

In HTML, the ALT attribute is -- insofar as I am aware -- only available for IMG tags, and INPUT tags with type="image". Therefore, putting this on our icons -- which are font-based -- would be invalid. If we were to make any changes in this regard, we would probably need to rely on the TITLE attribute where valid, else land on an appropriate aria attribute.

I am happy to see that the gist of this discussion seems to be that Backlight is already doing most of the things you'd want it to be doing.

#185 Re: Backlight 2 Support » Sharpness of album thumbnails » 2019-10-12 11:16:46

I looked at the link in both Chrome and Safari, and I had no issues with your thumbnails.

#186 Re: Backlight 2 Support » Product Options not showing » 2019-10-09 14:46:07

I'm not seeing any problem using the latest Chrome. What browser are you using? Are you seeing the same behavior in multiple browsers?

#187 Re: Backlight 2 Support » Updating Client Response Templates » 2019-10-09 14:43:37

Are you using any caching on your server? This sounds really odd to me.

#188 Re: Backlight 2 Support » CRG: move thumbnail selection box location » 2019-10-09 14:41:32

CSS

.grid-button.crg-select {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

#189 Re: Backlight 2 Support » Sharpness of album thumbnails » 2019-10-09 14:37:37

are they being displayed at 512px in the web-browser?

I would export at 512px to display at 256px, accounting for the 2x resolution of Apple's "Retina" displays.

So, if you're displaying at 512px, I would export at 1024px.

Is that what's going on here?

#191 Re: Backlight 2 Support » Formatting of Metadata (markdown?) on Single Image Pages? » 2019-09-27 11:29:01

Not having tried it, I feel like this should now be possible using PHPlugins. In the backlight/custom/phplugins/phplugins-pangolin-sample.php file, have a look at the two examples labeled:

Create a custom image loop for albums
Display photo information on single-image pages

These should give you some idea how to put content on the single image pages, and how to reference metadata.

I feel like Ben might have explained previously how to hack additional metadata into what's exported ... Rod, do you know what I'm talking about? Any idea where to find that?

#193 Re: Backlight 2 Support » Digital Purchases > Pending File Preparation > Upload File » 2019-09-15 10:17:57

Weird.

Ben is on vacation now and largely without Internet, so not likely to respond here for a while.

How big are the files? Is it possible you're hitting up against the PHP upload limit for your host or server config? If so, in most cases, I believe this is fixable by changing the file upload limit via php.ini file, or in a cPanel.

Take a look at the file size on previously uploaded files, and if the failing files are all larger, that might be it.

#194 Re: Backlight 2 Support » Bluehost PHP 7.3 migrationn » 2019-09-15 10:13:17

Backlight 2 runs on PHP 7 without issue, receives updates for evolving compatibility, and will continue to receive such updates until either there's a Backlight 3 or we declare end-of-life, whichever comes first.

#195 Re: Backlight 2 Support » Paypal, on selected galleries only? » 2019-09-15 10:10:09

The cart is globally accessible, such that if items are added to the cart, then you navigate to another page, then you may still view the cart to complete checkout. Meaning, the cart should never be orphaned, the visitor should never be lost and wondering how to complete their checkout.

Adding items to the cart is not global, though, and can only be performed in an album using a cart-enabled album template.

So, the solution is two templates -- one with cart enabled, and one without. You can easily clone your existing template, then update the cart setting for that template. Assign your albums to use the desired template, and you should be set.

#197 Re: Backlight Support » BACKLIGHT CLIENT RESPONSE NOT WORKING ON IPHONE » 2019-09-01 02:18:17

I logged in as well, and all appears to be working as expected.

#198 Re: Backlight 2 Support » Move Google maps button » 2019-09-01 02:12:06

Oh, I see what you mean. Unfortunately, that's probably not possible without rewriting the Fancybox implementation. You'd need to tie into the lifecycle callbacks for each slide, so that the button gets moved every time the image changes. Not really practical to do for either of us.

Instead, I would reevaluate the value of having or not having items in the Image menu, and I would either put more things in there, or remove it entirely.

Board footer

Powered by FluxBB