zenjameo
Forum Replies Created
-
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Warning ErrorsPurchased on codecanyon
https://codecanyon.net/item/master-slider-wordpress-responsive-touch-slider/7467925
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Warning ErrorsHello,
I confirm same issue:
Declaration of Axiom_Plugin_Updater::download_package($package) should be compatible with WP_Upgrader::download_package($package, $check_signatures = false)
and
Function create_function() is deprecated
Forum: Plugins
In reply to: [LiteSpeed Cache] Cache is automatically purgedHello,
I have same issue.
LS cache is set to be stored for 7 days, but cache is dropped after much more short time.
1-6 hours.Forum: Plugins
In reply to: [LiteSpeed Cache] Programmatically restart CrawlerThanks.
But looks like this log is not what I`m looking for.Is there a log of crawled urls?
Forum: Plugins
In reply to: [LiteSpeed Cache] Programmatically restart CrawlerThanks for info.
Still:
Is there crawler log anywhere?Is there a manual how crawler creates blacklist?
Forum: Plugins
In reply to: [LiteSpeed Cache] Is crawler workingOutput looks like this after a 1 second:
https://joxi.ru/MAjlgpYfj7z0dmStart watching... Manually Started .......
Forum: Plugins
In reply to: [LiteSpeed Cache] Is crawler workingFound this, thank you. Was looking in settings at first.
No crawler log yet. Seams to me something is wrong with my sitemap format.
Once I click “Manually run” it stops in a second (sitemap is 13k urls).I`m using a custom sitemap URL. Regular format:
<urlset> <url> <loc>https://domain.com/accountants/cyprus/</loc> <lastmod>2020-01-03</lastmod> <changefreq>monthly</changefreq> <priority>0.9</priority> </url>
any advice?
Before this I was trying to crawl Yoast sitemap
https://joxi.ru/VrwlRMgf7dZEom
also no success.Forum: Plugins
In reply to: [WooCommerce] /wc-api/v3/ is getting empty POST arrayshi Con,
the thing this happends for Woocommerce api only /wc-api/v3/
/wp-json/wc/ is working just fine.yes, it`s oauth2
here is POST :
{ "product": { "id": "14665", "sku": "1588", "title": "Cleo Soft-BH", "regular_price": "263.2", "weight": "0.1", "tax_class": "standard", "type": "variable", "attributes": [{ "name": "Colour", "slug": "colour", "position": 0, "visible": false, "variation": true, "options": ["Black"] }, { "name": "Size", "slug": "size", "position": 0, "visible": false, "variation": true, "options": ["75A", "75B", "85B", "75C", "85C", "75D", "85D", "70B", "80B", "70C", "80C", "70D", "70E", "80D", "80E"] } ],....
What I really can do is with basic auth GET product info like this:
https://www.byvalerie.com/wc-api/v3/products?consumer_key=ck_0&consumer_secret=cs_7&filter%5Bsku%5D=1588But when I`m trying to post something the POST array coming empty into API. Writing server object into log:
"POST";a:0:{}
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Add to Cart in wishlist is not working1. I see “Add to cart” button doesn`t work for bundle products. Is there a way to change this button to something like “Select options”?