<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>BlueOwlCreative  &#187;  Topic: Circle Counter decimal numbers</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 13:28:38 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-22862</guid>
					<title><![CDATA[Circle Counter decimal numbers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-22862</link>
					<pubDate>Mon, 28 Sep 2015 14:56:49 +0000</pubDate>
					<dc:creator>eclerkin</dc:creator>

					<description>
						<![CDATA[
						<p>Is it possible to show a decimal point and the value beyond a whole number with the Circle Counter?  My customer has metrics to display on the front page that includes percentages that cannot be rounded up/down.  For example, 4.5 and 2.2 as opposed to 4 and 2. Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-22867</guid>
					<title><![CDATA[Reply To: Circle Counter decimal numbers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-22867</link>
					<pubDate>Mon, 28 Sep 2015 18:31:09 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You could but you need to modify the code in your Child theme&#8230; The &#8216;gauge&#8217; method is found in your fortuna\js\common.js</p>
<p>and here&#8217;s the example of the author of the Gauge plugin of how to implement decimal numbers.</p>
<p><a href="https://github.com/bernii/gauge.js/issues/16" rel="nofollow">https://github.com/bernii/gauge.js/issues/16</a></p>
<p><a href="http://jsfiddle.net/berni/smNjl/" rel="nofollow">http://jsfiddle.net/berni/smNjl/</a><br />
 <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-22872</guid>
					<title><![CDATA[Reply To: Circle Counter decimal numbers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-22872</link>
					<pubDate>Mon, 28 Sep 2015 19:17:14 +0000</pubDate>
					<dc:creator>eclerkin</dc:creator>

					<description>
						<![CDATA[
						<p>I installed the Fortuna Child Theme and I am guessing that changes I make to the the primary theme file common.js are programatically saved in fortuna-child\js folder leaving the original javascript file in tact &#8211; correct?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-22881</guid>
					<title><![CDATA[Reply To: Circle Counter decimal numbers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-22881</link>
					<pubDate>Tue, 29 Sep 2015 07:32:32 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>You need to set any file you are overwriting within the Child theme in the same path/name as it is in the parent theme. So you can create a new file fortuna-child\js\common.js that will override the parent theme one. That way when the parent theme file gets overwritten at theme update your child one will preserve your changes. Let me know how the modding of the decimals go, if you manage to make it work or need help. Cheers! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-22915</guid>
					<title><![CDATA[Reply To: Circle Counter decimal numbers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-22915</link>
					<pubDate>Tue, 29 Sep 2015 15:57:54 +0000</pubDate>
					<dc:creator>eclerkin</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-22928</guid>
					<title><![CDATA[Reply To: Circle Counter decimal numbers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-22928</link>
					<pubDate>Wed, 30 Sep 2015 07:43:27 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>You have a child theme ready to use within the package and here&#8217;s how to setup for future reference:</p>
<p><a href="http://blueowlcreative.com/docs/fortuna/#customization1" rel="nofollow">http://blueowlcreative.com/docs/fortuna/#customization1</a></p>
<p>As for editing your JS code, yes, it won&#8217;t be very easy for you if you are not experienced in JS&#8230; but let me know should you stumble and I will try to help. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-23009</guid>
					<title><![CDATA[Reply To: Circle Counter decimal numbers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-23009</link>
					<pubDate>Thu, 01 Oct 2015 19:28:17 +0000</pubDate>
					<dc:creator>eclerkin</dc:creator>

					<description>
						<![CDATA[
						<p>Yeah, I just don&#8217;t know enough about js methods.  I can see where the integer value is extracted from the attribute here (line 547):</p>
<pre><code>//Set Integer value for gauge
end_nu = parseInt($(e).find(&quot;canvas:first&quot;).attr(&quot;data-end-nu&quot;));</code></pre>
<p>And I can see how the options are defined before creating the gauge:<br />
<code>$(e).find(&quot;canvas:first&quot;).gauge(opts, end_nu);</code></p>
<p>But it&#8217;s just not clear to me how that jsfiddle code would replace the existing code.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-23017</guid>
					<title><![CDATA[Reply To: Circle Counter decimal numbers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-23017</link>
					<pubDate>Thu, 01 Oct 2015 21:06:23 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, and these 4.5 and 2.2 will be out of what? What will be the scale, currently it&#8217;s based on a hundred points as it&#8217;s in %. What are their values going to be based on and what&#8217;s the total number so we should set how far the gauges fill up?<br />
This is will take some custom development that is normally out of the Theme Support scope, I will try to help you out though, you should know that if you overwrite the default element in your child theme the default one will not be accessible (the one based on %) so long as the Child theme one is in place. Please provide all relevant data above please.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-23028</guid>
					<title><![CDATA[Reply To: Circle Counter decimal numbers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-23028</link>
					<pubDate>Thu, 01 Oct 2015 21:52:36 +0000</pubDate>
					<dc:creator>eclerkin</dc:creator>

					<description>
						<![CDATA[
						<p>Child Theme is installed and activated and I am guessing you mean that the default integer display will no longer be available on the theme &#8211; I get it and not a problem.</p>
<p>These percentages are County/State/National unemployment rates:<br />
Example: # Unemployed / # Labor Force -&gt; 6300 / 139500 = 4.5%</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-23031</guid>
					<title><![CDATA[Reply To: Circle Counter decimal numbers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/circle-counter-2/#post-23031</link>
					<pubDate>Fri, 02 Oct 2015 00:20:34 +0000</pubDate>
					<dc:creator>eclerkin</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

