asitaaa
Forum Replies Created
-
What is the recommended size? It doesn’t specify.
The placeholder text is not displayed. BTW, I’m using the ‘Create a data table from existing data source’ option.
- This reply was modified 1 year, 8 months ago by asitaaa.
Thx
Brilliant. Thank you.
yes. please close this topic.
wrong place.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Resetting css fileClearing the cache didn’t work ?? Something’s wrong. Anyways, I used an alternate method. Instead of using the common CSS area, I added a custom CSS class for each of the entries and then added my CSS there. It worked.
Somehow, clearing the browser cache doesn’t seem to work. I tried it in incognito mode too. Same issue.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Resetting css fileI’ve changed my CSS in plugin options to
.tablepress-id-1 tbody td {
font-family: Tahoma;
font-size: 14px;
font-weight: bold;
color: #ffffff;
}It still shows the old values.
Also, how do I sett css for individual tables? I have 3 tables. I want to show the schedule table in one color and the supplies table in a different color.
Schedule table: https://www.justthinkart.com/virtual-lessons/
Supplies table: https://www.justthinkart.com/supplies/Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Show images in a columnNever mind ??
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] Edit an emailWorks now. Thx.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Resize a column for mobileAdjusted the min/max width of the module that I was housing this in. Works now.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Resize a column for mobileIt doesn’t seem to have worked. Here is my entire CSS
.tablepress {
clear: both;
margin: 0 !important; /* color: #eb9c54;*/
padding: 0 !important; /* color: #d5d5d5; */
color: #E58836;
font-size: 14px; /* font-weight: bold; */
font-family: poppins;
}.tablepress .odd td {
background-color: #ffffdd;
}.tablepress .even td {
background-color: #ffb;
}.tablepress .row-hover tr:hover td {
background-color: #ff8;
}.tablepress thead th,
.tablepress tfoot th {
color: #ffb; /*background-color: #eb9c54;*/
background-color: #D5D5D5;
}.tablepress th,
.tablepress td {
padding: 0;
}.tablepress thead .sorting_asc,
.tablepress thead .sorting_desc,
.tablepress thead .sorting:hover {
background-color: #d27119;
}.dataTables_filter,
.dataTables_info {
color: #ffd;
}Exact same problem with Divi. I have 3.47.1 & 3.0.86. How do I downgrade it? Also is there a way to style the ‘manage subscription’ page?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Mobile columns** SOLVED **
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Display a gridThx