Jack Arturo
Forum Replies Created
-
Hey @dv30112 ,
Yeah that’s the filter you’d want to use. What’s the name of your field key? You’ll need to replace “my_field_name” in that code example with the database key of your custom field.
Hey @nerdforge ,
You could try enabling “Push All” from the General tab in the WP Fusion settings. That might help it sync.
But with the Lite version we only guarantee support with WordPress “core”. I.e. if you add a user via Users >> Add New in the admin, you will see the name synced over correctly.
The full version of WP Fusion supports 70+ plugins including BuddyBoss, and the sync of the name fields as well as any custom fields is automatic.
Hey @mjb502 ,
Yes, that’s normal. WP Fusion won’t ever delete Sendinblue subscribers, or WordPress users. Since deleting things is permanent, we don’t want to be responsible for any accidental data loss.
You can go to the Advanced tab in the WP Fusion settings and specify a Sendinblue list for deleted users. When a user is deleted they’ll be added to that list and then you can manually delete everyone on that list every so often, once you’ve double checked that they should definitely be deleted.
Cheers
JackHey @dciphered ,
No, it’s not a limitation of the free version… it should be able to export all of them. The exporter can get stalled out sometimes, and it can also crash if there’s an irrecoverable error with sending data to Sendinblue (you could check the WP Fusion logs to see if any error were recorded).
If you start the exporter again it should pick up where it left off, since it will only export users to Sendinblue that don’t already have a subscriber record.
Forum: Plugins
In reply to: [Fatal Error Notify] Crashes don’t rise alertsHey @yannickburky ,
The free version of FEN uses wp_mail() to send the notifications, so depending on when the crash happens it’s possible it’s not able to access WordPress’ mail functions. For example if they haven’t loaded yet.
What is the error being recorded in your error log? I might be able to provide some more info if I knew the error message.
You could try installing WP Mail Logging (https://ww.wp.xz.cn/plugins/wp-mail-logging/) to see if it’s at least trying to send the message. It’s possible adding an SMTP mail plugin might help with deliverability.
We use FEN Pro on all our sites connected to a Slack channel, and since sending a webhook out to Slack doesn’t require any other dependencies it’s a lot more reliable.
Hey @andrevanberlo2015 ,
Thanks for clarifying. That makes sense. Once you designate the page as a page to be used for a BuddyPress component, BuddyPress takes over the generation of that page from WordPress, and WP Fusion’s access rules no longer apply.
The full version of WP Fusion does have additional code in place to allow your access protection rules to work with any of those BuddyPress component pages.
We have a quite extensive BuddyPress integration module which supports XProfile fields, Groups, and access control on items in the activity stream. More details here: https://wpfusion.com/documentation/membership/buddypress/
We only certify the Lite version of WP Fusion to work with WordPress “core”, it doesn’t include any code specific to other plugins. But if you’d like to properly protect those pages, and to take advantage of our other BuddyPress features, I’d suggest checking out one of our paid licenses 🙂
Cheers
JackHey @andrevanberlo2015 ,
Which plugin creates that page? Looks like BuddyPress?
WP Fusion can protect any page, post or other “singular” piece of content on your site, but some plugins create dynamic content that is treated differently for content protection.
For example with WooCommerce, the /shop/ page is dynamically generated and can’t be protected by WP Fusion Lite. However because the full version of WP Fusion has a WooCommerce integration, we’ve added additional code to allow it to protect that page.
If you let me know which plugin generates that page I can let you know if we already support it in the full version of WPF. If we don’t it’s probably something we could add easily.
Ok great. That means they were added. Maybe you’re looking at the wrong MailerLite account?
If you contact MailerLite support and give them that contact ID they should be able to find it for you.
When you go to the admin user profile do you see a Contact ID for the user? If there’s a contact ID then they were added to MailerLite. If not then there must have been some sort of error.
So when you go to https://app.mailerlite.com/subscribers/groups, the group shows 0 subscribers?
Can you click Resync Groups on the admin user profile to see if the groups remain applied? If they didn’t get saved in MailerLite then the group would disappear after clicking that button.
If the group is still there after clicking Resync Groups then at least the MailerLite API thinks that the subscriber is in the group. In that case it might be best to contact MailerLite support to see why the subscriber doesn’t appear on the right list.
If the logs show it being applied and there aren’t any errors then you should see them in the group in MailerLite.
Can you try going to the admin user profile of any user and assigning a MailerLite group there, in the WP Fusion section? Does that group get applied?
I’d be interested to know if it’s just a problem with the new user registration, or if no groups are being assigned at all.
I’ve just tested it on my end and the plugin is properly assigning groups, at least for me.
If you had a paid license we could go a little further in terms of logging in to your site and troubleshooting it for you, but obviously the resources we can give to free support are more limited.
Hey @utijames ,
Can you first enable the logs (https://wpfusion.com/documentation/getting-started/activity-logs/) and see if they show the group being assigned? If there are any errors they’ll be recorded there.
If you’ve deleted and re-added a group in MailerLite you may also need to resync WP Fusion’s list of groups. You can do that by clicking the green Resync Groups & Fields button on the Setup tab.
Hey @normsash ,
The easiest way to do that would be to go to the Users list in WordPress, and at the top next to the Change Role dropdown you’ll see a Filter By Tag input box.
If you click that you can select “No Contact ID”, and click Filter. That will show you any WP users who aren’t in ActiveCampaign.
You can also run the Export Users operation from the Advanced tab in the WPF settings. That will create an ActiveCampaign contact record for any users that don’t already have one.
Cheers
JackForum: Plugins
In reply to: [Fatal Error Notify] Error when slackingHey @hughiemolloy ,
That’s odd. I wasn’t able to reproduce it. And there’s even a check for
function_exists( 'list_files' )before that runs, which should prevent that from happening.Anyway it wouldn’t hurt to include files.php as well. We’ve updated that and just released v1.5.1 of the Pro plugin. Should show up shortly via automatic update.
Thanks!
Hey @normsash ,
Yeah, that’s expected.
By the way, since it sounds like you’re using the full version of WP Fusion, feel free to contact us in the future at https://wpfusion.com/contact/. That’s our priority support for customers with licenses.
When you use that URL method it’s treating the user as if they had just generically registered for WordPress. All of the WishList actions like applying tags are built into the WishList integration, and are triggered only when someone registers for a certain membership level.
What we have for many membership plugins (MemberPress, Woo Memberships, PMPro, etc) is a “Batch Operations” tool that lets you tag all users based on their current membership level, and sync other membership-specific data.
We don’t have an option like that for Wishlist yet, but if you put in a feature request at the link above we can get that built for you.
Jack