Please provide me a temporary WP-admin (administrator) user for your website where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
When the prefix or the suffix are being used, we use sanitize_html_class which removes all special characters, so in the class of every column, the columns become "column-a" (since they all start with "A").
So, even if you remove "-" from every column, you'll face the same issue because it is seen as a special character, so each column gets the same class "column-a", and that's why the suffix applies to all columns.
Basically, you need to modify the source table, and include unique column headers either using the Latin alphabet ("Aa", "Ab", "Ac", "Ad", and so on), or by removing "A-" from every column. If you perform the 2nd operation, wpDataTables will remove all characters and columns will be saved as column-0, column-1, column-2, and there'll be no issues in that case. Then you can modify the displayed header (which is what your customers see).
As for CSS - 1. "filterBox_table_2" refers to the 2nd table on the page, so if you had 5 tables with filters above the table, filters for the 5th table would be "filterBox_table_5".
2. I don't quite understand what you're trying to achieve, sorry. This looks OK if you're targeting the exact tabe ID.
I enabled "filters in a form" function and it shown correctly in backend but not shown in frontend.
what can i do?
Hello Kelvin
This is not expected behavior.
Please provide me a temporary WP-admin (administrator) user for your website where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
Please provide me a temporary WP-admin (administrator) user for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue.
We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course, we do not provide login data to third parties.
You can write credentials here just check PRIVATE Reply so nobody can see them except us.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thank you Kelvin.
I forwarded the ticket to one of our developers, and as soon as I hear from him I'll get back to you.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hi again Kelvin.
Actually, the issue goes deeper.
When the prefix or the suffix are being used, we use sanitize_html_class which removes all special characters, so in the class of every column, the columns become "column-a" (since they all start with "A").
So, even if you remove "-" from every column, you'll face the same issue because it is seen as a special character, so each column gets the same class "column-a", and that's why the suffix applies to all columns.
Basically, you need to modify the source table, and include unique column headers either using the Latin alphabet ("Aa", "Ab", "Ac", "Ad", and so on), or by removing "A-" from every column. If you perform the 2nd operation, wpDataTables will remove all characters and columns will be saved as column-0, column-1, column-2, and there'll be no issues in that case. Then you can modify the displayed header (which is what your customers see).
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Hey Kelvin
Sorry for the late response.
You're most welcome, glad I could help.
As for CSS - 1. "filterBox_table_2" refers to the 2nd table on the page, so if you had 5 tables with filters above the table, filters for the 5th table would be "filterBox_table_5".
2. I don't quite understand what you're trying to achieve, sorry. This looks OK if you're targeting the exact tabe ID.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Aleksandar:
Thanks again! i am going to try it!
You're welcome, Kelvin
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables