marcusjwilson
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Email Test] functions.php loaded twiceThanks so much for getting on to that so quickly.
Whatever you’ve changed seems to have done the trick.
Best wishes
MarcusYes – latest update seems to throw JS error for me too and causing problems with other site functionality now.
Console error is:
VM471:1 Uncaught SyntaxError: Unexpected token o in JSON at position 1 at JSON.parse (<anonymous>) at Object.set (cookie-law-info.min.js?ver=1.8.9:13) at HTMLDocument.<anonymous> (cookie-law-info.min.js?ver=1.8.9:168) at i (jquery.js?ver=1.12.4-wp:1) at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4-wp:1) at Function.ready (jquery.js?ver=1.12.4-wp:1) at HTMLDocument.J (jquery.js?ver=1.12.4-wp:1) set @ cookie-law-info.min.js?ver=1.8.9:13 (anonymous) @ cookie-law-info.min.js?ver=1.8.9:168 i @ jquery.js?ver=1.12.4-wp:1 fireWith @ jquery.js?ver=1.12.4-wp:1 ready @ jquery.js?ver=1.12.4-wp:1 J @ jquery.js?ver=1.12.4-wp:1
Forum: Plugins
In reply to: [wpForo Forum] this is out of wpforo forum environmentYes – this broke our Forum too, which previously worked under a sub-page.
I think many site owners may want to add the Forum under a sub-page – in a Members’ area of a website for instance – so it would be much appreciated if this featured could be supported again.
Thanks
Marcus@shinerweb @yehudah Actually, we are sending emails via “Send in Blue” SMTP service, and we have Post SMTP Mailer/Email Log plugin configured to use “PostSMTP”, and we still see this issue of the WordPress Password Reset link being removed in the emails that go out. Confirm on multiple sites.
Can you advise?
Thanks
MarcusThis appears to still be a problem in Post SMTP. Any plans to resolve this? It must be impacting a lot of users of the plugin – maybe without them realising.
Forum: Plugins
In reply to: [Yoast SEO] CiviCRM plugin issue with Yoast SEOMany thanks @amboutwe
I can confirm that this issue relates to the CiviCRM Admin Utilities plugin, which creates SEO friendly page titles and URL rewrites for CiviCRM rendered pages in WordPress.
The issue of CiviCRM Page Title rewrite rules being overwritten by Yoast SEO has now been addressed by the developer of the CiviCRM Admin Utilities plugin (see Pull Request at https://github.com/civicrm/civicrm-wordpress/pull/174) and so this should be resolved in the next release of the plugin.
Having reviewed the Sensei plugin code, I can confirm that Lessons that are Privately Published are not taken into account when marking Courses as “Completed”.
This relates to the code in:
wp-content/plugins/woothemes-sensei/includes/class-sensei-utils.php:1584$lesson_ids = Sensei()->course->course_lessons( $course_id, 'publish', 'ids' );
When the plugin starts to count completed Lessons it looks only for Published ones. However, it seems to me that Lessons or Courses should be able to be published Privately, and still be marked as “Completed” by Sensei.
Is this something you would consider changing in a future version, so Course Lessons with both
publish
andprivate
status are considered here?Thanks
MarcusThanks for the speedy assistance on this @markzahra – it’s much appreciated.
Thanks – Sent details using the contact form now. I can confirm that this problem occurs with a clean install of WordPress with just CiviCRM and WP RSS Aggregator activated.
Many thanks!
For info, here’s the code that worked for me to trigger Notifications for WP users created by the CiviCRM Member Profile sync plugin:
add_action( 'civi_wp_member_sync_after_insert_user', 'cp_trigger_user_notification', 10, 2 ); function cp_trigger_user_notification( $civi_contact, $user_id ) { wp_new_user_notification( $user_id, null, 'both' ); }
Forum: Plugins
In reply to: [CiviCRM Member Sync] WP Email notification: Email/PasswordDoh! You’re absolutely right, of course.
Thanks so much, Christian – that appears to be working to trigger the correct email notifications now.
m
Forum: Plugins
In reply to: [CiviCRM Member Sync] WP Email notification: Email/PasswordHmm… Failed. My proposed code above resulted in no emails at all being triggered on CiviCRM Member sync creation of the WP user.
Thanks!
I seem to be able to hook in to the CiviCRM Profile Sync plugin WP user creation action, and there’s a proposed solution here:
https://github.com/christianwach/civicrm-wp-member-sync/issues/18Can you advise if the code provided there will trigger both the New User email AND the Post-Registration email in BNFW?
Many thanks for this:
The plugin uses two methods to create users in WP –
wp_create_user
andwp_insert_user
– depending on the situation.Should these functions trigger the username/password email to be sent to the user? If not, could we call a further function such as
wp_new_user_notification
– would that trigger the Notification in BNFW?Thanks for your help and patience!
Forum: Reviews
In reply to: [Gutenberg] xThat’s a shame – as an agency we find it a game changer and super intuitive for our users.