dantwah
Forum Replies Created
-
Forum: Plugins
In reply to: [Include Klaviyo for Elementor pro] Email ConsentThank you very much Thong! It works indeed – and right away. For others: make sure you give access to ‘Subscriptions’ in the API key that you use :).
Forum: Plugins
In reply to: [Coupon Generator for WooCommerce] Coupon already usedThe issue is that WooCommerce has added a usage_count field. All generated coupons will be affected. To solve – plugin should add that field as being a generated field :).
Temporary fix – go to your DB, following query will add the usage_count meta field to the coupons if it doesn’t exist. Check if your prefix is different :).
SELECT wp_posts.ID, 'usage_count', '0' FROM wp_posts WHERE wp_posts.post_type = 'shop_coupon' AND NOT EXISTS ( SELECT * FROM wp_postmeta WHERE wp_postmeta.meta_key = 'usage_count' AND wp_postmeta.post_id=wp_posts.ID )
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] LiteSpeed Cache Image OptimizationRunning into the same issue, would be great if this is added in the next release!
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Multisite supportThanks for the response!
I don’t have a test site atm. But i’ll tell u the setup and main issue.
– I have a multisite environment with a main site where people can register and create a subsite.
– At present we have about 10 subsites.
– In 3 themes I use there are custom templates present
– The plugin is NOT network activated but active on all subsites.Problem:
Atm when an e-mail gets send from the MAIN site to the admin of a subsite, it seems to get a random e-mail template from either the main site or one of the subsites. I cannot find a logic in this.I have no record of seeing the issue with e-mails send from a SUB site.
Hope you can assist on this. Let me know if u need any other info
kind regards
Forum: Plugins
In reply to: [Pixel Caffeine] Setting post_ID as content_idsBasically what I need to do is:
Make the content_ids in this screen dynamic (of ViewContent type) https://prntscr.com/mgumas
Forum: Plugins
In reply to: [Pixel Caffeine] Setting post_ID as content_idsHi!
Thanks for getting back! I do write som PhP so thanks for the snippet.
I am not sure though the code you sent is working.
I tried the filter but it is not actually changing anything..
Also I see $eventName is not used? I tried setting this to ViewContent but it does not work?
I guess changing get_post_meta(get_the_ID(), ‘customfieldID’, true) to “22” would at change the content_ids to 22 at all places? Right?
Well OK, hope you can help!
Forum: Plugins
In reply to: [Pixel Caffeine] How Can I set “post_ID” as Content ids ?This is something I need at this moment, but then or a custom field. So, a viewcontent event should be fired on all URL;s containing: website.com/sub/*, where viewcontent contentID = customfieldID. IS that possible?
Very curious to know how you resolved this!- This reply was modified 5 years, 10 months ago by dantwah.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] sm_synced very largeThanks for the quick response! For now I’ve turned the autoload off. Awesome, loving the work from the plugin and the functionalities.
Forum: Plugins
In reply to: [WP-Stateless - Google Cloud Storage] Version 2.1.5 + Issue with thumbnailsWe are having the same issue with the tumbnails, also on stateless mode, with file url replacement.
Any idea on how to resolve it?
Forum: Plugins
In reply to: [JetBackup - WP Backup, Migrate & Restore] Error migratingYes we are chatting through support – thanks.
Forum: Plugins
In reply to: [wpMandrill] PHP 7 compatibilityAny updates on this? Did you try it out? I need to update to php 7 as well.
Thanks,