deyil
Forum Replies Created
-
Forum: Plugins
In reply to: [Woo Manage Fraud Orders] HPOS CompatibilityI did a couple of quick tests with HPOS enabled (without compatibility mode) and the plugin seems to work!
Add the below to functions.php to remove the HPOS incompatibility notice. It is preferable to add it in the child theme to avoid being overridden between theme updates.
add_action( ‘before_woocommerce_init’, function() {
if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( ‘custom_order_tables’, ‘woo-manage-fraud-orders/woo-manage-fraud-orders.php’, true );
}
} );Forum: Plugins
In reply to: [Woo Manage Fraud Orders] HPOS CompatibilityYes please add HPOS support. This is a great plugin
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] Facebook Conversions APIIt’s a pity to hear as browser tracking becomes less and less reliable. And in order to track the feed, Conversion API can only be implemented through your plugin.
- This reply was modified 1 year, 7 months ago by deyil.
Forum: Plugins
In reply to: [CTX Feed – WooCommerce Product Feed Manager] Facebook Conversions APIThanks for the answer. Do you have it in plugin’s roadmap or no intention to implement it?
Forum: Plugins
In reply to: [Free Gifts for WooCommerce] Datatables WarningWhen you change shipping method the attached error pops.
Forum: Plugins
In reply to: [Timologia for WooCommerce] Ερωτ?σει? σχετικ? με την Pro ?κδοσηΕυχαριστ? για την ?μεση απ?ντηση!
Forum: Plugins
In reply to: [Woo Manage Fraud Orders] Database log entriesThanks for the answer. It will be a helpful feature as the database will get bloated with entries otherwise.
Forum: Plugins
In reply to: [The Events Calendar] Migration process stuckWhat do you mean hard refresh??? For the time I canceled migration, from what I understand the process is buggy. I will wait for the plugin update.
Forum: Plugins
In reply to: [The Events Calendar] Migration to 6 Seems Stucksame issue here
I have the same issue with a Revolution slider block in Elementor on a clients site.
https://www.bepartofnorthevia.gr
Cookiebot adds padding and moves the slider block to the left until I accept all cookies and refresh the page.
- This reply was modified 2 years, 4 months ago by deyil. Reason: typo
Forum: Plugins
In reply to: [Advanced Woo Search] Translated product category search issueNo I have indexed the products and appear all as indexed
Forum: Plugins
In reply to: [Redirection] Redirect for ?lang parameterAfter some trials and errors, I came with the following rule. I know it is not perfect, but I hope it helps others. Also, any suggestions for improvements are welcomed.
SOURCE
/(.*)lang=([a-z]{2})(&?)TARGET
https://domain.com/$2/$1Forum: Plugins
In reply to: [Redirection] Redirect for ?lang parameter@johnny5 thank you for your answer and your excellent plugin.
I understand that this can be achieved by regex but since this is a more complicated regex, I am not experienced with it.
Because it is a common scenario Language redirection (I have found several solutions with htaccess), I asked to see if someone has already implemented this with your plugin to show me how.
I tried importing htaccess but it didn’t work ??
Unfortunately, I won’t be able to re-try since I don’t use the same environment anymore.
Thanks for coming back though.
@supportadtribes I already emailed support about it and another issue and still waiting for reply. Regards