GGno37
Forum Replies Created
-
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Minumum number of reviews per productYou can see the issues on the production site also:
/prodotto/arizer-solo-3-versione-2-0/ reviews not showing (9 reviews)
/prodotto/vaporizzatore-crafty/ reviews showing (17)
/prodotto/volcano-hybrid/ reviews showing (2)Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Minumum number of reviews per productHi,
just to point out that in this url /prodotto/volcano-hybrid/ I can see the reviews, even if they are just 2
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Minumum number of reviews per productHi,
I’ve deactivated all the plugins, except CusRev and WooCommerce and switched to wp default theme 2025.
I still get this beaviour.
I’ve a staging site These are two urls for reference:
/prodotto/arizer-solo-3-versione-2-0/ reviews not showing (9 reviews)
/prodotto/vaporizzatore-crafty/ reviews showing (17)
Thanks.Thank you, i’ll try.
Forum: Plugins
In reply to: WP REST APIHi all,
the problem was the missing JSON Basic Authentication plugin on the remote server.
Without it, rest call on meta are not possible.Forum: Plugins
In reply to: [WP REST API (WP API)] Custom meta dataHi, i’m using the 1.2.1 version of wp rest api and i have the same problem, http 403 while getting meta of a post.
But if i try on my local wamp installation (eg: http://localhost/wordpress/?json_route=/posts/143/meta) it works perfectly, if i try to query a remote server (eg: http://192.168.205.102:8095/wordpress/?json_route=/posts/36/meta) i get the famous 403.
The httpd.con files are identical, i’m using chrome advanced rest client extension to run the querys on a anonymous navigation window, to get rid of coockies.
Im using basic autentication.What’s wrong?