VGNE
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Charts] How to set a horizontal chartThis plugin has been a great help for me thus far, but I have the same exact issue. Has anyone else been able to work this out without having to edit the CSS? I’m using a Twenty Fourteen WordPress child theme and even when I remove all my CSS edits the chart still doesn’t display properly.
Any help will be much appreciated 🙂
Forum: Plugins
In reply to: [WordPress Charts] Internet Explorer not displaying charts correctlyWorks great, I really appreciate it Paul.
Never mind I figured it out. Silly mistake on my part 🙂
I didn’t realize the datasets had to be separated with a comma instead of the word “next” to have each bar sprout from the next x-axis label. This is the correct way I needed my shortcode to be:
[wp_charts title=”barchart” type=”bar” width=”100%” colors=”#FF3300″ margin=”20px 20px” datasets=”60,59,58,57,60,59,58″ labels=”7-7-13,7-14-13,7-21-13,7-28-13,8-4-13,8-11-13,8-18-13″]
Hopefully this helps out others!
Forum: Plugins
In reply to: [WordPress Charts] GuidanceDid you figure this out yet? You need to remove:
<?phpand?>From what I know you’re only supposed to put this shortcode in the post/page text editor.
I tried solving this for quite a few hours using alchymyth’s method on transformationpowertools.com (good informative website by the way), but my PHP skills are not where they need to be to accomplish this task. I decided just to put a fixed even height on my posts with an overflow-y scroll. I like it about the same so I’ll stick with that.
Thank you BoUk and alchymyth. Hopefully someone else can find this good information helpful!
I already tried reducing the space between the share buttons and the post below it editing the CSS, but it still does not fully reduce the space between the top and bottom post when the post next to the top post includes more content.
At the moment my website just has an under construction page with no content. If it’s really needed I can remove the under construction page and link to it with a little content, but I’ve already tried pretty much everything in regards to editing the CSS using Firebug.
Let me know and thanks again for helping me!
Hey, thanks for the quick reply. Here is what I got. Hopefully it can still be fixed!