danbrady
Forum Replies Created
-
Forum: Plugins
In reply to: [SlickQuiz] Score is wrong when using the ‘Next’ buttonThanks for your response, that’s useful to know that I’m not going mad or misunderstanding how the plugin should work!
The quizzes are here: http://orthopaedicstraining.com/viva/trauma/
You’ll need to create a free membership to see them, it only takes a minute and is totally free. Or I can set you up as a user, if you let me know where to send the details?
Many thanks
Dan
Forum: Plugins
In reply to: [Comment Blacklist Manager] Does Comment Blacklist Manager work on multisite?Apologies, I was mistaken, the blacklist options are only available on each microsite
Forum: Plugins
In reply to: [Comment Blacklist Manager] Does Comment Blacklist Manager work on multisite?There is a ‘local blacklist’ field which can be used in conjunction with the list pulled from GitHub. I wonder if using the local blacklist on the main network site, applies to to all network sites?
Forum: Plugins
In reply to: [Event Organiser] First Name and Last name on booking formApologies! Heading there now …
Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Button ads (grid of square ads)Excellent service, thank you! p.s. I am an Advanced Ads Pro customer, and will purchase a new licence for the new site if this is added
Forum: Plugins
In reply to: [Advanced Ads – Ad Manager & AdSense] Button ads (grid of square ads)Hi Thomas
Thanks for your reply. I assume you mean to link to the feature requests page here:
https://wpadvancedads.com/feature-requests/
However, I can’t see any reference to “grid”, “button ad” or “square”
Thanks
DanForum: Plugins
In reply to: [Cloudflare] Latest update broke sitephp 5.6
the offending cloudflare plugin was Version: 3.0.1I can’t see anything useful in the error log
I had the same issue, but it worked on the third or fourth attempt
Thank you, that worked. But I don’t understand why it was set to “button” when it previously worked.
I also tried deactivating all other plugins, problem remains
You can try it here:
Forum: Plugins
In reply to: [WooCommerce] Just updated to Version 2.5.2 and now can't login to admin areaWe have the same problem. The moment the that WooCommerce was updated, we got a white screen. Therefore we can’t run the WC update which creates the new sessions table.
So it appears we’re caught in limbo – to log in we need the sessions data in the new table, but we can’t log in to run the update that creates that table… this is if I understand correctly how the sessions are now handled in WooCommerce.
Me too, multiple tracking numbers per order would be a very useful feature
Forum: Plugins
In reply to: [WooCommerce Menu Extension] Error with "backend.inc.php"Thanks
We have the latest version, 1.3. But the code in backend.inc.php was still the old code. We’ve changed it manually.
When I switch on debug it has “Notice: Undefined variable: menu_item_url in /var/www/vhosts/ifm.org.uk/httpdocs/wp-content/plugins/woocommerce-menu-extension/include/backend.inc.php on line 79”
Different line and different code causing this error:
79 if ( isset($menu_item->object, $menu_item->url) && $menu_item->object == 'custom' && in_array($menu_item_url, $elems) ) 80 $menu_item->type_label = ( 'AI WooCommerce' );Forum: Plugins
In reply to: [CiviCRM Member Sync] Users won't syncIn an ideal world I’d have the time and resources to implement this
I think you already have implemented it, via your separate CiviCRM WordPress Profile Sync plugin 🙂
My issue was that I didn’t understand the process required for using these plugins. I thought member sync was a user sync. But in fact this member sync plugin only syncs memberships for pre-existing WP users.
Essentially, my understanding of how to implement this is:
The profile sync plugin can be enabled so that in CiviCRM, contacts can be selected and and action run to create WP users. More info here.
The above creates the WP users, but only using the default WP user role.
The member sync plugin can then be used (eg via manual sync) to add the required roles or user capabilities (depending on the method selected in the plugin).
I now have this working fine. All contacts in CiviCRM now have corresponding synced WP users, each with a custom user role (I used the Members plugin to create these custom roles).
Thanks for your help on here and on email. Great plugins 🙂
Forum: Plugins
In reply to: [CiviCRM Profile Sync] Bulk create WP users from CiviCRMChristian (plugin author) responded via email, and this worked:
Select some contacts and use the “Actions” dropdown to “Create WordPress Users from Contacts”.