Thanks, that helped for Firefox and Safari. But now the problem is caused that all callbacks do not work any longer in Chrome. See both attached figures for the difference between firefox and chrome, they are completely different. This callback for this figure now does not work in chrome
We've released v3.4.2 yesterday. Please update the plugin again; delete cache from your website and browser, and test again. These issues should've been resolved
Hi Aleksandar,
with the new update, graphs are not shown in Firefox and Safari.
I followed the instruction on https://tmsplugins.ticksy.com//ticket/2653032/
but that does not help.
Best regards,
Adriano
Hello Adriano
Detailed instructions are actually shared on this ticket https://tmsplugins.ticksy.com//ticket/2636250/
If that, however, doesn't help can you please provide me a temporary administrator role, along with FTP access credentials, so we can take a look?
Please note this is a Public ticket, so make sure to enable the PRIVATE response.
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 Aleksandar,
Thanks, that helped for Firefox and Safari. But now the problem is caused that all callbacks do not work any longer in Chrome. See both attached figures for the difference between firefox and chrome, they are completely different. This callback for this figure now does not work in chrome
<script>
jQuery(window).load(function() {
if (typeof wpDataChartsCallbacks == 'undefined') {
wpDataChartsCallbacks = {};
}
wpDataChartsCallbacks[98] = function(obj) {
obj.options.plotOptions = {
line: {
visible: false
}
}
}
});
</script>
Furthermore, all other callbacks for all other figures do not work any longer too.
Is there a workaround for this.
Ciao,
Adriano
Hello again Adriano
jQuery(window).load(function() is deprecated.
Try replacing it with this:
Delete cache from your website and browser and test again.
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
Dear Aleksandar,
sorry, that does not solve the problem. It is possible to downgrade to a lower wpdatatable? Then, I would wait until this is fixed.
Ciao Adriano
I now found the solution for "show entry" https://tmsplugins.ticksy.com//ticket/2636719/
but the format of the numbers appear to be Times new Roman now. Can this be changed back?
For the callback, I still do not have a solution.
Hi again Adriano
We've released v3.4.2 yesterday. Please update the plugin again; delete cache from your website and browser, and test again. These issues should've been resolved
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 Aleksandar,
I updated and in Chrome graphs are shown correctly and in Firefox it still does not work.
Can you help?
Best regards,
Adriano
Hi Aleksander,
now it works. I replaced in one file the "function" command as recommended in another post.
Thanks and sorry for being so nerving.
Ciao,
Adriano
Great news, Adriano
Thanks for letting me know!
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