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.

#101 Re: Backlight Support » Make Pangolin Top Pallet Logo Responsive? » 2017-10-02 02:23:25

I haven't tried it but the picture tag supports more than one <source> element and the example in the link Rod provided shows three different images based on screen width. Each <source> element contains a media query and the <img> is the default.

#102 Re: Backlight Support » Download Images Via Publisher files size » 2017-10-02 01:07:36

In Lightroom publisher under features you can set it to exclude watermarks in photos for purchase. In your album template in Backlight you can specify generate photos for purchase and the size.

#103 Re: Backlight Support » Make Pangolin Top Pallet Logo Responsive? » 2017-10-01 22:04:32

This is what I use on my site to show two different logos:

function ttg_pallet_top_title( $style, $path ) {
    echo '
        <li class="top-pallet-logo">
            <a href="/">
                <picture>
                    <source media="(max-width: 440px)" srcset="/backlight/custom/images/Short_Logo.png">
                    <img src="/backlight/custom/images/Regular_Logo.png">
                </picture>
            </a>
        </li>
    ';
  return false;
} // END

#104 Re: Backlight Support » Lightroom installed on a new computer » 2017-10-01 04:22:58

are you sure you didn't create a second publisher instance? I think that when you install the plugin the old instance should appear. I have a catalog and plugins shared between my iMac and Macbook (via dropbox) and though I have two Lightroom installsmy publisher galleries show up on whichever computer I have Lightroom open on.

#105 Re: Backlight Support » New error on previously working site » 2017-09-30 04:35:28

Looks like maybe Bluehost upgraded your PHP version but didn't provide the current uploadprogress module to match. Just a guess but you might want to contact them about the error.

#106 Re: Backlight Support » Low resolution digital downloads » 2017-09-28 05:06:18

You can also use image searches like TinEye to search the web for other online versions of your images and then contact the person who has published them if you think they are making money off your work. Sadly many people thing any image they find online is public domain and some even go so far as to try and remove watermarks. sad In most of the cases when I have done this the image has been taken down.

#107 Re: Backlight Support » Search function questions » 2017-09-25 04:02:29

I found it by searching on Backlight and search. It was referenced in a thread about search customization in "Tips and Tricks". Probably would have found it quicker if I had gone directly to the documentation. ;-)

#109 Re: Backlight Support » pages issue » 2017-09-24 00:58:16

There is a similar error here: https://serverfault.com/questions/67093 … ary-script

Don't know if their solution would fix your problem, though.

#110 Re: Backlight Support » Error: appears to be a Zend Extension, try loading using zend.... » 2017-09-22 19:15:33

I am running PHP 7 with backlight without problems. I am self-hosted though but that shouldn't affect the php implementation.

#111 Re: CE4 Cart » Updated from http to https » 2017-09-21 22:33:36

Is CE4 Gallery > Output Settings > Shopping Cart Integration: Cart URL using https?

#112 Re: Backlight Support » Theater Captions for Flexstrip » 2017-09-16 21:34:24

When you change the metadata you want displayed you have to republish the album(s) from Lightroom. You can change the TTG Publisher settings to "push metadata ..." when you republish but be sure and uncheck the box afterward.

#115 Re: Backlight Support » Pangolin Share Menu » 2017-09-12 21:32:05

To share the link to the .jpg on facebook instead of the link to the page you would change '.$actual_link.' to '.$imgfullpath.' in my example. When they click on the image in FB, though, it will still take them back to the image in your gallery.

You would not want to put the code in any of backlight modules themselves though as that would cause you version control problems down the road, you would want to activate phpplugins and put the code in either the ttg_single_top or ttg_single_bottom hooks.

#118 Re: Backlight Support » Pangolin Share Menu » 2017-09-12 02:25:47

Using cuson css and phplugins you can add sharing to single image pages, there is an example here: http://community.theturninggate.net/vie … hp?id=7849

#119 Re: General » TTG CE4 -> Backlight ? » 2017-09-08 21:29:01

Remember also that any new features and improvements will likely be added to Backlight and not CE4.

#120 Re: Backlight Support » Distorted thumbnails » 2017-09-03 21:25:04

Masonry layout handles square photos on my site as well as portrait and landscape 2X3, etc.

#121 Re: Backlight Support » Distorted thumbnails » 2017-09-03 07:58:26

What gallery style are you using in the thumbnail grid? If you are using 'justified' then that's what it will do, try "masonry' or 'classic'.

#122 Re: Backlight Support » Deleted Gallery still Shows with 404 Error. » 2017-08-30 04:58:48

If you go to backlight > publisher >top level galleries > albums you can delete individual galleries.

#123 Re: Backlight Support » Ability to add html / script? » 2017-08-30 04:54:30

Yes, just add it in the page capy section of your page(s).

#125 Re: Backlight Support » Slide show First page » 2017-08-27 19:29:40

You will need the Backlight theater module, create an album template for your slideshow and  select your slideshow type, create a slideshow in Lightroom using that template and upload it, and then on your home page use 'insert album' to insert your slide show.

Board footer

Powered by FluxBB