u84six
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table contents aren’t changeWell, that’s interesting. When I create a new Text module using Divi Builder and then click on the button to add a Tablepress table, it inserts the shortcode. But thanks for the warning. I’ll keep an eye out for this weird side effect. I will be redesigning this website from scratch, so I’m sure there’s going to be some hiccups along the way (good ol’ web development) 🙂
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table contents aren’t changeThanks for your quick reply, Tobias! I figured out what the problem was. The person who originally designed the website copied the generated table code into the Divi text box rather than using the shortcode. Doh! When I first looked at it (being both new to WP and Divi), I thought maybe it was just a different view of the table reference, but found that it was in fact just a copy. So that explains why my changes didn’t update!
Thanks again for replying (to the noob)!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table contents aren’t changeOk, so I noticed in the global styles:
table.tablepress .column-1 {
font-weight: bold;
}.tablepress em {
font-weight: normal;
}and now I want to remove the bold text from a specific table, so entered this:
.tablepress-id-21 .column-1 {
font-weight: normal;
}But still, nothing ever changes! I’ve made several different changes to these tables and nothing ever updates. So frustrating