Paul van Zyl
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Icon Fonts] Operates at half when G.F.Manager activatedHey
Please send me a link to the google font manager and I’ll test it on my side, if its something under my control to fix I’ll get it sorted,.
thanks for finding this tricky little bug, I appreciate you letting me know.
Kind Regards
Paul
Forum: Plugins
In reply to: [Visual Icon Fonts] problem (dont se any icons)very weird?
which theme are you using ?
any other pugins installed ?
regards
Paul
Forum: Plugins
In reply to: [Visual Icon Fonts] Multiple editors but no multiple chosen comboboxhmmm, I thought I had sorted this out, I’ll look into it and get back to you.
Thanks for the great feedback, will let you know when its sorted.
Kind Regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] Bar Graph Not AnimatingHey
Just posted your shortcode into a fresh install of 2014 and the animation seems to be working fine. I’ll continue to test but seems to work fine here.
theres a good chance the animation is happening during your preloading where the page is covered with the js preloader spash screen.
with regards to its shape you can set the chart to have asymmetrical proportions by using the width, height, canvaswidth, canvasheight and relativewidth properties, check the installation tab for usage instructions.
Thanks for the great feedback, I hope this was helpful. Let me know how you get on.
Kind Regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] pie and line setting both show a pie graphHey Some Thing
did you give them both unique titles ?
the title needs to be unique so that it creates a unique JS object for that chart. Let me know if that was not the cause of your issue.
thanks for taking the time to give me feedback and for your kind words.
Kind Regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] Non Symmetrical Charts – NOT workingits a pleasure, I’m glad you’re considering my plugin, and I appreciate the feedback, at the end of the day you need to use the solution that best fits your requirements, if there are features you’re missing in wp charts, I’d love to know so that I can fix or add them in the future.
thanks and regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] Non Symmetrical Charts – NOT workingHi jasminandmatt
so this is a little embarrassing. just check the SVN repo against my local version and saw that the js file hadn’t committed – my apologies for failing at updating properly, I don’t use SVN everyday, but it was a silly mistake.
you update your plugin / re install it should work fine.
regards
P
Forum: Plugins
In reply to: [WordPress Charts] Non Symmetrical Charts – NOT workingHi jasminandmatt
can you send me a link ? there may be something in your CSS thats effecting it, though I can’t be sure without having a look, the code you posted above looks correct.
I’ve tested your shortcode above in the 2014 theme, and its working fine.
Kind Regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] canvas does not workseems somethings missing there Alberg15
Forum: Plugins
In reply to: [WordPress Charts] Using Charts within Tabbed Content Boxesawesome, I’m sure you wont be the only person who faces this challenge.
hi Alberg15
this is currently not supported by the core library but may be in a future release. If you’d like to dig into th code you may want to replace the minified code with the original chart.js library and have a stab at it there though this would of course make upgrading with future plugin releases a bit of a challenge.
Kind Regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] 1px stroke colourhey Josh
You should be able to do this in the plugin code rather than the library code if you want to hack at it for now.
thanks for the feedback:)
Forum: Plugins
In reply to: [WordPress Charts] How to set a horizontal chartForum: Plugins
In reply to: [WordPress Charts] How to modify the timing of the animationCurrently there are no options for the animation other than on and off though further control inline with the core library are in the works.
Thanks,
Kind Regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] How to set a horizontal chartHi
so I used your shortcode
[wp_charts title="my first chart" type="line" scaleoverride="true" scalesteps="10" scalestepwidth="10" scalestartvalue="0" scaleFontSize="16" datasets="100, 0,0,100,0,0,100,0,0,100,0,0" colors="#003F80" labels="Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec" canvaswidth="600px" canvasheight="300px" relativewidth="2" width="600px" height="300px"]and its works perfectly in the 2012 default theme, I can only imagine there is a little bit of dodgy responsive CSS in your theme files causing this issue, if you can send me a link I’ll have a quick look, but I’m closing the issue as it does not seem to be related to the core plugin.