ka2

Results 46 comments of ka2

First, we need to load the jQuery core files before loading the jQuery.Timeline script. WordPress `wp_enqueue_script` function allows you to specify script dependencies in the third argument, so call it...

Try a script that runs jQuery.Timeline after ensuring that dependencies including jQuery are loaded in native JavaScript. ```js const init = function() { $(function(){ // Checking the jQuery core loaded...

Hi there, thank you for suggesting. The other day, I was suggested from @Guillaume-Bo at a PR the solution to group events between a value close to date-time in one...

Thank you for your suggestion! I will consider introducing the option of adding a border definition for the event node itself.

Hi there, You should change the reference scale of the horizontal axis of the timeline to month instead of week (`scale: "month"`) and fine-tune the width of each column with...

Hi there, Sorry, the "quarter-hours" and "half-hours" scaling options are still incompletely implemented on the current version. Well, it's supposed to, anyway, but I've never tested it and I seriously...

Sorry for my late reply. And, thank you very much for reporting. I tried to verify the process that inputting data to table by the plugin. And, as you say,...

Tried to fix the SQL validation process. During the current operation test

Thanks for pointing out plugin issue. And, I am sorry to have neglect long. I would like fix a this bug in the next version.

Whether the trouble occurs when you have accessed to CDBT plugin management page in administrator of WordPress? Please try to initialize the settings in the plugin options of CDBT. Then...