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.

#1 Backlight 2 Support » Publishing from Lightroom does not work with virtual copies » 2019-11-16 03:11:01

zippo
Replies: 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

#3 Backlight 2 Support » Continuing slideshow for multiple pages » 2019-02-06 21:22:22

zippo
Replies: 2

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!

#4 Re: Backlight 2 Support » PHP 7.3 » 2018-12-12 21:30:13

PHP 7.3 is working so far without any issues.

#5 Backlight 2 Support » PHP 7.3 » 2018-12-07 20:16:28

zippo
Replies: 2

Is Backlight 2 compatible with PHP 7.3? Thank you!

#6 Re: Backlight 2 Support » wrong lang attribute » 2018-09-23 06:58:21

Thank you very much for your quick help! :-)

#7 Backlight 2 Support » wrong lang attribute » 2018-09-23 00:21:58

zippo
Replies: 2

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

#8 Backlight 2 Support » HTML code in caption? » 2018-09-19 18:15:12

zippo
Replies: 1

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

#9 Re: Backlight 2 Support » Style-sheets missing » 2018-09-19 01:38:39

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?

#10 Backlight 2 Support » Style-sheets missing » 2018-09-18 23:46:56

zippo
Replies: 5

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

#11 Re: Backlight Support » Title of Album in the masthead » 2018-09-03 17:07:39

OK! i think I have to wait then. Thank you for your effort!
Zippo

#12 Re: Backlight Support » Slide show quits unintentionally » 2018-09-03 07:32:17

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

#13 Re: Backlight Support » Title of Album in the masthead » 2018-09-03 07:13:48

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 … :-/

#14 Backlight Support » Slide show quits unintentionally » 2018-09-02 19:13:15

zippo
Replies: 16

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

#15 Re: Backlight Support » Title of Album in the masthead » 2018-09-02 07:00:38

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!

#16 Re: Backlight Support » Title of Album in the masthead » 2018-09-02 05:46:17

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.

#17 Backlight Support » Title of Album in the masthead » 2018-09-02 04:31:02

zippo
Replies: 7

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

Board footer

Powered by FluxBB