jardiani
Forum Replies Created
-
I shared my thoughts and suggestions with you and your outsourced support told me to switch to a basic WordPress theme and try again on basic theme 😀 Even though I explicitly told you that for example table of contents can’t handle special symbols in the title.
Well it doesn’t matter actually all your competitors have it solved so…Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed header on mobile viewUnderstood, well i think i will try to find solution myself then. If i find any easy one i will provide it here for others 🙂
Anyway thank you for the support!
Jarda
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed header on mobile viewHi Tobias,
thank you for fast answer as always.
I read about it here on forum – this is literally only thing that bothers me :/
Is there any other solution how to make the fixedheader on different types of responsive layout?
Second question – you understand this plugin the best. Would it be possible to hire you for solving it? 🙂 It is very important for me to have the best user experience on this website.
Thank you,
JardaHi Tobias,
wow never though of that! Yes i created them manually. I will defientely try this fix. As long as it is not tablepress support anymore i will mark this as solved.
Thank you for your time i really appreciate it!
Jarda
That is strange i maybe figured out what it cause but i don’t know how to fix it.
I have “sticky header” on normal screens but on smaller screens i used parameter display:none – in my opinion that is what is causing this.
Is there any smarter way how to block sticky header on mobile?
Thank you,
JardaThank you for fast answer.
Yes that are two buttons i mean.
sure thing, adding screenshots:
AS you can see here, the buttons are okay and columns have good size:
When i scroll down though:
It get stripped of styling and columns shrink.
Thank you,
JardaJust found out that it is not only the pretty links. So i suppose this is solved.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Breaking point with fixed headerOMG you are the best Tobias!
Thank you so much. Works like a champ 🙂
Jarda
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Breaking point with fixed headerThank you for fast reply. As you roll down thru the table and stop just before the end or your scroll down the post and then back to the top there is messed up CSS. I don’t think that is really problem but you know your plugin best – if there is any fix for that i would be grateful.
I have also chrome + it does the same thing on safari.
Thank you very much,
JardaAaaaaaand fixed floating by adding:
.tablepress.fixedHeader-floating th {
padding-right: 0;
}😀 so i will mark it as solved 😀
UPDATE:
Fixed the bold part by adding:
.tablepress h3 {
font-weight: 300 !important;
}Any ideas on “popping-out”?
Thank you,
JardaForum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Flip mode size of the first rowCheers i will try it.
Jarda
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Flip mode size of the first rowHi Tobias,
thanks for fast reply. Well i got fixed header but i block it on mobile using css:@media ( max-width: 767px ) { .tablepress.fixedHeader-floating { display: none; }I’m trying to fix it by height parameters for each row and it’s partially working but vertical align is still messed up and first row tries to destroy all my work.
So the solution is to try to fit text into rows by height parameters?Cheers, Jarda.