Reply To: Questions

#98883
Tom Anbinder
Moderator
Plugin Support

Hi Yinon,

1. We’ve just released new plugin version 2.9.0, where I’ve added new [crowdfunding_totals] shortcode, which will display total crowdfunding data for all campaigns combined:

Total orders sum: 
[crowdfunding_totals return_value="orders_sum"]
Total items: 
[crowdfunding_totals return_value="total_items"]
Total orders: 
[crowdfunding_totals return_value="total_orders"]

2. Regarding product’s title – please try adding this to your custom CSS (e.g. to “Appearance > Customize > Additional CSS”):

.woocommerce-loop-product__title {
    line-height: 1em !important;
}

Regarding your other questions – I will get back to you a little bit later.

Hope that helps. Please let me know if something is not working as expected.

P.S. If you like the plugin, please consider leaving us a rating.