Ruben
Forum Replies Created
-
Forum: Plugins
In reply to: [Wp-D3] no Wp-D3 icon in the toolbarHi,
I tested with _tk (an underscore child theme available at the main repository) but couldn’t reproduce it.
Forum: Reviews
In reply to: [Wp-D3] Interfered with other plugin, clunky interfaceHi,
Could you provide more feedback on the issue you found using WpD3 and such plugin?
Forum: Plugins
In reply to: [Wp-D3] d3 is not definedHi,
Can you provide the code snippet or a screenshot of the editor content by email?
Hi,
Yes, because of the design you have to save the chart to be able to preview it ??
The ‘preview’ side is that using the Preview feature you can view your chart before posting it.R.
Forum: Plugins
In reply to: [Wp-D3] Functionality to add Maps?Hi,
The wp-d3 plugin is intended to display any d3 chart you build, so if your code contains a map it should be able to handle it ??
R.
Forum: Plugins
In reply to: [Wp-D3] no Wp-D3 icon in the toolbarHi,
Have you tried with other themes? I cannot reproduce the problem in my test setup.
Forum: Plugins
In reply to: [Wp-D3] P tag in javascript.Hi,
The wpauto WordPress feature is tricky, imho it’s better to not mess with it.
Disable it and you may find old posts without newline breaks and so. Enable it after a while and you may see double empty lines around the posts.The thread regarding wpauto in the forums worth a reading ??
Thanks for tracking the issue.Forum: Plugins
In reply to: [Wp-D3] A proposal – idea How to render the chart in the page editorHi,
The new Wp-D3 version 2.2 includes a Preview button to do this.
Forum: Plugins
In reply to: [Wp-D3] P tag in javascript.Hi,
The plugin version 2.2 should fix this.
R.
Fixed in 2.1.2
Forum: Plugins
In reply to: [Wp-D3] wp-d3 2.1 is not workingClosed for non-reproducible
Forum: Plugins
In reply to: [Wp-D3] Multiple Charts on Same PageClosed because it was (hopefully) already resolved in 2.1.2
Forum: Plugins
In reply to: [Wp-D3] CSS conflictsHi,
I’m not aware of any css replacement in wp-d3. Could you provide a link to the test post?
R.
Forum: Plugins
In reply to: [Wp-D3] Visualizations that reference json filesHi,
The quickest way is to use Firebug or similar in your browser to see where the file is read from.
Alternatively you can always check the code, although this sometimes is more confusing (in the map from the example the filename was contained inside a javascript map).
Often happens that the files is just placed in the same folder where the html page is.Forum: Plugins
In reply to: [Wp-D3] inline svg breaks when wd3 is activeHi,
The plugin basically creates a <div> and then uses it as the container for D3. This library then fills it with the SVG code using javascript.
I’m not sure how the plugin can affect the rest of the inline svg but maybe it’s a browser-specific issue.Could you provide an example of the problem or some steps to reproduce it?