lododicesimo
Forum Replies Created
-
No, because you said to don’t do that ..
it doesen’t finish process or if it finish is empty… i did activate and deactivate…
and now yes cron look ok:
System check Status
WP-Cron enabled True
PHP-version sufficient True (7.2)
Product feed directory writable Trueif i deactivate and then reactivate it looksthat works… but after the feed don’t show product ??
sorry but it keep give me empty feed oly header section and no item in item part..
i am using google shopping template.Hello, so before i have to create a full feed of all products (and make it run?) and after first run applay filter? or i can just create a new feed with filter on?
Hello, thanks yes now i see the slug is very clever like that.
But i have the problem that export return 0 product if i select a category with “include only” my target is to have feed of my product category that i have selected.. is ok have one feed with all category i select or one feed for category. but if i use filter doesen’t work. only exclude filter are ok!
Can you fix it?
other problem is that i have always to deactivate and activate plugin to make it run after i change filters.Thanks!!
MHello, my server is premium and i use WP All export fine for other customer feed with server cron.So using cron in my case would Be fine. I Will try as u said anyway..
Slug would Be more important but if you Can not Is ok the counting item so i Can underetand anyway
Thanks.
Forum: Plugins
In reply to: [Wp-Insert] exclude page from adssorry finded! fixed
Forum: Plugins
In reply to: [Media Library Assistant] Bulk delete Unattached images/mediaThanks i did now a mail to contact pace.
Thanks.Matteo Bruno
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache caching Woocommerce pagesExactly same problem here.. i had to temporaney disable w3tc to let my customer buy the item..
hope is going to solve quick!
Forum: Plugins
In reply to: [Media Library Assistant] Bulk delete Unattached images/mediahello
thanks for reply
yes can be ok for me… and i can ask my host provider to give me extra resources just for one day to do the script.i wait then
very very thanks!Forum: Plugins
In reply to: [DNUI] 260.000 images: Any solution?same problem here.
Forum: Plugins
In reply to: [WooCommerce] delete all draft product from sqlit works!
(the previus code)you can change draft in your post status u need!
bye
Forum: Plugins
In reply to: [WooCommerce] delete all draft product from sqlsorry this:
DELETE FROM wp_term_relationships WHERE object_id IN (SELECT ID FROM wp_posts WHERE post_type = ‘product’ AND post_status = ‘draft’);
DELETE FROM wp_postmeta WHERE post_id IN (SELECT ID FROM wp_posts WHERE post_type = ‘product’ AND post_status = ‘draft’);
DELETE FROM wp_posts WHERE post_type = ‘product’ AND post_status = ‘draft’;