Paul van Zyl
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Icon Fonts] Simplify inserted codeHey
So currently my issue is that the i tag gets stripped in the tinyMCE editor, I will look into this but currently having the span tag allows the plugin to function in the visual editor, I would would ideally like to remove the extra span tag as well, though I don’t think it should have any adverse effects for the moment.
Kind Regards
Paul
PS : Thanks again for taking the time.
Forum: Plugins
In reply to: [WordPress Charts] Hoverover to trigger animationHi Alberg15
This is definitely a future feature that will be optional. I have some critical functionality I working on right now but will look to implement this in the future.
Thanks for the feedback and for checking out WP Charts.
Kind Regards
Paul
Forum: Plugins
In reply to: [Visual Icon Fonts] Option to exclude CSS from siteThanks this a great suggestion and I’ll add it to the list of options I plan to add to the plugin and this is quite a simple one, so expect it soon.
I’m glad you’re enjoying the plugin and I appreciate you taking the time to give me this valuable feedback.
Kind Regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] Label X and Y axisLabels are possible across a single access (usually X) but currently Y access templating is not supported by the plugin as this causes a great deal of complexity, though I do plan to support it in the future.
SOme of this pain should be eased by the upcoming chart key feature
Forum: Plugins
In reply to: [WordPress Charts] Reverse Y AxisSorry this is not currently supported by the core library.
Forum: Plugins
In reply to: [WordPress Charts] Adjust the size of axis label text boxHi sungkwan
Thanks for the feedback and interest in WP Charts, Unfortunately I’m not sure theres a way to achieve this currently, for longer descriptions as in your example I would use simple values such as , A B C D etc and then have a key explaining the data point.
Hop That Help
Kind Regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] Bar chart not using colorsHi Donald,
the colors are used for comparative datasets, so if you were comparing female to male per city for example, males would be represented by the first color and female by the second. This is the design of the underlying library and not really a feature of the plugin.
Hope that helps explain.
Thanks for taking the time to check out WP Charts.
Kind Regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] Not WorkingHi there
Please follow the instructions under the installation tab, I have tested it extensively now on 3.8, and it was defiantly working previously on 3.6.1. The recent update resolves some bugs, but if you follow the instructions listed even prior to the update the plugin will work.
Kind Regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] Using Charts within Tabbed Content BoxesHi btrivedi
I assume this will have to do with the canvas element being rendered inside a hidden div, depending on how they’ve creating their tabbing plugin, its probably hidden with jQuery’s .hide() which sets a css property of
display:nonewhich stops canvas rendering, at this stage I’m not quite sure how I would fix this for you, and its a little bit of an edge case for me to tackle, I’ll definitely keep it in mind as I develop the plugin further, though the only way I can imagine this would work is to tie render and destroy methods into the tab events which you’d need to likely do on a case by case basis.Sorry I can’t be of more assistance.
Thanks for checking out WP Charts.
Kind Regards
Paul
H iMichael
this is definitely fixed and working in the latest update.
Thanks for creating with WP Charts and taking the time to give me feedback.
Kind Regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] canvas does not workHi elpresidento
relative width is definitely now working, please see this example shortcode, its necessary to set height, width, canvasheight, canvaswidth and the relativewidth properties for the shortcode.
[wp_charts title="linechart" type="line" align="alignleft" margin="5px 20px" datasets="40,43,61,50,20,40,20 next 33,15,40,32,38,57,46" labels="one,two,three,four,five,six,seven" scaleoverride="true" scalesteps="8" scalestepwidth="10" scalestartvalue="0" scaleFontSize="16" canvaswidth="920px" canvasheight="460px" relativewidth="2" width="920px" height="460px"]Thanks for the patience
Kind Regards
Paul
Forum: Plugins
In reply to: [Visual Icon Fonts] Don't workI definately had it installed and running on 3.6 and up, so it should work, can you provide a little more information?
- what doesn’t work exactly ?
- are there any debug notices ?
- do you have any other plugins installed ?
- have you tried deactivating, your other plugins?
- Have you switched to, or are you using the default theme?
Forum: Plugins
In reply to: [WordPress Charts] Charts in PostsHi Geofguitar
it absolutely works in posts, and I’m not sure why any plugin would not, I’m glad you got it to work, thanks for creating stuff with WP Charts.
Regards
Paul
Forum: Plugins
In reply to: [WordPress Charts] 1 chart per page?Hey
Thanks for the great feedback. I’m glad you managed to get it to work. I imagine it was probably the chart title stuff… each chart needs to have a unique title.
Best wishes….
Paul
Forum: Reviews
In reply to: [Visual Icon Fonts] Useful!NB – for other users this has been fixed subsequently.