magnetize83
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
So no news on this still?
Problem is still there and I had to edit the render.js-file again to have white text and still be able to see the hover text.
If I added g text { fill: #FFFFFF; } all text is white and thus I cannot read the info text in the hover field at all.- This reply was modified 8 years, 11 months ago by magnetize83.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Email Triggering Twice (2x sends)Just wanted to say thank you for finding this as I’ve been struggling with the same problem, double emails.
Even made a Stackoverflow question regarding this but thanks to you I solved it. 🙂Regards,
@justinbusa Hey, ah I see.
Thanks for the update!Regards,
I am experiencing the same problem,
include_once( 'widget-class.php' ); register_widget( 'widget_id' );is ok.
Howeverinclude_once( 'widget-class.php' ); $widget = new Widget_Class(); register_widget( $widget );is not.
- This reply was modified 9 years, 4 months ago by magnetize83.
Viewing 4 replies - 1 through 4 (of 4 total)