-
Posted a reply to Duplicate payments in merchant account, on the site WordPress.org Forums:
Wordpress 6.9 + WooCommerce 10.4.3 -
Created a topic, Duplicate payments in merchant account, on the site WordPress.org Forums:
Hi, I've got a client using this plugin, they are repo… -
Posted a reply to Custom Fields Data, on the site WordPress.org Forums:
Try something like this: function render_givewp_field_api_fields( $payment_id ) { $occupation = give_get_meta( $payment_id, 'occupation', true… -
Posted a reply to Update font-awsome, on the site WordPress.org Forums:
I had to change the font-family in my child theme CSS: Old: font-family: "FontAwesome"; New:… -
Created a topic, Help with Updating Child Theme from Github (-master), on the site WordPress.org Forums:
Hi, I've got a site that is using the WP Bootstrap Sta… -
Posted a reply to Premium or Free version, on the site WordPress.org Forums:
1. Yes, if you output the shortcode for the search area in a sidebar widget… -
Posted a reply to Search & Filter Results Page, on the site WordPress.org Forums:
Yes, you need to make a template for this: /wp-content/themes/your-theme/search-filter/results.php Then you can add your…