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 2015-02-21 01:12:47

photomalt
Member
Registered: 2015-02-21
Posts: 3

Client Field Problem

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.

http://www.photomalt2.com/Test2

Offline

#2 2015-02-21 02:22:09

taog
Member
From: Berlin
Registered: 2015-01-22
Posts: 25
Website

Re: Client Field Problem

Your Form ist without Name and Emailadress not usefull wink

Offline

#3 2015-02-21 03:37:02

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

Re: Client Field Problem

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

#4 2015-02-21 05:58:24

photomalt
Member
Registered: 2015-02-21
Posts: 3

Re: Client Field Problem

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

#5 2015-02-21 07:27:49

Ben
Moderator
From: Melbourne, Australia
Registered: 2012-09-29
Posts: 4,399

Re: Client Field Problem

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

#6 2015-02-21 07:45:52

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

Re: Client Field Problem

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

#7 2015-02-21 08:36:02

photomalt
Member
Registered: 2015-02-21
Posts: 3

Re: Client Field Problem

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

Board footer

Powered by FluxBB