trianglestream
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Woo Search] WeGlot integrationHello Illid,
Thank you for the answer. I did the reindex but unfortunately nothing changed.
Could you check the plugin usability with WeGlot? Maybe I cav give you my testing account in order to check the functionality, we are interested in the Pro option but we need to know that the search works ok with WeGlot.
If not possible no problem at all!Thank you!
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Cannot set homepage after migrationSOLVED (my fault):
nginx cache directory was setted to the older website folder.Thank you.
So it seems to be an issue with WP Basic Auth.
When doing auth with credentials that are not the admin user, and while you’re logged in into you WP dashboard, every requests get a 401 response.For now, I’m using WP JWT Authentications that seems to work.
Thank you.
Forum: Plugins
In reply to: [WooCommerce] Displaying WooCommerce notices as popup alertsThank you @3sonsdevelopment, really appreciate!
I can confirm this behaviour. Activating plugin from the active plugins menu seems to work.
Some context:
our VPS has Ubuntu 18.04 OS, content served by Nginx 1.14.0, MariaDB 10.1.47, PHP 7.4. Nginx is configured for using fastcgi microcache.If needed i could provide our nginx conf.
Thank you!
Ok, i solved this by me. If anyone needs it, add this in child theme functions:
function vendor_before_title_archive(){
echo do_shortcode(“[wcfm_store_sold_by]”);
};add_action( ‘woocommerce_before_shop_loop_item_title’, ‘vendor_before_title_archive’, 10, 0 );
Forum: Plugins
In reply to: [WP REST User] User Register add_action does not fireThank you for your super-fast response! I’ll try and update.
UPDATE:
Yes it works! Now I only need to edit the default registration email.Thank you!
- This reply was modified 3 years, 11 months ago by trianglestream.
Forum: Plugins
In reply to: [WP REST User] User Register add_action does not fireHi all,
First of all thank you for this plugin!
I have the same problem as @careerbuggy.
Unfortunately I’m not a PHP expert but I’m trying to add the call mentioned by @loureirorg.Which file needs to be edited? Must the lines be written inside a specific function?
Thank you very much!
Marco.