Skip Navigation

[Resolved] Thickbox not working with table

This support ticket is created 6 years, 12 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 2 replies, has 2 voices.

Last updated by Nigel 6 years, 12 months ago.

Assisted by: Nigel.

Author
Posts
#591910
Screenshot_1.jpg

I am trying to:
I have Created two views one with grid and second with table both have custom search filter. I have implemented thickbox on title so it open contact form with product detail. In grid view form is working fine as its need to be but for table view form is not working. I am unable to submit the form, it generate the console error. Please check attached screenshot.

Link to a page where the issue can be seen:
hidden link

I expected to see:
hidden link

#592200

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Christopher

I can see the issue on the links you provided, but I need to take a closer look to see how you have set this up to see if I can reproduce the problem and hopefully identify it.

I will mark your next reply as private so that I can get log-in credentials from you—you may want to create a temporary admin user for me to use that you can later delete. And be sure to have a current backup of your site, even though I don't intend to make any changes other than—possibly—to temporarily add a backup plugin to take a snapshot of the site.

#592493

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Hi Christopher

I compared the set-up for the two pages.

I think the problem with your table-based View is that the hidden divs which contain the forms are not in the table.

If you remove the display:none styles from both so that the forms are rendered directly on the screen (I was trying to eliminate thickbox as the source of the problem), you will note that in the testcustomsearch View each item and its accompanying form appear together, whereas in the table-based version you get all of the forms then the table, because you do not insert the hidden div within the td tags.

I'm not sure if you must use one rather than another, but if you want to use the table-based View try inserting the forms inside the td tags.