methnen
Forum Replies Created
-
Forum: Plugins
In reply to: [M Chart] Dynamic CVS uploadsI will be keeping track of this issue via Github so I’m resolving this thread:
Forum: Plugins
In reply to: [M Chart] Conflict with Plugin MenuJust a heads up I believe that the latest version 1.5 should solve this problem for you.
Forum: Plugins
In reply to: [M Chart] Conflict with Plugin MenuWell, that’s fun. I’m guessing that Preachers, Sermon Series and all of those are taxonomies?
I’m guessing that WP Sermon Manager makes those public taxonomies which then adds them to all post types that can accept a public taxonomy (like M Chart for instance).
I’m extremely busy right now with paying work so I probably won’t have a chance to look into this any further for a bit but I’m 99% sure that’s what’s going on here.
Forum: Plugins
In reply to: [M Chart] Dynamic CVS uploadsAs I said I really can’t say when I’ll get this into the plugin.
Depends on when I find the time to work on it. And on how long working out a solution for this actually takes.
I maintain this plugin on the side while my real job obviously has to take precedence.
Forum: Plugins
In reply to: [M Chart] Dynamic CVS uploadsThe plugin does not support that kind of functionality at this time.
This is the second request I’ve had about it though so I will look into making it happen.
I can’t say at this point when I’ll have the time to add the feature though.
Forum: Plugins
In reply to: [M Chart] Excel SupportMarking as resolved.
Forum: Plugins
In reply to: [M Chart] Excel SupportHey,
It doesn’t not natively support importing Excel spreadsheets and I don’t have any plans to add that as a feature.
However, you can save any Excel spreadsheet as a CSV file from within Excel and that will import fine.
Forum: Plugins
In reply to: [M Chart] Vertical axis reverse order?Hey Sofi,
I can’t duplicate this behavior. Any chance you could shoot me a screenshot of the settings you’re using as well a CSV export of the data?
This is my email address:
jamie AT methnen.com
Forum: Plugins
In reply to: [M Chart] Vertical axis reverse order?Hmm, that sucks re: the title stuff. Let me look into that.
Forum: Plugins
In reply to: [M Chart] Vertical axis reverse order?Hey Sofi,
You could do that with a theme:
https://github.com/methnen/m-chart/wiki/Themes
Highcharts has a reverse axis parameter:
http://api.highcharts.com/highcharts#yAxis.reversed
So you’re theme would look like this:
<?php /** * Theme Name: Reversed */ return array( 'yAxis' => array( 'reversed' => true, ), );Forum: Plugins
In reply to: [M Chart] Not working on BeThemeHey @sosna sorry for the delay in responding to you. I do not get alerts on these support requests. In the future please use the github issues:
https://github.com/methnen/m-chart/issues
I don’t have access to BeTheme as it’s a theme that is purchase only from what I can tell.
Are you saying that the theme has a [chart] shortcode already and that that’s conflicting with M Chart?
If you don’t need the theme’s version of the [chart] shortcode the easiest thing to do would be to remove the themes version of the shortcode.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableResolving as 1.3.1 should have fixed this issue.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableAnd here we go:
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variable@lordanti, I now see the issue. You have your PHP errors and notices outputting into the page HTML instead of a log file.
The notices are inserting itself into the Javascript and creating syntax errors.
I believe I’ve fixed those notices on my end and a new version should be coming this evening that’ll fix your issue.
Forum: Plugins
In reply to: [M Chart] Undefined index and undefined variableWell that explains things. handsontable (which drives the spreadsheet interface) is creating a syntax error which will break everything on the JS end from then on.
The problem is that I’m unable to duplicate this on my end at all. I’m getting no syntax errors anywhere and everything working like it should. There’s got to be something different in the JS being loading on your install that’s conflicting somewhere.
Could you possibly email me the HTML from page of the chart edit form that’s being generated?
jamie AT methnen.com
Also what browser/version are you using?
Just trying to recreate the conditions as closely as possible.