Meta field info column and filter
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from anil on May 31, 2021, 12:14Hi, Thanks for such a nice plugin i am testing this plugin for on of project where I am making post searchable and filterable, This is working as desired , bu t i have two issues which i need to achieve, i want to add a filter and column name "Ref No" to show ref no from customs field , please suggest how to achieve this .
"I added custom filed "Ref no" in post under custom field, and created a meta field in plugin for "Ref no" how to put this isn filter panel and show the data from this custom filed in column.
Thanks in Advance Please,.
Regard
Anil
Hi, Thanks for such a nice plugin i am testing this plugin for on of project where I am making post searchable and filterable, This is working as desired , bu t i have two issues which i need to achieve, i want to add a filter and column name"Ref No" to show ref no from customs field , please suggest how to achieve this .
"I added custom filed"Ref no" in post under custom field, and created a meta field in plugin for"Ref no" how to put this isn filter panel and show the data from this custom filed in column.
Thanks in Advance Please,.
Regard
Anil
Quote from Pablo Borysenco on June 1, 2021, 09:55Hello Anil
Please add Meta field - https://share.pluginus.net/image/i20210601104732.png - and add it to table - https://share.pluginus.net/image/i20210601104958.png
and add this meta to filter - https://share.pluginus.net/image/i20210601105522.png
Hello Anil
Please add Meta field - https://share.pluginus.net/image/i20210601104732.png - and add it to table - https://share.pluginus.net/image/i20210601104958.png
and add this meta to filter - https://share.pluginus.net/image/i20210601105522.png
Quote from anil on June 1, 2021, 13:51Hi Pablo,
Thanks for support, I followed the same steps but could not get the data in column that is showing blank,
is there any thing need to add in theme file to show meta fields ?
please suggest What i am missing,
Regards
Anil
Hi Pablo,
Thanks for support, I followed the same steps but could not get the data in column that is showing blank,
is there any thing need to add in theme file to show meta fields ?
please suggest What i am missing,
Regards
Anil
Quote from Pablo Borysenco on June 2, 2021, 09:27Hello Anil
It looks like you are using an incorrect meta field key
Hello Anil
It looks like you are using an incorrect meta field key
Quote from anil on June 2, 2021, 10:49Hi Pablo, Thanks for directing me to right way , finally i got it, thanks again,
One more thing if would like to add a another meta "date of document" should I use the same meta "key" (text ) and type " Calander") ?
Thanks
Regards
Anil
Hi Pablo, Thanks for directing me to right way , finally i got it, thanks again,
One more thing if would like to add a another meta"date of document" should I use the same meta"key" (text ) and type" Calander") ?
Thanks
Regards
Anil
Quote from Pablo Borysenco on June 3, 2021, 09:18Hello Anil
If you want to add a new custom field, then use the key that corresponds to this field.
Hello Anil
If you want to add a new custom field, then use the key that corresponds to this field.
Quote from anil on June 3, 2021, 10:17Thanks,
I want to add three more meta field "Date of Submission" , "Date of Opening" and "Issuing Office". What key should be used there
How can i add these 3 more meta filed, i f am adding key "text" it is showing data from only one key.
Please suggest
Thanks in advance for kind support.
Regards
Anil
Thanks,
I want to add three more meta field"Date of Submission" , "Date of Opening" and "Issuing Office". What key should be used there
How can i add these 3 more meta filed, i f am adding key"text" it is showing data from only one key.
Please suggest
Thanks in advance for kind support.
Regards
Anil
Quote from Pablo Borysenco on June 3, 2021, 13:05Hello Anil
Please describe in more detail what you are doing. You can create screenshots or video.
I'm not sure if I understood you correctly
Hello Anil
Please describe in more detail what you are doing. You can create screenshots or video.
I'm not sure if I understood you correctly
Quote from anil on June 3, 2021, 13:48Hi, please see attached screenshot, how to make this workable, i want to add fields like in attached images..
https://ibb.co/1MW2Yyp
Regards
ANil
Hi, please see attached screenshot, how to make this workable, i want to add fields like in attached images..
Regards
ANil
Quote from anil on June 3, 2021, 14:30https://ibb.co/4dyyBST here is the screenshot of front site of filter , there it is showing default dates,
https://ibb.co/4dyyBST here is the screenshot of front site of filter , there it is showing default dates,
Quote from Pablo Borysenco on June 4, 2021, 10:54Hello Anil
there it is showing default dates - Yes! If the post has no data for this meta field the table will show the origin of UNIX time. On the post edit page, set the desired date
Hello Anil
there it is showing default dates - Yes! If the post has no data for this meta field the table will show the origin of UNIX time. On the post edit page, set the desired date
Quote from anil on June 6, 2021, 19:23thanks
but there not always dates for all posts in that case this default dates will cause confusion.
second thing if i use there text field than how to can use the calendar in filter.
calendar in filter is also not working as desired for these field.
regards
Anil
thanks
but there not always dates for all posts in that case this default dates will cause confusion.
second thing if i use there text field than how to can use the calendar in filter.
calendar in filter is also not working as desired for these field.
regards
Anil
Quote from Pablo Borysenco on June 7, 2021, 09:52Hello Anil
Try in file - \wp-content\plugins\posts-table-filterable\classes\tables-meta.php - add code - https://share.pluginus.net/image/i20210607105042.png
if(!$val){
return "";
}
Hello Anil
Try in file - \wp-content\plugins\posts-table-filterable\classes\tables-meta.php - add code - https://share.pluginus.net/image/i20210607105042.png
if(!$val){
return"";
}
Quote from anil on June 11, 2021, 15:30HI thanks,
It is done, but there is little more issues,
- Date format is not coming like which is configured in WordPress default date format d/m/Y ?
- How can i use filter for these columns.
- Can I use this to filter tables made by other table plugins like table pres, wp ninja table?
- Thanks Regards
- Anil
HI thanks,
It is done, but there is little more issues,
- Date format is not coming like which is configured in WordPress default date format d/m/Y ?
- How can i use filter for these columns.
- Can I use this to filter tables made by other table plugins like table pres, wp ninja table?
- Thanks Regards
- Anil
Quote from Pablo Borysenco on June 14, 2021, 09:25Hello Anil
- Read this please - https://posts-table.com/hook/tableon_date_format/
- https://posts-table.com/document/posts-filter/
- Unfortunately no
Hello Anil
- Read this please - https://posts-table.com/hook/tableon_date_format/
- https://posts-table.com/document/posts-filter/
- Unfortunately no
Quote from anil on June 14, 2021, 09:43OK thanks
One more thing
I am trying to put custom CSS, How to use it with child theme, I put it in main theme folder, but it didn't reflect .
regards
Anil
OK thanks
One more thing
I am trying to put custom CSS, How to use it with child theme, I put it in main theme folder, but it didn't reflect .
regards
Anil
Quote from Pablo Borysenco on June 15, 2021, 09:47Hello Anil
You can use this tab - https://share.pluginus.net/image/i20210615104418.png
Hello Anil
You can use this tab - https://share.pluginus.net/image/i20210615104418.png
Quote from anil on June 16, 2021, 11:15Thanks Bro,
I tried to put the code there but no effect.
To customize the width Hight color of table and filter form along with removing the border from taxonomy terms, but not getting results from this tab.
modified general.css in plugin folder, that CSS entry border: none marked !important in plugin's folder. modified it. - and removed the border from taxonomy terms,
But how to get done other styling, since i struggling with this.
is is due to theme issue ?
regards
Anil
Regards
Thanks Bro,
I tried to put the code there but no effect.
To customize the width Hight color of table and filter form along with removing the border from taxonomy terms, but not getting results from this tab.
modified general.css in plugin folder, that CSS entry border: none marked !important in plugin's folder. modified it. - and removed the border from taxonomy terms,
But how to get done other styling, since i struggling with this.
is is due to theme issue ?
regards
Anil
Regards
Quote from Pablo Borysenco on June 16, 2021, 11:58Hello Anil
Please drop me your custom CSS
Hello Anil
Please drop me your custom CSS
Quote from anil on June 17, 2021, 10:06Hi, Please check the content of mycustom.css file which i modified.
https://codeshare.io/N3WRN8
regards
Thanks
Anil
Hi, Please check the content of mycustom.css file which i modified.
regards
Thanks
Anil