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.
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.
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.
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
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.
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.
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. In most of the cases when I have done this the image has been taken down.
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. ;-)
There is a similar error here: https://serverfault.com/questions/67093 … ary-script
Don't know if their solution would fix your problem, though.
I am running PHP 7 with backlight without problems. I am self-hosted though but that shouldn't affect the php implementation.
Is CE4 Gallery > Output Settings > Shopping Cart Integration: Cart URL using https?
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.
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.
Did you clear the template cache?
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
Remember also that any new features and improvements will likely be added to Backlight and not CE4.
Masonry layout handles square photos on my site as well as portrait and landscape 2X3, etc.
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'.
If you go to backlight > publisher >top level galleries > albums you can delete individual galleries.
Yes, just add it in the page capy section of your page(s).
Thanks Choke.
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.