F1st3R
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Highlight a Row Based on ValueWorked like a charm! Really big thanks for the help Tobias!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Highlight a Row Based on ValueHey, here are the shortcodes! Thanks for looking into this!
[table id=37 shortcodes_before_formulas=true row_highlight=”2″ /]
[table id=37 shortcodes_before_formulas=true row_highlight=”-” /]
[table id=37 shortcodes_before_formulas=true row_highlight=”+” /]and here are the options:
.tablepress-id-37 .row-highlight-2 td { background-color: #ff0000 !important; } .tablepress-id-37 .row-highlight-+ td { background-color: #ff0000 !important; } .tablepress-id-37 .row-highlight-- td { background-color: #ff0000 !important; }
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Highlight a Row Based on ValueHey,
Sorry, I’m not able to find the CSS classes by myself, but here is a link to the page with the table.
Thanks again for helping me out again Tobias. Really appreciate it!Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Highlight a Row Based on ValueThanks for the fast response. Yes, it seems to only take double variables, can I change this somehow?
Just so you know, I am trying to color a row based on a value(if its negativ, red, if positiv, green). This is why I need the ‘-‘ to search through the table.All the best,
AlexThanks for the suggestion, but I would like to do an if-condition (if a value is negative color it red, else green), so this would not work with the CSS approach. Do you have any other suggestions how I could get that to work?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] remove header from specificWorked perfectly! Thanks a lot for the fast support Tobias!
Forum: Plugins
In reply to: [ImageMapper] multiple areasHey and thanks for the response. Yeah, would really love to see that implemented in a future update.
Forum: Plugins
In reply to: [ImageMapper] multiple areasis there no way no highlight multiple areas by hovering a link?