methnen
Forum Replies Created
-
Forum: Plugins
In reply to: [M Chart] Bubble chart throws “error 17”Nice find Patrick. I need to adjust that. The not loading it all the time was meant for the front end.
So this would be preserve that:
if ( 'bubble' == $this->post_meta['type'] || is_admin() ) { wp_enqueue_script( 'highcharts-more' ); }I’ll make sure this gets patched in the next version.
Forum: Plugins
In reply to: [M Chart] Unique colour for each column of the chartForgot to mark that I wanted to get alerts to replies on this. Doing that now.
Forum: Plugins
In reply to: [M Chart] No graphs for non editor/adminAppreciate the follow up. I’ve been busy with paying work and unable to take a look at this until this morning when I managed to find some time.
Just as a heads up there’s no way for me to fix the issue with the Speed Booster plugin because it wasn’t written with any methods for filtering out stuff you don’t want messed with.
You might ping the developer and let them know they should add some filter hooks in key areas so developers can whitelist their own scripts/css when necessary.
Glad my plugin has been so valuable to you.
Forum: Plugins
In reply to: [M Chart] error http 500 after upgrading last versionClosing since the OP has failed to follow up on the issue.
Forum: Plugins
In reply to: [M Chart] No graphs for non editor/adminForum: Plugins
In reply to: [M Chart] No graphs for non editor/admin@vinckhalifa Try refreshing your permalinks for the iframe 404 issue. You can do that by going to Settings -> Permalinks in the WP Admin panel and then clicking Save Changes (while not actually making any changes). My guess is the URL endpoint the plugin uses for the iframes isn’t in the cached version of the permalinks stuff for your install.
If you wanted to send me the plugin I’d be happy to give a test on my dev machine.
jamie AT methnen.com
Forum: Plugins
In reply to: [M Chart] No graphs for non editor/adminThat a definitely explains things. Though weird that it doesn’t kick in for administrators. I’ll take a look at the plugin myself. I would have expected switching on the iframe embed feature would have bypassed the issue though. I take it that didn’t solve things for you?
Forum: Plugins
In reply to: [M Chart] No graphs for non editor/adminJust a heads up Vincent, still looking forward to seeing what you find. Appreciate you taking the extra time on this.
I did try duplicating the issue on my own end and couldn’t duplicate it.
Forum: Plugins
In reply to: [M Chart] No graphs for non editor/adminDo you have an actual single-m-chart.php template? Or is possible WordPress was just making it work whith the default template?
Also, please try switching on iframe embeds in the settings:
https://ps.w.org/m-chart/assets/screenshot-2.png?rev=1602239
Forum: Plugins
In reply to: [M Chart] No graphs for non editor/adminHey Vincent.
I’ll have to take a look and see if I can duplicate the issue.
So just to be clear”
When someone logs into the admin panel and has a user role other than Admin or Editor they are unable to see the chart when editing it?
Forum: Plugins
In reply to: [M Chart] error http 500 after upgrading last versionAlso FYI in the future please please please send issues like this via Github so I see them right away. I sometimes go months without checking in on the WordPress plugins site and it doesn’t alert me.
Forum: Plugins
In reply to: [M Chart] error http 500 after upgrading last versionHey @ziusurda
500 errors imply something going wrong on the server side likely in the PHP code itself.
Did you happen to upgrade anything else in your WordPress install at the same time? Also what plugins are you using? Is the theme something that’s publicly available?
I may be able to reproduce the issue with the above information. If not I’ll need a view into your PHP error log.
Feel free to get into contact with me at: jamie@methnen.com with any details and I’ll see what we can figure out.
Forum: Plugins
In reply to: [M Chart] Always show placeholder image in cms editor and ampVersion 1.6.1 which I just pushed live should fix this issue.
Forum: Plugins
In reply to: [M Chart] Always show placeholder image in cms editor and ampHey @espilber
Sorry for not seeing this earlier. I don’t get alerts on support requests here. In the future if you use Github I get alerts on those immediately:
https://github.com/methnen/m-chart/issues
To follow up I believe I’ve duplicated this issue. I’ll follow up when I’ve gotten it fixed.
Forum: Plugins
In reply to: [M Chart] MCharts not loadingGlad you figured it out. 🙂