thraxlol
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Product Review Lite] How to insert review into content builderWhich widgets @contactsish13? I didn’t see any documentation on them… appreciate a link or I can search next time at the PC.
Many thanks
Forum: Plugins
In reply to: [WP Product Review Lite] How to insert review into content builder@contactashish13 – Yes I know, unfortunately 🙁 That’s why I was asking about any other way I could move the review rating around to place it within a builder block as I know short codes aren’t available.
No ideas? Sadly if I can’t move where it displays I’ll have to find another plugin as it just isn’t customizable enough 🙁
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Column width in TablepressHi Tobias,
I am having all sorts of trouble getting the column widths to work. First I couldn’t get any custom CSS to work but fixed that by putting it the page builder CSS rather than the table options (I’m using WPBakery). Now I have custom CSS working but am unable to get anything to do with column widths to work at all (padding, width, etc). I have tried all variations in the FAQ with no luck. I am trying to size the cells properly so that the information is easy to read.
Here is the page – https://gameovermanaus.com/documentaries/
and here is the current CSS (but as I said, I’ve tried a lot of variations with no luck yet!).tablepress thead th { background-color: #00CC00; font-size: 12px; } .tablepress thead .sorting_asc, .tablepress thead .sorting_desc, .tablepress thead .sorting:hover { background-color: #00CC00; } .tablepress-id-1 tbody td { font-size: 11px; } .tablepress-id-1 .column-1 { width: 100px; } .tablepress-id-1 .column-2 { width: 150px; } .tablepress-id-1 .column-3 { width: 600px; } .tablepress-id-1 .column-4 { width: 200px; } .tablepress-id-1 .column-5 { width: 100px; }Any help would be much appreciated! 🙂