Tagged: Avia Layout Bulder, table, Table Headings
I’m using Enfold’s Avia Layout Builder in the WP classic editor to create a table using the Table content element. For the heading row at the top of the table, I’ve found that I can use the Button Row option to create nice-looking popup headers.
This worked great the first time out on a page where I wanted the “button headings” to actually have links. But now I am trying to use a clone of the same table to create a new table on a page where I don’t want the button headings to have links. Alas, I find that the buttons only have two options: link and download. If I leave the link box in the settings blank, the button just links back to the same page.
So my question is: Is there a way using the Avia Table content element to have the buttons in the heading row as purely graphic elements, without them being active as a link (or download)?
Hey Lance,
Thank you for the inquiry.
You can add this css code to disable the button link:
.avia-button.av-2nmrfk9-f45ab28a99455a17e7ddcfebab1a4eb3, .avia-button.av-39v4g2x-65032c069c1501baa53c8d144f184430, .avia-button.av-4i3e4bt-f26691724adb5204f0eda6e0ac5c4208 {
pointer-events: none;
}
Let us know how it goes.
Best regards,
Ismael