Haste
Forum Replies Created
-
It seem to do the trick, but when I change something in the form and save it all values are messed up again and cut off after the first colon.
Anybody from the staff has an answer on how to fix this?
Forum: Plugins
In reply to: [Invitation Code For Contact Form 7] Import/upload bulk invitation codeNo response to this? Also latest update months ago. Is this plugin going to be maintained or..?
Thanks for your response! This seems to make it work ?? Awesome. Cheers!
Forum: Plugins
In reply to: [WooCommerce] How to: conditional shipping based on custom product fieldThanks for your response. I will use a plugin with the shipping class options to solve this problem.
Forum: Plugins
In reply to: [Easy Registration Forms] 2.0.9: Edit submission doesn’t work anymoreI deleted the account I tested with and created a new one. The new one seems to work, so that’s good, but I’m still worried why I couldn’t update the submission of my old account.
So, I guess it’s resolved for now, but might be back in the future.
Hi, is this solved? I’m getting the same problem. Was working fine, but now when I try to login with incognito mode it’s starting to say ‘You are already logged in’.
Even if I press the logout button and try to login again nothing changes.
Would be great if the automatic redirection would work when displaying this message. This message doesn’t make any sense at all. Should just always redirect to the My Account page in my opinion.
I managed to get it working. Only had to change the last line of this code:
function user_registration_new_item_endpoint_content() { $my_id = 785; $post_id_785 = get_post($my_id); $content = $post_id_785->post_content; $content = apply_filters('the_content', $content); $content = str_replace(']]>', ']]>', $content); echo $content; } add_action( 'user_registration_account_new-item_endpoint', 'user_registration_new_item_endpoint_content' );
to
function user_registration_new_item_endpoint_content() { $my_id = 785; $post_id_785 = get_post($my_id); $content = $post_id_785->post_content; $content = apply_filters('the_content', $content); $content = str_replace(']]>', ']]>', $content); echo $content; } add_action( 'user_registration_account_bookings_endpoint', 'user_registration_new_item_endpoint_content' );
- This reply was modified 4 years, 5 months ago by Haste.
Forum: Reviews
In reply to: [Media Cleaner: Clean your WordPress!] Horrible pluginJordy, I don’t mean to be disrespectful. I’m sure you work hard. It’s just my opinion and I think I’m entitled to that.
Forum: Reviews
In reply to: [Media Cleaner: Clean your WordPress!] Horrible pluginSeriously? It scans for images and reports that they are not in use, while they are on my front page. I don’t think I should read the description, I think you should redesign the plugin. It’s not doing what it’s supposed to do.
I’m actually not so happy anymore. I want to use this plugin only when VND currency is selected.
I also offer my products and payments in EUR and USD, but when I activate this plugin the payments with PayPal Express are not working anymore in EUR and USD. I get the following error:
PayPal error (10525): An error (10525) occurred while processing your PayPal payment. Please contact the store owner for assistance.
Is there a quick fix for this? Otherwise I cant use this plugin.