Hi,
When I try to create a price element with a single column the table becomes corrupt in the Advanced Layout View:
Rows and Columns are transposed.
New Rows and Columns are added with the word undefined
Hope you can help.
Regards
Andy
Hey bcs247!
It is not happening on our end. Please try to increase the wordpress php memory limit. Refer to this link.
Cheers!
Ismael
Hi Ismael, Thanks for your reply. I am looking in to what you suggest. However further investigation shows that it only happens when I select Heading Row and Highlight Columns otherwise the table works fine. Cheers. Andy
Hey Andy!
I noted that too, here’s a workaround, set up a table like this:
Then add this code to the Quick CSS:
.avia-table .pricing-table-wrap:nth-child(2) {
display: none;
}
If that affects other tables please post a link to your website.
Cheers!
Josue
Thanks for that. It is a good work around for now.
Unfortunately the work around does not work as the second column is now missing from all tables. Any further thoughts. Thanks Andy