I want to have two different contact forms on one WordPress site that I want to link to different Google Sheet?
Is this possible in Google Sheet Connector PRO?
Thank you!
]]>The Custom CSS is shown below, where table id 7 is the first table that works, and id=8 is the second table on the first page that doesn’t work, and the only table on the second page where it does work.
.tablepress-id-7 .row-1,
.tablepress-id-7 .row-16,
// … removed to reduce size here
.tablepress-id-7 .row-106,
.tablepress-id-7 .row-108 {
background-color: #d9edf7;
font-weight: 700;
}
.tablepress-id-8 .row-1,
.tablepress-id-8 .row-5,
.tablepress-id-8 .row-12 {
background-color: #d9edf7;
font-weight: 700;
}
I have six other tables in the Custom CSS defined similarly, but I only use one table on a page in all other uses. And in all other uses, with one table per page, they work fine.
]]>I have made some tables with gameresults and put them in a tab-post.
On top of these tables (made with tablepress) there is a search field which makes it easy to search for a certain ringnr worn by pigeons.
The thing is that the serachfield only searches for this particular number in the shown table.
My question is if there is a possibility to search multiple tables.
Thanks in advance, much appreciated
]]>I’m using this great plugin but I have a problem.
In the same page I have two different tables as you can see by the link provided.
The thing is that the styles are reflecting OK but the content is repeating.
Can you give me a hand?
Thanks in advance,
Juan
.tablepress-id-1 thead th,
.tablepress-id-2 thead th,
.tablepress-id-3 thead th,
.tablepress-id-4 thead th {
color: #ffffff;
background-color: #242424;
}
.tablepress-id-1 .column-2,
.tablepress-id-2 .column-2,
.tablepress-id-3 .column-2,
.tablepress-id-4 .column-2 {
text-align: right;
}
.tablepress-id-1 .channeltv,
.tablepress-id-2 .channeltv,
.tablepress-id-3 .channeltv,
.tablepress-id-4 .channeltv {
color: #25aae1;
}
Instead of repeating the line “.tablepress-id-1 to 100” ??
Thank you.
]]>Site: https://moniquepowers.marketingbydata.com/eyebrow-tweezing-tinting/
.tablepress thead th {
font-family: geothe-gothic;
font-size: 20px;
color: #ffffff;
}
.tablepress .even td {
background-color: #00ff00;
}
.tablepress-id-1 .column-3 {
text-align: center;
}
.tablepress-id-1 tbody td {
font-family: geothe-gothic;
font-size: 14px;
color: #5E3F2C;
}
.tablepress thead th,
.tablepress tfoot th {
background-color: #ff7396;
}
.tablepress thead .sorting:hover {
background-color: #ffffff;
}
.tablepress-id-1 .row-2 td {
background-color: #FEDCD9;
}
.tablepress-id-1 .row-2 td {
background-color: #FEDCD9;
}
.tablepress-id-1 .row-3 td {
background-color: #FEDCD9;
}
.tablepress-id-1 .row-4 td {
background-color: #FEDCD9;
}
.tablepress-id-1 .row-5 td {
background-color: #FEDCD9;
}
.tablepress-id-1 .row-6 td {
background-color: #FEDCD9;
}
.tablepress-id-1 .row-6 td {
background-color: #FEDCD9;
}
.tablepress-id-1 .row-7 td {
background-color: #FEDCD9;
}
Is there a way to populate fields from one table into another. For example, have a long master list of restaurants and have categories in that master list like “pasta” or “steak”…. then on table 2, have it load anything on master list with that category of ‘steak’?
The goal would be to have that ‘steak’ table never need to be updated should the master list/table have anything added or changed steak related.
]]>