Yaara
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Predefined ButtonsI’ll try that. Thank you so much!
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Predefined ButtonsWell, additional question – can you limit the filter to a specific column?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Predefined ButtonsAmazing!
(You can have a look how I implemented it)Thank you for your prompt reply ??
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Date format and sortingThank you @lazarboy!
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Date format and sortingI tried what you suggested and it resulted in a corrupted functions.php ??
In wp_enqueue_script I tried several $src options but none of them worked (relative, full path, full url).
Is functions.php the right place?Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Defining Columns To CollapseAlright, solved it by going the other way around:
"columnDefs": [ { "className": "none", "targets": [ 5, 6, 7, 8 ] } ]
Cheers!Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Defining Columns To CollapseActually I wanted columns 1-5 to be visible, so this is the code I added:
"columnDefs": [ { "className": "all", "targets": [ 0, 1, 2, 3, 4 ] } ]
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Defining Columns To CollapseHere’s it: focusing.urinka.com/?p=1518
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Defining Columns To CollapseHi Tobias. Thank you for the wonderful plugin!
I followed the instructions here (including editing the php file), but didn’t manage to display only specific columns.Any suggestions?
Thanks in advance ??
I see. Indeed the files I had on my server were old and probably due to previous versions.
Thank you!When I upload a csv file with the users’ information, there is a column with usernames and a column with passwords. This file is being stored on the server (probably in “upload” folder) and not being deleted automatically after insertion to the database.
A possible way to solve this is to auto-delete the file after insertion.Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Unable to see some of the settingsYes, it is RTL. Thank you for fixing it!