owernet513
Forum Replies Created
-
Hi,
Thank you for your quick reply:)
I’ll do a test and get back to you.
Best regards.
Forum: Plugins
In reply to: [Facebook for WooCommerce] problem deleting all productos from the feedHello, thank you for your quick response.
I am a developer.I tried to delete them manually, but it doesn’t work.
https://www.evernote.com/l/AnMQwdzkrSZFOo3xM0yvpoqpnoVrAILgf7UHi,
https://www.evernote.com/l/AnOtZlSW8uJCG691EMX08F3imLvEFPiYMiI
Yes, it is strange.
I’ve deleted cache’s, deactivated and activated plugins, modified DB, WP-config file and I don’t know what to do anymore…Hello again,
I’m still having problems with that configuration …
I modified the wp-config file by adding
define(‘ITSEC_DISABLE_MODULES’, true);But I still continue to receive notifications.
What do you think it could be?
Thanks for your message.
I have not found any table in the DB
https://www.evernote.com/l/AnOzpL6e6pREW5qy2uUoN880u2d2tL-5hJoI don’t have any development environment.
Do you want me to create one for you?I’ve put the code in the wp-config. If it doesn’t work I’ll let you know.
Thank you very much for your help.
Hello,
I tried it and it didn’t work. I also reinstalled the plugin and removed all notifications, deleted it again and still the same.Could I deactivate it with a hook?
Thanks ??
Forum: Plugins
In reply to: [Widgets for Google Reviews] Widgets don’t connectThat is speed… Thanks, now is working perfectly
Best regards
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – order confirmed 404Hello, thank you for your reply.
Right now it is working because of the redirection I explained above.
In the end it is a botch and it would be a matter of trying to solve this problem.Thank you, good day
P.S.: This functionality is disabled right now.Forum: Plugins
In reply to: [WooCommerce] Woocommerce – order confirmed 404Hello,
Thank you for your quick response. I prefer to continue in this thread. (I am currently testing with WooCommerce Subscriptions, but I will apply for the refund these days so I don’t own such support).Have a nice day
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – order confirmed 404This is a bit of a botch job, but maybe someone will find it useful.
In this case I detect that the URL has the first part (gracias) and not (finalizar-compra) and added it to the end making a redirectadd_action( 'wp_head', 'fixCheckout' ); function fixCheckout(){ $url = $_SERVER[REQUEST_URI]; if (strpos($url,'gracias') !== false && strpos($url,'finalizar-compra') == false) { $url = '/finalizar-compra' . $url; wp_redirect($url ); // exit; } }
Forum: Plugins
In reply to: [WooCommerce] Woocommerce – order confirmed 404By the way. More information.
The URL returned when I end the purchase is
https://dev.vanai-ibiza.com/gracias/17436/?key=wc_order_MBuKOB0OtQcTBWhen it should be
https://dev.vanai-ibiza.com/finalizar-compra/gracias/17436/?key=wc_order_MBuKOB0OtQcTBI.e. the missing part of
/finalizar-compra/Thanks ??
Forum: Plugins
In reply to: [Yoast SEO] X-Robots-Tag in sitemap XMLMorning @devnihil,
Understand. But implementing code is at my own risk.If in dev documentation don’t aport how to manage this is nothing to do.
Feel free to close the thread.
Best RegardsForum: Plugins
In reply to: [Yoast SEO] X-Robots-Tag in sitemap XMLHi @mikes41720
Thanks for your answer in the documentation of
https://developer.yoast.com/features/http-headers/functional-specification/#x-robots-tagI don’t find anything.
Don’t worry I’m going to change the plugin.Best regards
Forum: Plugins
In reply to: [Yoast SEO] X-Robots-Tag in sitemap XML@maybellyne thanks for your fast answer ??
I read about it. But I understand is not possible. That is why I contacted the technical service.
Is there a way through code to modify this header?
Have a nice day
Forum: Plugins
In reply to: [Site Reviews] assigned_posts don’t work properlyI see… I don’t know why don’t work for me.
Any ways many many thanks for your time and help.I understand is an error from my WP