herbert
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Thumbnail Editor] JS bug prevents uploading media in Page/Post editoradd this to your theme functions.php, might be easier.
/*-----------------------------------------------------------------------------------*/ /** temp fix for thumbnaileditor v. 2.4.4 upload error in page edit uploads **/ /** In order to use PTE with this action removed, you can set a featured image (and then launch the PTE editor from there) or use the standalone media library. **/ /*-----------------------------------------------------------------------------------*/ remove_action('dbx_post_advanced', 'pte_edit_form_hook_redirect');
Forum: Plugins
In reply to: [HTML5 Responsive FAQ] Categories being created in PostsHere too. I noticed that the plugin uses the standard post categories. Might be nice if the faq would use it’s own taxonomy.
UPDATE: I traced the error to missing order data in the database table woocommerce_order_itemmeta. Happened only on one order so I think this not related to this plugin.
Okay, that is cool. Thank you for the quick response.
Forum: Plugins
In reply to: [WooCommerce] After payment automatic redirect to empty shopping cartHello torcat,
My issue is resolved. This was a problem in Ogone payment plugin version. I updated the Woocommerce Ogone Payment plugin to latest version and had to change some settings in Ogone backend.Forum: Plugins
In reply to: [Collapsing Categories] Collapsing Categories on WooCommerce not displayingI now use another plugin to solve this issue. It is older, but for now it stiull works perfect.
Forum: Plugins
In reply to: [WooCommerce] After payment automatic redirect to empty shopping cartHello Xanderdekker,
Did you solve this issue? Having similar problems here…
Thanx, hrbrt
update to version 3.0.2.7 solved this issue.
Updated to version 3.0.2.7 solved this issue.
Just updated to 3.0.2.0 version, but still the same problem.
Just updated to 3.0.2.0 version, but still the same problem.
Okay, super. It is working perfectly now. Thanks.
Forum: Plugins
In reply to: [Add Headers] HTTP_CACHE_CONTROL does not get setOkay, took a different approach to the problem so this question is no longer valid.
Okay, thank you KH_PDev. That is clear. My products don’t use attributes.
I need to map product custom meta (product_ean_code) to the g:GTIN.
Can I use the mapping field for this? And if so how to use this?Or, I was just thinking… It might be beter if I change the meta data to be used as a product attribute. Any suggestions?
Forum: Plugins
In reply to: [Download Monitor] Insert Download does not workSimple links did an update of the plugin after my report to them. After this the problem was gone. Thanks to the Simple Links author for the quick update.