page52
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Stop WordPress username appearing in Site LinksThank you so much.
Forum: Plugins
In reply to: [Repeat Order for WooCommerce] Working with quantities and custom fieldsThank you so much, I really appreciate you looking into this. I’ll definitely contact WC Fields Factory and ask them to support your plugins functionality.
Hello,
This did work but carries across all the variation data making for a very long field and not in a format we can work with unfortunately. I’ll log a ticket, thank you!
Forum: Plugins
In reply to: [WC Fields Factory] Adding “-1” to fields on Order Received pageHello, I’m also having this issue. Did anyone find a solution? Doesn’t seem the plugin devs are weighing in here.
Forum: Plugins
In reply to: [Repeat Order for WooCommerce] Working with quantities and custom fieldsThank you Ulf, appreciate you taking a look at this! I’ll wait to hear more. Perhaps it didn’t take the second item across because it had different custom fields entered?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] field factory order export blankThank you so much – that worked!!!
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] field factory order export blankThanks Alex, yes it does have an apostrophe. I thought this might be causing it, so I tried changing the field name but even though I deleted the Orders Export plugin and re-installed, it was still picking up the field with its old name with the apostrophe.
There doesn’t seep to be a spot to put any code under Misc Settings. Could I add this to functions.php instead?
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] field factory order export blankHello,
I’m having the same issue – I have two text fields and one select field in WC Fields Factory and I added these to my export (they appeared under products > order item fields) and the first field (text) is blank while the other two (select, text) are populated. Please assist?
Thank you so much, I’ll take a look ??
Forum: Plugins
In reply to: [Page scroll to id] Exclude CSS SelectorsThank you SO much for the quick reply – this is exactly the info I needed. Thank you for such a great plugin ??
Thank you so much Chris, this information is incredibly helpful ??
Plus two! Interested to know the answer here as I used this plugin on multiple websites.
Forum: Themes and Templates
In reply to: [Virtue] Display Caption on Featured Images – Blog PostsThank you, I confirm I’ll be adding the image into the body of the post to show the caption, as a workaround.
Thanks Lap, I tried that but unfortunately it didn’t work.
This is my form code:
<p style=”float: left; clear: both; margin-top: 20px;”> <label>Event Interests</label>
[checkbox* mc4wp-eventinter id:newline “Swim” “Bike” “Run” “Triathlon” “Aquathlon” “Duathlon” “Aquabike”]</p>On MailChimp it’s a text field with tag ‘EVENTINTER’.
I tried this code in functions.php:
add_filter( ‘mc4wp_integration_contact-form-7_data’, function( $data ) {
$data[‘EVENTINTER’] = join( ‘;’, $data[‘EVENTINTER’] );
return $data;
});EVENTINTER field on captured names on MailChimp still shows blank.
Any other ideas?
Thank you, Lap – turns out it was another error causing it. Found it through the ‘other’ page.