k4mr4n
Forum Replies Created
-
I have deactivated plugins and tested, no result unfortunatelly, I have noticed that Translatepress sending 4 trp-ajax.php requests is it normal? If not, what can cause this?
I have added all advanced settings screenshots into google drive, you can check it from here
I have checked all settings configuration but default all of them is unchecked, and I optimized translatepress database table and added the plugin that you recommended, unfortunately it did not help, it takes to about 10-12seconds to open one page in Russiang language, but in default language it takes 2-3seconds.
You can check it in here: IstanliForum: Plugins
In reply to: [WooCommerce] Woocommerce REST API JSON Error URGENTI stiil need help because I dont know what can this cause?
Forum: Plugins
In reply to: [WooCommerce] Woocommerce REST API JSON Error URGENTI figured out that cloudflare some how sees my request as malformed, when I am sendiing query search string with space and cappital H like this “Eğitim Hizmeti” it returns 400 bad request error, for any another string it return json response
Forum: Plugins
In reply to: [WCFM - Frontend Manager for WooCommerce] Add to My StoreI am still waiting for response from support, if you have any solutions
Forum: Plugins
In reply to: [WCFM - Frontend Manager for WooCommerce] Add to My StoreIf it is possible vendor3 can see all other vendors same products but can add main sku vendor product only.
Forum: Plugins
In reply to: [WCFM - Frontend Manager for WooCommerce] WCFM REST API response JSON errorhttps://<domain-name>/wp-json/wcfmmp/v1/products
it was when creating product with WCFM API, I resolved it with mentioned statement aboveForum: Plugins
In reply to: [WCFM - Frontend Manager for WooCommerce] WCFM REST API response JSON errorResolved with
$description = preg_replace(‘/:cntrl:/’, ”, $description);
$description = preg_replace(“/\”/”, “‘”, $description);Forum: Plugins
In reply to: [WCFM - Frontend Manager for WooCommerce] WCFM REST APII am new in this area, can you please explain me in more details what i should to do, or send me some related links about it?