Hi I like to hide the title without editing the plugin code but it seems that when I skip the title parameter the plugin insert bulk title. Not a good behavior…
Is there some walk around?
]]>Hi Konstantinos,
thank you for a great plugin. I am enjoying using it.
My questions is, is there a way to update the value of the gauge using jQuery?
I would like to update the gauge dynamically, without refreshing the page.
Cheers,
Catherine
I’m trying to link the gaugepress plugin with the vote outcome from WTI Like Post Pro. Ideally one vote would equal several “degrees” on the gauge. I am not a coder, but can usually bodge together something that works after many frustrating hours of trial and error! Does anyone have any ideas to get me started?
https://www.ads-software.com/support/plugin/gaugepress
https://www.ads-software.com/support/plugin/wti-like-post/
As the description states, I’d like to be able to specify at which value a color is set. For example 0 to 25 should be red, 26 to 50 should be amber, etc.
Otherwise, great and simple plugin!
]]>Would it be possible to add a hover effect to the Gauge in CSS or the short code? I would like it to change slightly when a user hovers like change color or size.
Any tips or input would be great.
Thanks!
]]>Konstatinos:
Apparently the jQuery used for the GaugePress (2.0.3) is causing a conflict with being able to embed a Google Map on our site (see Page https://www.cardinalpartnersingiving.com/contact/ and you will see the big white space where the map SHOULD be).
Is there anything we can do to resolve this? Can the plugin use a different version of jQuery.
See https://screencast.com/t/u9LNQ2KRbz for more details on what I am talking about.
]]>I have a Container in the header at and I would like to install GaugePress into the right side of that container (the Cardinal is on the left side) (See Cardinal Partners Website)
I tried to use JustGage to do it and made changes to .css and the PageTemplate, but couldn’t get it in there. So, I am trying this one. If I add shortcode to the page template or something like that, can I get that to work?
]]>Hi,
Can one change the speed of the counter.
We are all on fibre-optic and the count is almost instantaneous.
Cheers,
Rene
Hi,
I’m looking for a solution for hide min and max number values, and add an image instead of the min number value and max number value, like this :
Thank for your help
]]>Hi,
is it possible to transform the plugin css style in a responsive design ?
Thank for your help
]]>Hi,
I use the e-commerce wordpress script woocommerce and I would like that the Gaugepress label value is the same that my e-shop total order report.
Woocommerce script use fonctions for displaying the total order number in the admin dashboard.
Do you think is it possible to export the total order woocommerce report for import it in the gaugepresse label value ?
This is the woocommerce fonction and script for the admin report display :
/**
* Output the sales overview chart.
*
* @access public
* @return void
*/
function woocommerce_sales_overview() {
global $start_date, $end_date, $woocommerce, $wpdb, $wp_locale;
$total_sales = $total_orders = $order_items = $discount_total = $shipping_total = 0;
$order_totals = apply_filters( 'woocommerce_reports_sales_overview_order_totals', $wpdb->get_row( "
SELECT SUM(meta.meta_value) AS total_sales, COUNT(posts.ID) AS total_orders FROM {$wpdb->posts} AS posts
LEFT JOIN {$wpdb->postmeta} AS meta ON posts.ID = meta.post_id
LEFT JOIN {$wpdb->term_relationships} AS rel ON posts.ID=rel.object_ID
LEFT JOIN {$wpdb->term_taxonomy} AS tax USING( term_taxonomy_id )
LEFT JOIN {$wpdb->terms} AS term USING( term_id )
WHERE meta.meta_key = '_order_total'
AND posts.post_type = 'shop_order'
AND posts.post_status = 'publish'
AND tax.taxonomy = 'shop_order_status'
AND term.slug IN ('" . implode( "','", apply_filters( 'woocommerce_reports_order_statuses', array( 'completed', 'processing', 'on-hold' ) ) ) . "')
" ) );
$total_sales = $order_totals->total_sales;
$total_orders = absint( $order_totals->total_orders );
<div class="postbox">
<h3><span><?php _e( 'Total orders', 'woocommerce' ); ?></span></h3>
<div class="inside">
<p class="stat"><?php if ( $total_orders > 0 ) echo $total_orders . ' (' . $order_items . ' ' . __( 'items', 'woocommerce' ) . ')'; else _e( 'n/a', 'woocommerce' ); ?></p>
</div>
</div>
Sorry for my English language, I’m french.
Thank you for your help !
Hi,
your plugin is just awesome.
I would like to replace the min and max label by two images or icons.
I try to directly replace directly in the shortcode but it does not work
[gauge title="Van Financing Project" width=350px" height="250px" label="T-shirts" value="100" min="https://website.com/img1.png" max="https://website.com/img1.png"]
How can I change it ?
Thanks you for your help,
Cheers from France
]]>Awesome plugin, thank you! One question: How do I change the font size and color for the title and the label?
]]>I’ve made this change myself, but in the plugin-shortcode.php file can you change
$gauge = ‘<div id=”g’.$gid.'” style=”height:’.$height.’;width:’.$width.’;”></div>’;
so that it now reads
$gauge = ‘<div id=”g’.$gid.'” class=”gaugePress” style=”height:’.$height.’;width:’.$width.’;”></div>’;
this adds a general class to each gauage, allowing us developers to have a little more granular CSS control over the gauge for padding, spacing, and floating reasons.
Thank you
]]>Hello, is it also possible to set a thousands separator?
]]>I am using GuagePress with this sortcode
[gauge width="250px" height="170px" value="275" min="0" max="25000" title="" label="dollars" showminmax="true" color="#E16300" backcolor="#EDEDED" widthscale="1.5"]
But the min and Max values do not show…. possibly a clash with the theme colours but have had it on a light and dark background with no change…..
]]>Hello – All the decimal points in values disappear after upgrade. All values show a rounded number. Please advise.
]]>I downloaded and installed the plug in, but it doesn’t work.
It appears on the plugings menu as activated
Then I went to a page and copied this
[gauge width="400px" height="220px" value="95" min="0" max="150" title="First Gauge" label="km" showminmax="true" color="#E16300" backcolor="#EDEDED" widthscale="0.8"]
and nothing comes up, what am I missing?
]]>I have followed the installation steps and still don’t know how to add the gauges to a page. I don’t see GaugePress listed on the left panel of WP just like the other plugins I installed. Plus, I have copied the sample codes and pasted to the Text area – still no gauge visible or working! HELP!
]]>Hi – Thanks for the great plugin.
I have the gauges lower on my page, and I was wondering if
there is a way to tweak it so that the animation happens when you scroll down?
No worries, if not – it’s a great plugin either way!
Thanks!
]]>Hi!
Total beginner at this but I would like to use a dynamic value from a mysql-database (temperature) and put that into the shortcode to produce a gauge that changes accordingly to the database-value.
How can this be done? Can I put a variable instead of an attribute, but then where do I put the php-code where the varible gets it value? Do I add the code to the plugin or… Can I use php exec and put some php-code inside the shortcode?
Once again, Im a total beginner when it comes to programming in general and wordpress in particular – but it seems like good fun!
Thanks in advance!
Johan D
Hi.
I’ve installed and activated your plug-in but get a blank page with this shortcode:
“[gauge width=”400px” height=”220px” value=”95″ min=”0″ max=”100″ title=”Net Promoter Score” label=”NPS” showminmax=”true” color=”#E16300″ backcolor=”#EDEDED” widthscale=”0.8″]”
Is your plugin not working with WP 3.5.1 perhaps?
Thanks
Dave