bluemoonsound
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Change confirmation message link after reset passwordSorry I didn’t the ‘reset’ argument.
That’s brilliant, thanks a lot!
Forum: Plugins
In reply to: [WooCommerce] Change confirmation message link after reset passwordNo worries.
That’s a good idea but I don’t want to change all ‘myaccount’ permalinks. Only this very one.
Do you have any idea with another filter?
For exemple, I’m using that one to change the button link from the added item message on my basket page :
/* Custom redirect for users after clicking 'return to shop' - My basket page - message after added item */ add_filter('woocommerce_continue_shopping_redirect', 'change_woocommerce_continue_shopping_redirect_url'); function change_woocommerce_continue_shopping_redirect_url( $redirect ) { $redirect = 'https://exemple.com/'; return $redirect; }
Forum: Plugins
In reply to: [WooCommerce] Change confirmation message link after reset passwordHi Lorro
Thank you for your reply. However, I don’t think you understood properly my request. There is no translations I want to do with this code.
I’m just looking for changing the button link, as a redirection, from the confirmation message after reset password.
Ok I see. It makes sense.
I’ll contact the Page Builder plugin authors.
Thank you for your time Jeremy !
It seems to work like this.
I don’t understand, I though Open Graph meta tags were use for post previews when we share a post. I can’t see any difference when it’s deactivated.
What’s the consequences on my website if I leave it deactivated?
Yes all my pages are made like that. It’s easier for me to keep the same titles layout.
I have other pages with shortcodes in SiteOrigin text Widget and no issue until now.
Your solution works. But I’m just confused about change this organisation I was using before just because of an update. I don’t know from who it’s coming from (jetpack, woocommerce, siteorigin). The thing is we have to check and correct bugs every time a plugin has an update, even for popular ones.
Hi Jeremy,
Here is my website account page : https://bluemoonsound.com/en/my-account/
(the website is still in development)Also, I did more tests. I think there is a conflict between Jetpack Sharing and Page Builder by SiteOrigin.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Login/Register page – No error messagesCool. It’s coming from the module “sharing”. I’ll submit the bug report to Jetpack and let you know what’s going on.
Thank you !
Forum: Plugins
In reply to: [WooCommerce] Login/Register page – No error messagesHi Caleb and thanks for your reply.
Well, apparently it’s coming from Jetpack.
Everything is okay, even with my child theme on when Jetpack is off.Any idea how to fixe it?
Brandon, your code works perfectly !
Thank you so much ??
Hi Lisa!
Thank you for your reply. Unfortunately that solution doesn’t work.
Any other ideas? ??