antox2010
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Developing with WordPress
In reply to: Can’t upload image on wordpress with python apiFound the problem… there was a redirect from mywbsite.com to http://www.mywebsite.com.
Using www works
Forum: Developing with WordPress
In reply to: Can’t upload image on wordpress with python apiI found out that I get 200 and the list of images because when I POST wp-json/wp/v2/media I get a redirect 301. Still don’t know how to solve this
Forum: Developing with WordPress
In reply to: Can’t upload image on wordpress with python apiI already tried it before asking here and got the same result. So 200 but the image is not uploaded
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Not working with template 99fyI have this error
TypeError: jQuery(…).live is not a function
at HTMLDocument.<anonymous>// Media Image Gallery
jQuery(‘.nnfy-remove’).live( “click”, function(e) {
e.preventDefault();
var id = jQuery(this).attr(“id”)
var btn = id.split(“-“);
var img_id = btn[1];
jQuery(“#row-“+img_id ).remove();
});Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Not working with template 99fyAlready did it. Still have the same error
Viewing 5 replies - 1 through 5 (of 5 total)