Jim_Panse
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Doesn’t export every orderOkay, i had a look at the specific postmeta entry for one of the missing orders: It seems, like paid_date and completed_date is empty. WooCommerce instead is showing the order as completed. Okay, so it can’t grab those orders. So seems to be a Problem with Woo itself or the host crashed down while processing the order. Weird! Thank you for the debug tip!
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Doesn’t export every orderSELECT ID AS order_id FROM wp_posts AS orders WHERE orders.post_type in ( ‘shop_order’) AND 1 AND orders.id IN ( SELECT post_id FROM wp_postmeta AS order_date_completed WHERE order_date_completed.meta_key =’_date_completed’ AND (order_date_completed.meta_value>0 AND order_date_completed.meta_value >=’1559340000′ ) AND (order_date_completed.meta_value>0 AND order_date_completed.meta_value <=’1561931999′ )) AND orders.post_status NOT in (‘auto-draft’,’trash’)
- This reply was modified 5 years, 7 months ago by Jim_Panse.
Forum: Plugins
In reply to: [Bootstrap Shortcodes] Disable Bootstrap JS in Settings PageI guess im an idiot. I wroted this feature request before i actually looked in the backend of my client. Only had a look at the Source Code and fount duplicate Files. Now in the php File of your Plugin i see, that there is already a check for a checked option. My Bad!
Forget what i wrote. Found widget titles in string management and the “sizes” was a Taxonomy.
Forum: Plugins
In reply to: [WP-Polls] ReferenceError: pollsEdL10n is not definedHey Lester,
i already tried the Dev-Version. Now it throws a “undefined is not a function ” error. Here’s the malfunctioning Part:
b.addButton(“polls”,{text:!1,tooltip:tinymce.translate(“Insert Poll”)
in plugin.min.
My Situation: I have the WP-Editor on the frontend and it won’t load, if im not disabling this Plugin.
Could you tell me, what i should fix?
Forum: Plugins
In reply to: [Autoptimize] Problem after Update to 1.8.1Argh, got it, i need a normal <html> tag and before that a declaration of the Doctype. Sorry. Thanks for your help, Dude!
EDIT: It is working now! Thank you. ??
Forum: Plugins
In reply to: [Autoptimize] Problem after Update to 1.8.1Actually i have a opening html tag: <!DOCTYPE html>
It’s the tag for html5. Maybe you can adjust your code to check for this kind of opening html tag?
Forum: Plugins
In reply to: [Autoptimize] Problem after Update to 1.8.1Thank you!
Forum: Plugins
In reply to: [Autoptimize] Problem after Update to 1.8.11.7.3 -> same problem, nothing happens
1.8.0 -> same problem.Im downloading my FTP Files right now to make a Dev-Environment.
Feel free to tell me what to debug and what you need in the meantime.
Forum: Plugins
In reply to: [Autoptimize] Problem after Update to 1.8.1No, unfortunately i have no online testenvironment, so we need to do the debugging on the live site. But if i dont delete the cache, the user won’t notice. But you dont. So i can give you the output of whatever you want me to output.
Forum: Plugins
In reply to: [Autoptimize] Problem after Update to 1.8.1Back on 1.7.2 to make it work. But i can switch to the new Version for you so you can check on my site…
Switched Back and cleared the cache. You can have a look now.