Ruben
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-D3] WP-D3 breaks sharethis pluginHi,
Can you attach the screenshot? I couldn’t reproduce the issue.
Forum: Plugins
In reply to: [Wp-D3] Is Wp-D3 compatible withWordPress 4.7Hi,
It should be fine, this is running on WordPress 4.7 https://figurebelow.com/d3/wp-d3-and-day-hour-heatmap/ without issues.
Feel free to send me an email with more details.Forum: Plugins
In reply to: [Wp-D3] Blank Chart ManagerHi,
Can you send me an email elaborating this? A screenshot would be great
Forum: Plugins
In reply to: [Wp-D3] Getting Undefined Errors in ConsoleHi,
Do you have a loop in your test code? It seems something is running forever there.
Forum: Plugins
In reply to: [Wp-D3] do_sortcodeHi,
Do you mean using do_shortcode() to display a chart as part of a WordPress theme?
Not sure if that can be accomplished currently, the charts are contained and rendered inside the post where they are defined.
Can you elaborate it more? Maybe that could be implemented as well ??
Forum: Plugins
In reply to: [Wp-D3] Plugin removes tags from PostsI’ve delivered the fix version 2.3.1 addressing this error, it seems the opening p was being removed by one of the cleaning operations that take place when the posts are rendered.
Forum: Plugins
In reply to: [Wp-D3] Visualise Live DataHi,
My two cents. It is possible indeed ??
Just update the data the script consumes and you should be able to display the info.Forum: Plugins
In reply to: [Wp-D3] Couple of errors in consoleThe GitHub repository at https://github.com/figurebelow/wp-d3 is just for code review and open-sourceness purposes, you shouldn’t copy anything from there into your WordPress installation.
The safest way of installing wp-d3 is using the standard WordPress plugin installer that is shipped with the default installation (just search for Wp-D3 :-))The width thing is a recurrent issue that I’m not really sure how to solve. The current workaround I’d say is to use a theme that allows pages without sidebars, or adjust your chart’s width inside D3 code.
-R
Forum: Plugins
In reply to: [Wp-D3] Plugin removes tags from PostsAny news using the latest version 2.3? This should be fixed now
Forum: Plugins
In reply to: [Wp-D3] Couple of errors in consoleHi,
Thanks for the update.
1) With D3 files you mean the D3.js lib? It was updated in the last version.
2) Could you provide more details about that width issue?-R
Forum: Plugins
In reply to: [Wp-D3] Clicking text editor D3 icon hangsHi,
Thanks for coming back with the extra info :-).
I’ll close this then.Forum: Plugins
In reply to: [Wp-D3] How can I use jQuery?Hi,
Thanks for following it up and closing the issue, it isn’t common these days ??
Forum: Plugins
In reply to: [Wp-D3] Plugin reformatting unrelated shortcode output with wpautopHi,
The latest version (2.3) of the wp-d3 plugin should fix this.
Can you confirm it actually does? ??
Thanks!Forum: Plugins
In reply to: [Wp-D3] WP-3D display in MS EdgeHi,
Thanks for the feedback.
Unfortunately I can’t check that on MS Edge as I don’t have a windows 10 machine.
However if it works fine with Chrome/Firefox I’d say it looks more like an incompatibility with Edge (old Explorer inheritance?).
I’ll check that on a classical Explorer version (the plugin has some, well known incompatibilities with it though).R.
Forum: Plugins
In reply to: [Wp-D3] Styling gaps with Divi 2.4Hi,
The plugin adds a div containing the chart, so for the adaptive ones the final result may be tricky.
In many cases the rendering problems come from the WordPress being used and the way the div style is defined in the css.