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 2017-12-22 03:07:54

paulg
Member
From: Wiltshire, UK
Registered: 2012-09-29
Posts: 73

Fotomoto problem

I have fotomoto enabled in some of my galleries, according to this support page http://backlight.theturninggate.net/doc … to_support  a user should be able to click on the basket on the thumbnails to make a purchase. On my site the basket appears on the thumbnails but clicking on it doesn't do anything. The basket on the large image works correctly.
Any Suggestions?
A fotomoto enabled gallery is  http://www.ipgphotography.com/Galleries … -aircraft/

Paul

Offline

#2 2017-12-22 03:47:22

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: Fotomoto problem

Confirming that I'm seeing the same issue on my Pangolin test site.

The Fotomoto album on my main site, which has yet to be updated to Pangolin, works as expected though.


Rod 
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site

Offline

#3 2017-12-22 03:59:17

paulg
Member
From: Wiltshire, UK
Registered: 2012-09-29
Posts: 73

Re: Fotomoto problem

Thanks Rod, at least I know it's not me smile

Offline

#4 2017-12-22 10:43:12

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Fotomoto problem

I think we may have a bug on our hands. Fotomoto is working in your slideshow, so the page=>service integration is working. It looks like we simply have a case of buttons not firing on click, which I think is due to an errant period in our script. So, can you try this for me?

Edit the file backlight/modules/pangolin-album/dynamic/js/scripts.php.

Line 47 begins as follows.

		$('.button.fotomoto')

Remove the period in front of "button", such that it now begins:

		$('button.fotomoto')

OR, this probably also works if we'd rather make the line more specific:

		$('.grid-button.fotomoto')

In this case, we keep the period.

Please let me know whether that works for you.

Cheers,
Matt


Matt

The Turning Gate, http://theturninggate.net

Offline

#5 2017-12-22 19:25:16

paulg
Member
From: Wiltshire, UK
Registered: 2012-09-29
Posts: 73

Re: Fotomoto problem

Sorry, tried both options, neither worked. (I cleared the browser cache but that made no difference)
I have left the script.php file with the 2nd option for now
Just for reference I'm using Chrome browser on Win 8.1
Paul

Offline

#6 2017-12-22 19:52:58

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Fotomoto problem

Backlight's cache hadn't been cleared. I forced a build of the template, and now it works.


Matt

The Turning Gate, http://theturninggate.net

Offline

#7 2017-12-22 20:00:48

paulg
Member
From: Wiltshire, UK
Registered: 2012-09-29
Posts: 73

Re: Fotomoto problem

Ahh, Ok, thanks. I did wonder if I had to do anything else.
As you say, working Ok now
Thanks for your help
Paul

Offline

#8 2017-12-22 20:01:45

Matthew
Administrator
From: San Francisco, CA
Registered: 2012-09-24
Posts: 5,795
Website

Re: Fotomoto problem

No worries. Sorry for the inconvenience. I'll patch this in for the next update.


Matt

The Turning Gate, http://theturninggate.net

Offline

Board footer

Powered by FluxBB