duhocworldlinks
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Change title at toolbar tableHi Tobias,
I am very grateful for your reply.
I hope you will update new version which will fix that code. So “DataTables Column Filter” extension will be perfect.
Thank you very much.
Regards,
Linh.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Change title at toolbar tableHi Tobias,
Thank you very much. It works! But it has another error when I change this code.
When I typed text at column filter (bottom of table), it appeared “X” mark (like “search” bar). But if I clear all text by “X” mark (so that mean I did not filter), the whole results do not appear. If I clear all text by “backspace”, the whole results appear.
You could test at my page: https://www.duhocworldlinks.edu.vn/test/
Regards,
Linh.Sorry, I forget your request. About change the font color, please add:
.tablepress th {
text-shadow: none;
color: blue;
}Please add this code in “Custom CSS”:
.tablepress th {
text-shadow: none;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Change title at toolbar tablehttps://www.duhocworldlinks.edu.vn/test/
This is my page. Password is “help”. You can see my table.
At print icon, when I hover mouse, it will appear the text “View print view”. But other icons doen’t appear text. I want to change this text is:
– Print icon: “Print”
– CSV icon: “CSV”
– PDF icon: “PDF”
– Copy icon: “Copy”
– XLS icon: “XLS”
So that customers know function of these icons.I am sorry, I know CSS and HTML. And I do not know JavaScript.
I had a file “TableTools.min.js”. So could you please help me to edit it?
https://www.duhocworldlinks.edu.vn/download/2/ Another problem:
Sory for bother you again: At search bar, when I type text, it will appear “X” mark to clear text. Could I have the same “X” mark in column filter (At the bottom table)? So that customers could clear text fastly (At now, they use “backspace” to clear text)Thank you very much.