davemac
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Editor] Logic bug in Classic Editor 1.0Thanks Andrew, the dev version and now version 1.2 have much saner (for developers) defaults. I really appreciate you listening on this one.
Forum: Plugins
In reply to: [Classic Editor] Classic Editor plugin encourages using Block Editor – why?@deni maybe add your comment to this existing thread please:
https://www.ads-software.com/support/topic/logic-bug-in-classic-editor-1-0/
Forum: Plugins
In reply to: [Classic Editor] Logic bug in Classic Editor 1.0I have to voice my opinion here sorry, but this is a nightmare for developers who manage multiple sites. I now have to go into each site and either upload code to modify the filter or manually disable it.
I switched off Gutenberg because I don’t want my clients using it yet. Now, my choice has been ignored.
At the very least can you consider setting “Allow users to switch editors” to “No” by default?
Forum: Plugins
In reply to: [Classic Editor] Logic bug in Classic Editor 1.0Agree, this is crazy that it now allows users to switch to Gutenberg, even though previously we had the explicitly set to not allow it.
Forum: Plugins
In reply to: [Classic Editor] Running this on production sitesYes I’m a little concerned by the warning on the Github page too.
Is this warning still applicable, now that WP 4.9.8 is out? There now seems to be no option but to use this on production sites if we don’t want the Gutenberg callouts and editor.
Forum: Plugins
In reply to: [Co-Authors Plus] Only administrators can create guest authors?You can add coauthors capabilities to the editor role:
// allow editors to manage co-authors plus plugin, create guest authors function dmc_modify_editor_role() { $role = get_role( 'editor' ); $role->add_cap( 'coauthors_guest_author_manage_cap' ); } add_action( 'admin_init', 'dmc_modify_editor_role' );
- This reply was modified 6 years, 11 months ago by davemac.
Forum: Plugins
In reply to: [Gravity Slider Fields] Javascript issue causing Gravity Form to not displayThanks @uamv, much appreciated. I dropped back to version 0.8 and the issue disappeared. So currently, on the URL I gave we are running 0.8.
Let me know if I can do anything to help.
Forum: Plugins
In reply to: [Gravity Slider Fields] Javascript issue causing Gravity Form to not displayHi there,
Wondering if anyone else is having issues with latest Gravity Forms 2.2.5.18 and this plugin, or has any light on this issue?
Forum: Plugins
In reply to: [Gravity Slider Fields] Javascript issue causing Gravity Form to not displayI did submit the issue to Gravity Forms first, but after testing further it seems that gravity-slider-fields is causing the issue
Forum: Plugins
In reply to: [Multisite Post Duplicator] Multiple PHP warningsThank you, really appreciate the quick turn around.
Will test and let you know.
Forum: Plugins
In reply to: [WordPress Importer] Deprecated code in WordPress ImporterWith 0.6.3 I am also getting another deprecation notice:
PHP Notice: wp_get_http is <strong>deprecated</strong> since version 4.4.0! Use WP_Http instead
It’s being used in wordpress-importer.php line 991:
$headers = wp_get_http( $url, $upload['file'] );
Forum: Plugins
In reply to: [Multisite Post Duplicator] Transfer images in Advanced Custom FieldsSame issue, the featured image works fine but any ACF image fields are not brought across.
With the ACF image field, I am using an image array as the return field and setting max and min restrictions on the width.
My post is a custom post type and I am using ACF Pro 5.3.9.1
Thanks for that.
How can I contact you via email? Also, the donate to this plugin link is broken, too.
Forum: Reviews
In reply to: [Price Based on Country for WooCommerce] Light and Perfect!+1 for Country Code
Forum: Plugins
In reply to: [ACF: TablePress] PHP Notice since TablePress 1.6.1Thank you – all good and appreciate the quick response