I will have to check with our 2nd level Team to see about this, to be honest, i am not sure where all the JS files are exactly, i don't want to miss any detail.
As soon as they respond i will come back straight away. Thank you for your patience.
Also i have a second question of something that is really annoying me.
There is some CSS in the settings section of your plugin, and no matter what i do, i cannot remove it. I delete it, save and when i refresh it's back in this. Even when i empty the cache in between.
I am terribly sorry for all the waiting time, i keep checking it, but still did not get final confirmation for all the JS files that you need for the exclusion on the WP Rocket plugin.
I will keep intensively checking to get that information for you as quick as possible.
-
Regarding this custom CSS, that is quite odd that it is "refusing" to get deleted like that.
Could we take a remote look at your WP-Admin, please?
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.
You can write credentials here just check to mark response as Private so that nobody can see them except us.
Regarding the CSS file you mentioned, impossible to find the CSS in the CSS file directly.
I've been in all of the skins in the css folder you mentioned. So still no way to remove this piece of CSS that is forcing all my tables in text-align center.
It was because you have marked to use separate DB connection;
Then the changes were not saved; He disabled the separate DB connection for a moment, then the changes are properly saved.
Now the custom CSS is removed.
Just to know for the future, that is how you can double-check if it is properly saved; if not, please check if you have enabled to use separate DB connection; if that is the case, disable it for a moment, in order to save changes here.
-
Of course, please double-check if you need to re-enable any setting, such as using separate Database connection.
And let me know if everything is OK now ? Thank you
Hello,
I'm using a caching plugin (WPRocket) and i have the delay javascript execution option activated.
I want to exclude from this feature all WPDatatable Javascript related files. So that they are loaded directly.
Can you please give the name of the WPdatable JS files?
Thanks!
Hi, Warzone_Loadout
Sorry for the delayed response.
-
I will have to check with our 2nd level Team to see about this, to be honest, i am not sure where all the JS files are exactly, i don't want to miss any detail.
As soon as they respond i will come back straight away. Thank you for your patience.
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
Hey,
What's the status here?
Also i have a second question of something that is really annoying me.
There is some CSS in the settings section of your plugin, and no matter what i do, i cannot remove it. I delete it, save and when i refresh it's back in this. Even when i empty the cache in between.
Please tell me how i can remove it, permanently.
Hi, Warzone_Loadout
I am terribly sorry for all the waiting time, i keep checking it, but still did not get final confirmation for all the JS files that you need for the exclusion on the WP Rocket plugin.
I will keep intensively checking to get that information for you as quick as possible.
-
Regarding this custom CSS, that is quite odd that it is "refusing" to get deleted like that.
Could we take a remote look at your WP-Admin, please?
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.
You can write credentials here just check to mark response as Private so that 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
Hi, Warzone_Loadout
My sincerest apologies for all the time that passed during all the checking for this.
-
There is around 240 JS files ( including the min.js files). In total there are 44 min.js files ,
but you can disable them through settings/Custom JS and CSS tab
All of the files are in this path :
../wp-content/plugins/wpdatatables/assets/js/
Except for the ones who are linked to integrations ( there are 11 of these);
integrations/page_builders/divi-wpdt/includes/fields/input
lib/phpoffice/phpspreadsheet/samples/bootstrap/js
integrations/page_builders/divi-wpdt/includes/modules/wpDataChart
integrations/page_builders/divi-wpdt/includes/modules/wpDataTable
integrations/page_builders/divi-wpdt/includes/modules
integrations/page_builders/divi-wpdt/includes/fields
integrations/page_builders/divi-wpdt/scripts
integrations/page_builders/gutenberg/js
-The CSS is set as !important in .css file of the skin you are using at :
wp-content/plugins/wpdatatables/assets/css/wdt-skins
You can edit that CSS file, and remove the !important here, but you will have to repeat that for every update;
because during updates it will be back to default value.
-
Let me know if this makes sense, and if you have any questions. Thank you
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
Thanks for the JS files, i'll have a look.
Regarding the CSS file you mentioned, impossible to find the CSS in the CSS file directly.
I've been in all of the skins in the css folder you mentioned. So still no way to remove this piece of CSS that is forcing all my tables in text-align center.
--
.wpDataTablesWrapper table.wpDataTable th,
.wpDataTablesWrapper table.wpDataTable td.numdata
{text-align: center !important; font-family: ; font-size:20px;}
.wpDataTablesWrapper table.wpDataTable td,
.wpDataTablesWrapper table.wpDataTable th.numdata
{text-align: center !important; font-family: Alata; background-color: white; border: none;}
Hi, Warzone_Loadout
Firstly apologies for the delay
I have escalated this with our 2nd level Team. Despite best efforts i am still unable to exactly isolate the root of the issue.
I reinstalled your plugin and cleared cache. The custom CSS is coming back into the settings still;
and by using the Plugin Editor i opened the CSS for the Light skin of wpDataTables, but i can't locate the CSS we need.
Just to check to be sure, you are using the Light skin for all your tables?
I am still working on it, and we will keep you advised on the progress.
Thank you for your patience.
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
Hi, Warzone_Loadout
My senior colleague solved this issue.
It was because you have marked to use separate DB connection;
Then the changes were not saved; He disabled the separate DB connection for a moment, then the changes are properly saved.
Now the custom CSS is removed.
Just to know for the future, that is how you can double-check if it is properly saved; if not, please check if you have enabled to use separate DB connection; if that is the case, disable it for a moment, in order to save changes here.
-
Of course, please double-check if you need to re-enable any setting, such as using separate Database connection.
And let me know if everything is OK now ? Thank you
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
Hey,
That is awesome thank you so much! :)
I'm a huge user of your plugin and i love everything that can be done with it. I use it on all my pages.
20k users everyday enjoy it too!
Thanks,
Have a nice day