ricmo
Forum Replies Created
-
Forum: Plugins
In reply to: [CM Tooltip Glossary] Terms not updating, new terms not appearingCan you advise on how to solve this? I’ve been emptying caches at all levels (plugins, CDN, web browser, tried different computers, nothing works).
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Excessive server resources?Hello Tobias, thank you for your feedback.
This is what my hosting company is saying:
“It seems clear that in the last few weeks, the Tablepress plugin has had an update or some form of actualization made to it, which has most likely prompted this situation.”Has Tablepress been updated recently in a way that it changes the way it catches or makes server calls?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Align Filter and Search boxesThis worked great, thanks a lot for your support!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Align Filter and Search boxesHi Tobias,
No problem, I can understand life gets in the way!Concerning the page I would like to modify, this is the link:
https://www.blueberries.gg/weapons/destiny-2-weapons-list/I would like to align filter and search box as can be seen here, for example:
Thank you in advance!
Perfection.
Thanks a lot!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] HiddeThank you for the feedback Tobias. I found other solutions.
Last question, when setting width for a column, such as:
.tablepress-id-11 .column-6 {
width: 300px !important;
}Is it really necessary to use the !important ?
I find this to be an issue when dealing with Row Filtering function…
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] HiddeHi Tobias,
That’s what I imagined at first, but the hidden columns are not the same when using filtering?
Maybe it’s because the hide_columns function counts columns differently? If that’s the case, how can I ensure both versions hide the same columns?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] HiddeThe issue is that the table should normally show 8 columns, such as in here:
https://www.macgamerhq.com/apple-m1/native-mac-m1-games/But when used elsewhere with filtering + hide_columns, only 6 rows show. No matter the code I used, the hide_columns is not working and even when removing all hide_columns, I can’t see all 8 columns.
Such as in here:
https://www.macgamerhq.com/apple-m1/sims-4-m1-mac/Do you mean that on your end you do not see the “Slot” twice as in the image below?
- This reply was modified 5 years, 11 months ago by ricmo.
Of course, here you have 2 screenshots:
On Desktop, you can see the column Slot appears only once (and 2nd column exists, which I use for the filters, but it’s hidden):
On mobile, however, you can see that the column Slot appears twice:
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed header not workingOk, last time I bother you with this. It now works, I removed some merged cells, perhaps that was the issue.
Thank you again!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed header not workingI’m afraid it didn’t 🙁
As soon as I changed the table (keeping everything the same) it stopped working again.Perhaps other CSS is causing an issue here: https://www.blueberries.gg/leveling/destiny-2-roadmap/
Thanks a lot for your help!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed header not workingSorry to bother you again but I changed the Table (same page, same everything except this is table 19 instead of 20) and it’s not working again.
Perhaps other CSS is causing an issue here: https://www.blueberries.gg/leveling/destiny-2-roadmap/
Thanks a lot for your help!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Fixed header not workingThat did it, thanks a lot!
Thanks! And how would I go about doing that? CSS code on table press or on WordPress?