vgray
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table and Page FormattingSorry about that. I updated the link so you are able to see the picture.
Individual Driver Performance – CLVL (clelogco.com)
Here is the link to the page itself.
Is there something that I can do in the CSS to have the table automatically adjust to the aspect ratio of the screen it is displayed on?- This reply was modified 3 years, 4 months ago by vgray.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress Custom CSS “Comments”It is an intermittent issue that I have experienced in the time I have used Tablepress.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress Custom CSS “Comments”Thank you so much!
One more question, is there a way to have tables auto-configure depending on if they are viewed on a mobile device? I have issues with horizontal scrolling working on some mobile devices and not on others, and would like to see if the table can just center itself and configure size to fit on the screen.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress Cell HighlightingI’m fine with using the
||connector in the shortcode, I am simply looking for a way to not have to write.tablepress .highlight-0-0 .tablepress .highlight-0-1 .....All the way to
.tablepress .highlight-100-0Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress Cell HighlightingOne more thing, is there a way to do a less than statement for the .highlight function?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress Cell HighlightingIs there a way I could use <span> elements for this?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress Cell HighlightingTobias,
Am I able to specify which column has which highlights in the css code using .column-# ?
For example:
.tablepress.IND-Performance .column-6 .highlight-1 {
background-color: red
}
or
.tablepress.IND-Performance .highlight-1 .column-6 {
background-color: red
}Thanks,
Vince
- This reply was modified 3 years, 6 months ago by vgray.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress Cell HighlightingIn the
highlight_columns=tag, I had to dohighlight_columns="2"||"4"||"8"in order to make it work actually.Just to confirm, I should try one of the two lines;
.highlight-0-0
.highlight-100-And continue to use [highlight=”0.0||100%”] in the shortcode?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Tablepress Cell HighlightingUPDATE
I managed to figure out the issue, now I am looking at targeting decimals and percentages as my highlighted cells.
I find it safe to assume that
.tablepress.IND-Performance .highlight-0.0
and
.tablepress.IND-Performance .highlight-100%both don’t work in the CSS code and [highlight=”0.0″] and [highlight=100%] doesn’t work, so how would I go about highlighting these kinds of values?
Thanks again!