Jeremy_61
Forum Replies Created
-
Try saving the product (even without making any changes). There’s a bug that will make it show up on new products, but it doesn’t automatically show on existing products unless you save.
I’ll get an update pushed out for it.
Thanks!
Hi JarkkoL,
I was testing it yesterday and it worked with Twenty Eleven no problem (wp 3.4.2 and woo 1.6.5.2).
Have you made sure that the ‘Enable Pinterest’ checkbox is checked on the products you want to have it?
Thanks,
Jeremy
Hi Cerilia,
I just tested with up to date versions of woocommerce and wp and it worked fine. What theme are you using?
Would you mind posting a link here or e-mailing one via the contact form at https://61extensions.com?
Thanks!
Jeremy
Hi –
Did you enable it on the product by checking the checkbox and clicking update on the product? If so, would you mind posting a link to a product that has it enabled? I might be able to tell what’s going on by looking at it. If you don’t want to post a link publicly, you can e-mail us directly at the following email: support [at] sixtyonedesigns [dot] com.
Thanks!
Hi Paul!
It is appearing in that location due to the priority that it is getting rendered. We can adjust that value to move it around a little.
Add this code to the top of your functions.php:
if( class_exists( 'SOD_WooCommerce_Pinterest_Button' ) ): remove_action( 'woocommerce_single_product_summary', array( $SOD_WooCommerce_Pinterest_Button, 'display_pinterest_button' ), 100 ); add_action( 'woocommerce_single_product_summary', array( $SOD_WooCommerce_Pinterest_Button, 'display_pinterest_button' ), 10 ); endif;
In the add_action function where it says
10
– that is the priority. If 10 puts the pinit button up too high, you can raise that number to make it fire later. On the theme you’re using, I can’t tell what that magic number will be, so you might just have to play with it a little bit. Also, I can’t say for sure if it’ll line up perfectly with the FB and Twitter icons.Let me know if you have any other questions! Also, please reply back and let me know if it works or not for you.
Thanks!
Jeremy