MWM
Forum Replies Created
-
@jarnovos Thanks a lot, I could resolve the issue following the steps you linked.
@1baeri did you find a solution? I’m having the same error and it’s preventing me to edit my Oxygen templates.
Here’s the error message in the console.
I love Complianz but can’t keep it if it doen’t do well together with Oxygen.
- This reply was modified 1 year, 11 months ago by MWM.
Forum: Plugins
In reply to: [Event Organiser] Fatal error with PHP 8Here’s how to fix the error:
Edit
events-organiser/includes/event-organiser-register.php
and look for this bloc of code (around line 626) :$message = sprintf( '<h4>' . esc_html__( 'Enter a Google Maps API key', 'eventorganiser' ) . '</h4>' . sprintf( '<p>' . esc_html__( 'Google Maps now requires you register for an API key. If you wish to use maps on your site, %splease enter your key%s.', 'eventorganiser' ) . '</p>', sprintf( '<a href="%s">', esc_url ( admin_url( 'options-general.php?page=event-settings' ).'#google_api_key' ) ), '</a>' ) )
Replace :
%splease enter your key%s
with :
%s please enter your key %s
Would be nice if the plugin author included this change in the next release.
Forum: Plugins
In reply to: [Event Organiser] Fatal error with PHP 8Hi,
Event Organiser still fails with PHP 8 and the latest 3.12.2 update. I get the same error as above. Can you look into that ?
Thank you for your help,
MikeHmm that is strange, it absolutely works with post types though, I just tried this morning.
So say I would like to migrate my taxonomies (declared manually in functions.php) to CPT UI, how would I do that ?
Forum: Fixing WordPress
In reply to: Password Protected Pages Not WorkingSame problem here, I removed the caching extension and tried the .htaccess expire rules that somebody posted here but the problem persists.
Forum: Plugins
In reply to: [Auto-hyperlink URLs] How to make auto-link work with custom fields?I’m having the same issue, I’m trying to auto-link email addresses inside a wysiwyg custom field created with Advanced Custom Fields. It seems this is not currently supported.
Indeed it imports all WP users by default, why is that ?
I have a website with tens of thousands of users of different types of roles. I want to use MailPoet to send newsletters only to a fraction of those users with a specific role.
Is that possible ?
Thanks
Forum: Plugins
In reply to: [WP Fastest Cache] Password protected pages don’t work anymore with WPFCSorry, it does seem to work now. I don’t know what happened.
I’m having the same issue. WP 4.3 and Members 1.0.2.
Trying to find which plugin might cause a conflict.
It worked for me now too, deactivate – update – reactivate.
Same here, my folder is already named “types”
Deactivating and then updating did not work for me, I’m getting the same error : “Update Failed ? Types cannot update because your site’s registration is not valid. Please register Toolset again for this site first.”
WP 4.2.1
Types 1.6.6.2Forum: Plugins
In reply to: [WP-Members Membership Plugin] WP-Members 2.9.9.1 update patch for 2.9.9Thanks for all the clarification about emails in WP, but I’m still not able to have admin moderation of new user subscriptions work.
When a new user subscribes to my website, I expect :
– Admin receives notification email defined in WP-Members “Emails” tab
– User receives notification email defined in WP-Members “Emails” tabWhat happens instead :
– Admin receives usual WordPress notification email “A new user has subscribed to your website + login + email.
– User receives usual WordPress notification email “Your login and password + login + pass”So in my case at least, wp_mail() works, and WP-Members subscription validation by admin doesn’t.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] not getting member email notificationsSame case as you mbamba1, email notification and user registration validation doesn’t work. WP 4.2 and WP-Members 2.9.9.1
It is not an email issue in my case, when a user subscribes the default WordPress emails are sent and received normally.