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.

#3176 Re: General » Analytics by piwik ? » 2013-05-31 09:44:27

We do not support any other analytics services "out-of-the-box", but you can use PHPlugins extensibility features to add whatever code is necessary to your site to integrate with such services.

#3178 Re: General » CE3 Web Publishing Bundle for beginners » 2013-05-30 09:06:26

Our guidelines for updating Pages installations are here:
http://ce3wiki.theturninggate.net/doku. … s_versions

In short, upload everything except the /galleries/ and /phplugins/ folders.

#3179 Re: General » Linux and Darktable » 2013-05-26 21:38:04

I'm not a user of Linux operating systems, am not familiar with Darktable, and therefore have no plans to develop plugins for it. My hands are more than full at the moment, so neither am I keen or even able to explore new avenues at the moment. I am glad you think so highly of our work, though, that it keeps you holding onto Lightroom. Thank you!

#3180 Re: General » Thank You!!! » 2013-05-26 03:07:53

Cheers, Alan! That's why we're here. :-)

#3181 Re: General » CE3 Web Publishing Bundle for beginners » 2013-05-25 21:17:17

How do you take backup of the site, so it will not be like yesterday?

Save a template using the Template Browser, left side of the Web module.

#3182 Re: General » Help purchasing cart or CE3 or both » 2013-05-24 12:02:51

CE3 Gallery is available now, and includes the older CE2 Highslide and Photoswipe galleries in the same purchase (specifically so that CE2 Cart users can use the galleries with the shopping cart).

#3183 Re: General » Newbie Publisher installation help .... » 2013-05-23 16:52:50

It's not a YouTube video, but we do have a step-by-step guide to building your first site:
http://ce3wiki.theturninggate.net/doku. … publishing

#3184 Re: General » Newbie Publisher installation help .... » 2013-05-22 17:29:20

TextEdit should work, though better text-editors are available. On a Mac, TextWrangler is free.

#3185 Re: General » Attachment with a Form » 2013-05-22 15:44:21

The button probably shouldn't work on the iPad either; maybe a bug on Apple's side that it's available at all. Cleanest solution is probably to hide the button on small displays (assuming that displays below a certain threshold are probably tablets of phones). Something like this ought to work ...

Give the button an id:

<button id="upload-button" />

Use CSS media queries to hide the button on iPads and smaller, in custom CSS file:

@media screen and (max-width: 1024px) {
    #upload-button { display: none; }
} /* max-width: 1024px */

#3186 Re: General » Help purchasing cart or CE3 or both » 2013-05-22 15:35:21

Hi Bill,

CE2 Cart is our current PayPal shopping cart solution; CE3 Cart is expected sometime during the summer. New CE2 Cart purchases will be upgraded to CE3 Cart upon its release, at no additional charge.

CE2 Cart requires pairing with a CE2 version image gallery: CE2 Highslide, CE2 Horizon or CE2 Photoswipe galleries all offer cart support.

When released, CE3 Cart will require pairing with CE3 Gallery.

CE3 Gallery is available now, and includes the older CE2 Highslide and Photoswipe galleries in the same purchase (specifically so that CE2 Cart users can use the galleries with the shopping cart).

CE3 Gallery is includes in the CE3 Web Publishing Bundle, or for individual purchase. The shopping cart is not included in the bundle, and CE3 Cart will not be included in the bundle either; because not every user will need the shopping cart, it will always be available as an individual, add-on purchase.

As for WordPress, do take heed that our plugins do not interface with WordPress installations. You can run our galleries, pages, shopping cart, etc. alongside a WordPress installation, and you can link back-and-forth between the two. But for all intents, WordPress is an isolated system and CE3 functions outside of that.

#3187 Re: General » CE3 Web Publishing Bundle for beginners » 2013-05-20 19:55:11

I have created the layout in Page and now I want to create a gallery, when I go into TTG CE3 Gallery so I do not get with me settings from Page. What am I doing wrong?

http://ce3wiki.theturninggate.net/doku. … en_engines

When I click on Release tool and will create an album Colours I get the following error message. Unable-to-perform action: list template
Message: No templates havebeen created.

http://ce3wiki.theturninggate.net/doku. … _templates

#3189 Re: General » Stage CE3 » 2013-05-17 18:24:25

Explained on the blog; I haven't updated the shop page yet. The current shop listing for CE2 Stage is what you want.

#3190 Re: General » updating website once it's online » 2013-05-17 11:22:56

You would need to start from scratch using CE3, but I think the upgrade is very worthwhile. It's also a good opportunity to start using our Publish Services plugin to start managing galleries with CE3 Gallery. Here are some CE3 version websites, so you can see what the end result might look like: http://ce3.theturninggate.net/ce3-showcase/

#3191 Re: General » CE3 Web Publishing Bundle » 2013-05-17 01:59:05

Changes are always detailed on the blog.

#3192 Re: General » updating website once it's online » 2013-05-17 01:58:08

Hi Yoshi,

CE3 Pages is the first version to support a mobile fallback for the Home page, but also abandons Flash support; the older version you're now running doesn't have a mobile gallery.

Amazing photos, though. Seriously. Wow.

#3193 Re: General » CE3 Web Publishing Bundle » 2013-05-16 20:18:25

That's with TTG CE3 Pages; the other plugins should reload more quickly, as they have less to do.

#3195 Re: General » CE3 Web Publishing Bundle » 2013-05-16 02:02:57

Everything ending .lrwebengine goes into the Web Galleries folder.

#3196 Re: General » CE3 Web Publishing Bundle » 2013-05-16 01:48:00

No double-clicking. Just unzip the files, then copy to the location specified in instructions.

#3197 Re: General » CE3 Web Publishing Bundle » 2013-05-14 13:59:29

We do not have Swedish documentation, sorry.

Plugins work on Mac and Windows, and in LR4 and LR5. You can install on more than one computer.

#3198 Re: General » CE3 Web Publishing Bundle » 2013-05-14 12:28:07

And we provide some introductory material for using an FTP client and other topics that relate to setting up your own website, here:
http://ce3wiki.theturninggate.net/doku.php#going_online

#3200 Re: Announcements & Information » Using Adobe Typekit Fonts? » 2013-05-10 13:45:33

Then just insert the Javascript using PHPlugins, either in the head or in the foot as instructed by the Typekit setup. Same basic concepts apply as in our Google Web Fonts tutorial, only if you can't download the fonts to preview locally, then you probably won't be able to preview the fonts in LR. The Web module doesn't get along well when hot-linked to online resources.

Board footer

Powered by FluxBB