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
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
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
Thanks Rod, at least I know it's not me
Offline
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
Offline
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
Backlight's cache hadn't been cleared. I forced a build of the template, and now it works.
Offline
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
No worries. Sorry for the inconvenience. I'll patch this in for the next update.
Offline
Pages: 1