laurencebahiirwa
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple HTML Rich Text for Block Editor] non-breaking space ?Thank you for asking. I haven’t come across a use case for this. Which tag do you run this?
Thank you for the positive feedback.
Hello @bukizvanipera, this plugin supports is updated from WP 4.9.0 as a minimum. Unfortunately, it doesn’t support your version WP.
I suggest that you upgrade your WP version to at least 3.7 or later. Security updates are not going back to 3.5 and you could be at risk of major hacks since the vulnerabilities are now known.
Apologies for the error in upload off the update. This has been fixed.
Apologies for the error in upload off the update. This has been fixed.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Events CP not registeringI found the error. I was trying to register the matches CPT with wp-graphql plugin
`
add_action( ‘init’, function() {
register_post_type( ‘sp_event’, [
‘show_in_graphql’ => true,
‘graphql_single_name’ => ‘match’,
‘graphql_plural_name’ => ‘matches’,
] );
} );
`
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Events CP not registeringI have done so (deactivated and deleted then install) and no change. I might have to redo the whole site again.
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Is sportspress Gutenberg ready?Thanks for the response. I realized you have the custom post types rest_api active. I don’t know the issue from there. But can wait when you do get it up.
Cheers!
Can’t be deleted but will wait for upcoming changes.
Forum: Plugins
In reply to: [Upgrade for Unattach and Re-attach Media Attachments] plugins menu bugThis has been fixed in Version 1.1.0. Check it out and let me know.