Changing z-index does not appear to have any effect.
The site uses the Astra theme, but other popular themes have the same issue. Originally the site used the Variations theme and had no problems with modals and pages with tables. Unfortunately, Variations had issues with forum pages
Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
I see what you mean, thank you for both pages to make it easier for us to see the issue.
We are using Astra a lot during our testing, and we haven't had any issues so far; but I guess we perhaps did not try to create exactly the same Modal as you are duing here.
When it comes to modal conflicts like this, we did not have an issue exactly like this yet;
but there have been a couple of cases where a specific Modal from Page Builders was having the same CSS class as our own Table modals, which creates a conflict.
The solution was to add Custom JS script which works around it, but we had to find what are the modal classes of the user custom modal first.
Could you please let me know which Page builder did you use to create this Modal and did you add a custom class or ID to the Modal;
then if you can allow us remote Admin access, so our developers can try to resolve this?
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.
During the troubleshooting process, we may need to alter wpDataTables' code, which is a lot faster (and safer) via FTP than going through the Plugin Editor (if it is even available).
As Milos mentioned previously, Astra is used frequently during our testing and we were unable to replicate the issue you're describing, which indicates the issue lies somewhere on your website and local testing will not provide any results.
I mentioned that the ticket was already forwarded to our developers, but I can't say when (or if) they'll be able to troubleshoot it thoroughly without FTP access.
You would need to add all the functions that you need, as this is just a suggestion (approximate code) so you need to add the functions for buttons and everything else that you need.
Our developers added this to your website, so the page "with-table" is changed, and it's added in Custom JS and CSS in wpDataTables settings. Please check it out.
No table (cffveterans.com) is a simple page which displays a modal. Everything works
A table is added with table (cffveterans.com). The modal is displayed but not on top of the page.
Why ?
Changing z-index does not appear to have any effect.
The site uses the Astra theme, but other popular themes have the same issue. Originally the site used the Variations theme and had no problems with modals and pages with tables. Unfortunately, Variations had issues with forum pages
The issue appears to be a conflict between wpdatatables and Bootstrap
Hi Mark,
Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.
I see what you mean, thank you for both pages to make it easier for us to see the issue.
We are using Astra a lot during our testing, and we haven't had any issues so far; but I guess we perhaps did not try to create exactly the same Modal as you are duing here.
When it comes to modal conflicts like this, we did not have an issue exactly like this yet;
but there have been a couple of cases where a specific Modal from Page Builders was having the same CSS class as our own Table modals, which creates a conflict.
The solution was to add Custom JS script which works around it, but we had to find what are the modal classes of the user custom modal first.
Could you please let me know which Page builder did you use to create this Modal and did you add a custom class or ID to the Modal;
then if you can allow us remote Admin access, so our developers can try to resolve this?
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,
Miloš Jovanović
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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
Hello Mark.
Milos is out of the office this week, so I'll jump in.
Can you please provide us with the host address for FTP, along with the port? (in a Private response again, of course)
The ticket has been forwarded to our developers and as soon as I hear from them 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 Mark.
During the troubleshooting process, we may need to alter wpDataTables' code, which is a lot faster (and safer) via FTP than going through the Plugin Editor (if it is even available).
As Milos mentioned previously, Astra is used frequently during our testing and we were unable to replicate the issue you're describing, which indicates the issue lies somewhere on your website and local testing will not provide any results.
I mentioned that the ticket was already forwarded to our developers, but I can't say when (or if) they'll be able to troubleshoot it thoroughly without FTP access.
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, Mark.
It's been forwarded to our developers and as soon as I hear from them, 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
Hello Mark.
Sorry for the delay.
The issue is coming from loading these scripts, which are bootstrapped:
When that's removed, your modal doesn't work but wpDataTables' modal does.
Since you're using Bootstrap version higher than ours, you will need to change it to be 3.3.7. This is an approximation of your modal:
Then, in wpDataTables' Settings, under Custom JS you would need to add this:
You would need to add all the functions that you need, as this is just a suggestion (approximate code) so you need to add the functions for buttons and everything else that you need.
Our developers added this to your website, so the page "with-table" is changed, and it's added in Custom JS and CSS in wpDataTables settings. Please check it out.
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