dyerware
Forum Replies Created
-
These should have been fixed some time ago. If anyone are having problems please use https://www.dyerware.com/forums and will get right on it
Forum: Plugins
In reply to: [Plugin: Easy Chart Builder for WordPress] Excellent pluginIs the only problem the table width? I thought I solved the button location
Forum: Plugins
In reply to: [Plugin: Easy Chart Builder for WordPress] Excellent pluginOk Allen,
Try the latest update. I think the table width is a bit odd under your theme, but it may be my simulated environment of your website.
cheers!
-dForum: Plugins
In reply to: [Plugin: Easy Chart Builder for WordPress] Excellent pluginOk darn. It’ll be a while before I can get back to this, but at least it looks ok for you now. Oh and thanks for the support!
Forum: Plugins
In reply to: [Plugin: Easy Chart Builder for WordPress] Excellent pluginYes, what is happening is the theme is defining “img” to have a float-to-left style. Unfortunately I don’t have a good way to combat this from the outside. Ill have to think about it.
In the mean time, try editing the plugin PHP file (easyChartBuilder.php) and change this:
<INPUT type='button' value='Show/Hide Table Data' onclick='wpEasyChartToggle("easyChartDiv1_data");' style='text-align:center;' align='center' >
to this:
<INPUT type='button' value='Show/Hide Table Data' onclick='wpEasyChartToggle("easyChartDiv1_data");' style='text-align:center;float:left;display: block; clear: left;' align='center' >
or you can configure it to hide the table for now (hidechartdata=”true”)
-d
Forum: Plugins
In reply to: [Plugin: Easy Chart Builder for WordPress] Excellent pluginThanks for the complement, and that’s a good idea. I added a donation button on my sidebar.
btw you will want to remove the “argument=” bit as its not a valid param. I added param verification (in a mild sense) to help folks diagnose shortcut errors.
0.3 should be bubbling its way through www.ads-software.com.
Forum: Plugins
In reply to: [Plugin: Easy Chart Builder for WordPress] Excellent pluginOk the problem is an incompatability between js frameworks (prototype vs mootools). If you search on the feature content forum you will find that a library they use (mootools) is incompatible with a large # of plugins that use the prototype framework.
It was easy enough to remove the dependencies on said framework (also tested with the feature content plugin to ensure compatibility). Also fixed the color issue with the table seen on your site. 0.3 is the version # to address this. It will hopefully be pushed out probably Monday.
Very sorry for the inconvenience but thanks for reporting this!
Forum: Plugins
In reply to: [Plugin: Easy Chart Builder for WordPress] Excellent pluginHi Allen…
0.2 got released before I checked your response. If it’s not too much trouble, could you let us know what we would have to do to witness the conflict? I’d like to work that out.
Also, you can now change the fadeout color as well. Seemed silly not to add that.
The readme got enhanced, and there is a full example over at dyerware. Will flesh the pages on the plugin out some more, but it should be much more helpful now.
cheers
-dForum: Plugins
In reply to: [Plugin: Easy Chart Builder for WordPress] Excellent pluginAllen, thanks for the idea. v0.2 is almost ready. It fixes a charting bug, allows you to specify some SEO tags, provides an optional button to show/hide a table containing the chart data, and allows you to set the background color of the chart (the data table still retains white bkg).
It may not be what you want as we retained the fadeout at the bottom. When 0.2 is released, kick its tires and if you need something let us know.
Also I know the readme file is poor ?? I’ll will do a better job with this readme on the update, and eventually flesh out the dyerware product page on this plugin which should also help a lot.