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.
Pages: 1
When I try to publish a gallery where I have an image in color and a virtual copy of the image in black and white, then there will be two identical images in the resulting gallery. I tried to append a continuous number to the file name via Lightroom’s publishing settings but all files get the same number 001.
I have the current versions of Backlight and Lightroom (November 2019) and the publishing plug in (June 2019).
Thanks for your help!
Zippo
Thanks for the info!
Is there a way to display a continuing slideshow that is spannig all pages of an album (without displaying the >| symbol at the end of page 1)? In my experience most of the users stop the viewing at the end of page 1 because they don’t notice that there is a page 2.
Thanks for your help!
PHP 7.3 is working so far without any issues.
Is Backlight 2 compatible with PHP 7.3? Thank you!
Thank you very much for your quick help! :-)
I have set the language of my default page template to German. Despite this, the "lang" attribute of the HTML element of all albums and sets is set to "en". Hw can I change this? Thanks in advance for your help!
Zippo
Is there a way to put HTML code or at least a line break in the image caption of the image presentation page?
Thanks in advance for your help!
Zippo
A thousand thanks for your quick help!
Your answer was right: I did not copy the .htaccess file from the installation folder. The reason is, that files beginning with a dot are invisible in the Mac OS Finder. Maybe you want to add a supplement for Mac users in your upgrading tutorial?
I have upgraded from Backlight to Backlight 2.
In the head of my albums and album-sets there are links to style-sheets, that cannot be found. The path is /backlight/publisher/gallery/stylesheet/style/9
or
/backlight/publisher/gallery/stylesheet/style/3
But there is no directory "publisher" in my "backlight" directory.
Thanks in advance for your help!
Zippo
OK! i think I have to wait then. Thank you for your effort!
Zippo
function ttg_scripts( $style, $path ) {
echo '<script>$.fancybox.defaults.clickSlide = false;</script>
';
echo '<script>$.fancybox.defaults.clickOutside = false;</script>
';
}
is working perfectly!
Thank you all very much for your help!!
Zippo
Thanks a lot! How do I integrate this in my header function?
function ttg_header_top( $style, $path ) {
echo '
<h1><a href="start.html">designladen.com</a></h1>
';
return false;
}
All my tries produce errors like "Using $this when not in object context …"
i’m unfortunately not a great PHP-geek … :-/
I have the the following problem with the standard slideshow display:
It is very easy to click unintentionally above or below the navigation arrow, which terminates the slideshow. For the user it looks as if the slideshow has come to its natural end.
The problem occurs only on desktop. Touch devices behave perfectly: it is not possible to accidentally quit the slideshow.
Is it possible to get the same behavior on desktop as on touch devices? So that the only way of quitting the slideshow is clicking on the X-symbol?
Thank you in advance for your help!
Zippo
My current replacement via PHPplugin looks like this:
function ttg_header_top( $style, $path ) {
echo '
<h1><a href="start.html">designladen.com – Fotos</a></h1>
';
return false;
}
How do I insert a variable für the album title?
Thank you!
Thanks for your response!
I know how to replace the mast head via PHPlugin, but I don’t know how to address a variable for the album title.
Is there a way to put automatically the title of an album in the masthead before the COMPANY_NAME?
Thanks in advance for your help!
Zippo
Pages: 1