russdev
Forum Replies Created
-
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Gauge ChartSo it is ?? thanks ??
ok will finish testing this end and then submit everything as patch via github..
Russell
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Gauge ChartIf do that it just outputs data-chart-red-to into the div and doesn’t convert etc..
Russ
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Gauge ChartCool..
So if I reading the above right..
Add
'chart_redTo' => false,
To the list in displayShortcode function and then add into the shortcode..
chart_red_to="1000"
Russ
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Gauge ChartNo problem thanks for info…
After doing google searching find issue wordpress converts any shortcode attrubutes into lowercase.
Which means got to use str_replace but not sure where would use it that won’t be effected by wordpress..
Russ
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Gauge ChartBeen looking at this know what the issue is basicly added to displayShortcode
'chart_redFrom' => false, 'chart_redTo' => false,
However the plugin somewhere is converting to chart_redfrom and chart_redto. But apparently google gauge chart stuff is case sensitive. Tried looking but at moment can’t see where it is converting it.
Looking at it already put into lowercase by time it hits DisplayShortcode.
Anyideas on where it would be converting it to lower case I must be missing the obvious..
Russell
Forum: Plugins
In reply to: [Inline Google Spreadsheet Viewer] Gauge ChartThanks just wanted to make sure I hadn’t missed obvious.. Yes just had look at code as you said quite easy to add..
Managed to get it all working but one part which is the warning areas on gauge not showing. Code on generated page looks ok but image generated doesn’t show the warning levels..
<div id="igsv-7-Gaugechart-1Wj_AoG3H5z5CL8L0XujXXRetF50H4RJby7uzq8IM5C8" class="igsv-chart" title="" data-chart-type="Gauge" data-datasource-href="url_here" data-chart-greenfrom="1" data-chart-greento="500" data-chart-height="250" data-chart-max="1280" data-chart-redfrom="1000" data-chart-redto="1280" data-chart-width="602" data-chart-yellowfrom="500" data-chart-yellowto="1000">
Going to dig around it again in a few see if done anything daft..
Russ
Forum: Plugins
In reply to: [WP Tiles] Beta 1.0: Link to WebpageSorry Mike I have just seen the reply. Where would you add this to main template of my wordpress theme or as part of wp-tiles. If part of wp-tiles whuch file?
Cheers
Russell
Forum: Plugins
In reply to: [WP Tiles] v1. image_text_color notworkingHi Mike
Yes installed dev build and that has fixed it. Thanks for all your hard work..
Russell
Forum: Plugins
In reply to: [WP Tiles] v1. image_text_color notworkingHi Mike
I sent an email to trenvo account with details as don’t want to put it up public yet etc..
thanks for help.
russ
Forum: Plugins
In reply to: [WP Tiles] v1. image_text_color notworkingHi Mike
Sorry not fixed maybe wasn’t clear in last message
I use the following code
[wp-tiles id=”87,80,72,39,103″ byline_align=”top” byline_opacity=0.7 image_text_color=”#ffffff” byline_color=”#0052a4″ text_color=”#ffffff” grids=”Main”]
I always get black font for image_text_color when codes says should be white.
Russell
Forum: Plugins
In reply to: [WP Tiles] v1. image_text_color notworkingHi Mike
Is this an error or have I done something wrong in the markup..
Russell
Forum: Plugins
In reply to: [WP Tiles] v1. image_text_color notworkingShould of said always has colour black with font colour no matter what I set.