saliljnr
Forum Replies Created
-
Hi, dtyman – sorry i took a while to check my post here. Meanwhile, I managed to solve issue – turns out mandrillapp (which I had configured POSTMAN SMTP to use) was the culprit. It was in fact affecting all files sent via Contact Form 7 and so the issue wasn’t with EBD.
I just configured POSTMAN to send emails via a different mail client and issue got resolved ??
On the permissions, I also thought it was weird to have 0 for Group but that’s the default permissions set when installing wordpress – so I figured out there must be a reason…Hi, Ok, turns out Listing package subscription package type stays intact on save although “simple subscription” is selected when viewing product types in the backend – this only happens when woo poly is active ??
Am still hopeful someone will assist me with this problem. I asked WC Paid Listing author and we went as far as identifying probable source of problem.
This piece of code in /wp-content/plugins/woo-poly-integration/src/Hyyan/WPI/Product/Meta.php line-246:
add_action('save_post', function ($_ID) {
$product = get_product($_ID);
if ($product) {
$type = $product->product_type;
update_post_meta($_ID, '_translation_porduct_type', $type);
}
});
Apparently on save_post it probably runs before WC Paid Listings plugin has a chance to save anything… So to test, I commented out the function and I could successfully save a Listing Package Subscription ?? But when I attempted to translate the product, the translated one still has same issue – Not to mention that obviously commenting out this action call isn’t a workable solution in the first place..
Anyone???? I really need this to work!So a better description of problem.. When I try to create a Paid Listings Package Subscription and hit save, page reloads and defaulst to simple subscription – this is some sort of incompatibility I think. I can however create a a Listing Package (note this is not a subscription) successfully.
I need the Listing Package Subscription though as it allows me to restrict the limit of subscriptions a user can have.. If you need access to my WP site just to test and see the problem, let me know… thanks!Hi ger***. Yes, it supports all subscriptions except for Woocommerce Paid Listings Subscription. It really is worth a try and if you don’t need paid listings (very few people do) then it’s pretty darn good ??
oh, perfect! (and of course!!! I feel a little dumb for bringing that up)…
FYI, best support have encountered in the world of Word Press, I’ll definitely be buying more of your plugins ??Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager 1.23.0Sorry Mike, I didn’t have time to check. However, whatever problem was there is completely resolve with version 1.23.2. Now I have MOD security ON and ajax filter works just fine. Thanks ??
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager 1.23.0You Mike Jolley – are a genius! Nothing less… Yes, MOD Security it is, I disabled it and voila! Ok, thanks a bunch… But isn’t there a reason Mod Security should stay ON? I’ll keep it off for now though… Maybe a work-around in future?