I have a problem with front-end editing. A data table (shows ID67) is enabled for front-end editing for authorized users. If you want to edit the status field for a new entry or when editing an existing entry, the selection field appears much too wide. see in attachments!
Can you tell me where I can set it differently. The problem only occurred recently. Before, the selection field was a reasonable size, as can be seen in the backend. We cannot update wpDataTables because we have made changes that would be lost in an update. We are using version 3.6.
Addendum to problem 2 "tables included via shortcode are not displayed": We have now determined that this happens every 12 hours. So also at night around 1:00 a.m.
We used developer tools in the Firefox browser and Chrome when the outage occurred around 1 p.m. today.
Errors were displayed in the file wpdatatables/assets/js/wpdatatables/wdt.frontend.min.js.
I have attached the results of the test and the affected js file as a txt file.
Hi Nuray, I have an update from our end. Our developers helped me - they resolved this by inserting this CSS in your Main Plugin settings/Custom JS and CSS/Custom CSS :
Yippee, it works. Thank you so much. I wish you, the developers and all employees at TMS and your families a Merry Christmas and a healthy and successful 2025.
I have a problem with front-end editing.
A data table (shows ID67) is enabled for front-end editing for authorized users.
If you want to edit the status field for a new entry or when editing an existing entry, the selection field appears much too wide.
see in attachments!
Can you tell me where I can set it differently.
The problem only occurred recently.
Before, the selection field was a reasonable size, as can be seen in the backend.
We cannot update wpDataTables because we have made changes that would be lost in an update. We are using version 3.6.
best regards
Attached files: show-edit-status-1.jpg
show-edit-status-2.jpg
Hi Milos,
Addendum to problem 2 "tables included via shortcode are not displayed":
We have now determined that this happens every 12 hours. So also at night around 1:00 a.m.
We used developer tools in the Firefox browser and Chrome when the outage occurred around 1 p.m. today.
Errors were displayed in the file wpdatatables/assets/js/wpdatatables/wdt.frontend.min.js.
I have attached the results of the test and the affected js file as a txt file.
Perhaps you can tell me more about this.
Attached files: wdt-fehler.txt
wdt.frontend.min.jsver3.68.txt
Hi Milos,
disable caching worked.
Thank you for that.
Could you let me know when the problem with the caching is solved?
to the problem front-end: 'dropdown-menu open show:
Can you tell me where in which file I can find the corresponding selector?
Best regards
Nuray
Thanks a lot.
I wait for your new reply.
Best regards
Nuray
Hi Nuray,
I have an update from our end. Our developers helped me - they resolved this by inserting this CSS in your Main Plugin settings/Custom JS and CSS/Custom CSS :
#wdt-frontend-modal .dropdown-menu.open.show {
transform: none !important;
position: absolute !important;
will-change: unset !important;
z-index: 1000001;
}
And we disabled our "Minified JS" setting in the Plugin settings as well - So please keep that one disabled in order for this fix to work.
It seems to be fixed now, so please check, and let me know how it goes.
Thank you.
Kind Regards,
Miloš Jovanović
[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
Dear Milos,
Yippee, it works.
Thank you so much.
I wish you, the developers and all employees at TMS and your families a Merry Christmas and a healthy and successful 2025.
Best regards
Nuray
Hi Nuray,
I am happy to see that works, I will thank our developer for the solution.
Thank you for confirming it.
You're very welcome, we are happy to help.
As you know, if anything else comes up, please don't hesitate to reach out to us.
Thank you for the kind words.
Sending best wishes from our Team to you and your family as well. :)
Kind Regards,
Miloš Jovanović
[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