Laverneus Dinglefoot
Forum Replies Created
-
Thank as always, Tobias. There doesn’t appear to be any conflict with the add on.
If I tilt it the right way, I can kind of make it out. It does look a little better on my phone. Can I make the even rows a bit darker without it conflicting with custom CSS for the row highlight plugin?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Dynamic Column WidthAs a followup, is there a way to also center the pagination and input fields?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Dynamic Column WidthThanks as always. After doing that, it still showed up weird depending on the browser or screen size I used (it looked stretched out on my laptop and compressed on my phone). I applied the code for centering a table on the page, and that fixed the issue when added to the code you just gave me.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Error Generating TableThanks, Tobias. I emailed you directly.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Error Generating TableI switched to 2015 and deactivated all other plugins, and the issue persists.
Forum: Plugins
In reply to: [GoogleGraph] Update ErrorThat worked. Thank you for the super fast and accurate help.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table Import Extra DigitsWith the .csv file, the numbers look great. The only issue is Greek symbols in the table headers, but that takes about 20 seconds to fix.
As always, you have provided amazing customer service. Thank you much.
Forum: Plugins
In reply to: [GoogleGraph] Update ErrorCurrently 5.3.28
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Column Align Based on ValueThanks again for all the help. You’re definitely the most helpful plugin author I have ever dealt with. I will use these suggestions.
As a side note, how difficult would it be for you to include the option to align columns L/C/R on the table editing screen? It could save you a lot of questions from humans like me.
Forum: Plugins
In reply to: [Calculated Fields Form] Localized IF functionI appreciate it. Sorry for the silly questions…I just found out about the internet like 8 days ago. I’ll get the hang of it.
Forum: Plugins
In reply to: [Calculated Fields Form] Localized IF functionI am going to ask what is probably a dumb question. What do you mean by “go to the form’s definition?”
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Table Width/Padding IssueI was hoping I could get away with being lazy, but I guess not. Thanks for the help, as always, Tobias.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Conditional ColorationI knew there was something foundational I just wasn’t applying. Your advice worked like a charm. You have my gratitude for your fast and accurate help, and for making an awesome product to begin with.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Conditional ColorationThanks for the speedy response!
I read the thread you linked to and tried to figure it out, but I am still having some trouble. I installed the TablePress extension, as you suggested, and I tried to apply the code to my table unsuccessfully.
The shortcode I used is:
[table id=8 row_highlight="Arizona Cardinals||Atlanta Falcons" /]
And the css I tried to use is:
.tablepress .row-highlight-Arizona Cardinals td { background-color: #97233F !important, color: #FFFFFF !important } .tablepress .row-highlight-Atlanta Falcons td { background-color: #000000 !important, color: #C60C30 !important }
I also tried to fool around with it to apply rules to all tables with this code:
.tablepress .row-highlight-Arizona Cardinals td { background-color: #97233F !important, color: #FFFFFF !important }
That didn’t do the trick either. I feel like I am missing something very simple.
Here is the link if you would like a reference.
Table Test