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
Hi, I would like to use (like I did before with CE3) Client response gallery as a standalone. Everything seems to be ok, client can make their choice, add feedback, but when try to send feedbacks, the screen give me bad form. My client fields seem to be correctly filled. I don't understand what I do bad.
Thanks for your help.
Offline
it looks like things are configured correctly in the back-end.
Ben or Matt will need to take a look at what's going on.
In case it's a hosting issue, who are you hosting with?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
I 'm hosting by:
http://www.hostpapa.ca/
To help I uploaded 3 screen captures from my Client Response Gallery Admin:
http://www.photomalt2.com/Capture1.png
http://www.photomalt2.com/Capture2.png
http://www.photomalt2.com/Capture3.png
Thanks again
Marc-André
Offline
Hi Marc-André, your client fields all look properly configured and are being read properly by the form.
I think this is caused by a bug in CRG failing to handle the four grid items that are empty. Specifically, since the four cells don't have thumbnails, the JavaScript is failing to find "id" attributes.
For testing, can you try editing Test2/index.php and commenting out these items? That just means adding <!-- before and --> after, so that in index.php you'll have:
<!--
<div class="gridcell cell-empty clearfix">
<div class="griditem">
</div><!-- .griditem -->
</div><!-- .gridcell -->
<div class="gridcell cell-empty clearfix">
<div class="griditem">
</div><!-- .griditem -->
</div><!-- .gridcell -->
<div class="gridcell cell-empty clearfix">
<div class="griditem">
</div><!-- .griditem -->
</div><!-- .gridcell -->
<div class="gridcell cell-empty clearfix">
<div class="griditem">
</div><!-- .griditem -->
</div><!-- .gridcell -->
-->
If that solves the submission form issue, then options to work around this are to either make sure their are no empty cells (Rod or Matt, do you know how to do this?), and for us to add a fix to the CRG Javascript.
Offline
there's an option in Gallery> Appearance> Thumbnail Grid: Show Empty Cells.
Uncheck this
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Wow! Ben, you found it. Everything works perfectly now. Like you've asked for, I commenting out those items in index.php.
In addition, the "dim unselected button" in the status bar now works. I did not mention in my first topic, but all the buttons in the status bar did not work.
Thanks a lot.
Great job.
Offline
Pages: 1