I just installed Complianz (done it on many sites already) and somehow the banner text settings do not save. Tried multiple times and cleared caches on wp and browser. Color settings saved right but the texts stay default.
]]>I install & activate the plugin, but the settings are not visible or I cannot findout anywhere (wp-admin/profile.php ?)
https://ps.w.org/two-factor-provider-webauthn/assets/screenshot-1.png?rev=2667825
wp-admin/options-general.php?page=2fa-webauthn
is I can find out.
p.s. I translate this plugin into Japanese.
]]>This plugin is something that could fix some features I need on my site, but unfortunately this plugin breaks the “groups” settings from backend and comes up with a critical error.
When going to Dashboard > Groups > *GroupName*
The page is “frozen” and all messed up. Something in this plugin needs to be updated.
Would be amazing with an update to fix this.
Connections is functioning normally on site – just can’t get into manage data.
WP 6.7, Connections Version 10.4.66, Tile Plus Version 4.1
]]>My Jetpack settings page isn’t loading. It appears for an instant and then I get a blank area framed on the top and left by the dashboard menus.
Also, I’m getting an error when editing pages: ‘The “jetpack-publicize” plugin has encountered an error and cannot be rendered.’
I signed up to the stats plan about six weeks ago but am not able to access support. I’m wondering if this could be that my usual login for the site isn’t connected to the plan; and possibly the issues above are connected to this.
]]>I have a multisite installation with eight instances, with the first being the “main” website of an ecosystem.
I need to add the the wp super cache settings capability to the editor and administrator roles in every “child” site.
at the moment wp super cache settings are not visible, nor accessible to other roles than the superadministrator.
the issue is that the “main” site has some custom post types that I make accessible to the “children” websites. once a post i created, i need the editors and administrator to access the “Delete Cache On All Blogs” button inside the settings.
I tried this code with no success:
function custom_grant_cache_access() {
$admin_role = get_role('administrator');
if ($admin_role) {
$admin_role->add_cap('wp_cache_manage_options');
}
}
add_action('admin_init', 'custom_grant_cache_access');
function custom_cache_menu_access() {
if (current_user_can('administrator')) {
add_menu_page('WP Super Cache', 'WP Super Cache', 'wp_cache_manage_options', 'wp-cache', '', 'dashicons-admin-generic', 56);
}
}
add_action('network_admin_menu', 'custom_cache_menu_access');
is it possible in some way? or do you plan to update the plugin with this feature?
]]>Note, I am not a ‘developer.’ Doing any kind of actual management, so to speak, of this plugin is much beyond my skillset or my interesting in developing an extensive skillset.
I really just want to do my art and design work! Perhaps, however, there is a simple and direct solution that, if described to me, I could implement and make this problem disappear. Maybe someone has an idea about this!
I am using an updated wordpress version, everything is up to date. Maybe this issue is due to specific settings but I have no idea what to do with it. As far as I know, since this New site just was taking over for the prior site I”ve had for years, I think this plugin kind of came along with it but now it’s a problem.
Thanks!
]]>Could you kindly assist me in resolving this? If there’s a step I may have overlooked or if any specific configuration needs to be checked, please let me know.
Thank you for your assistance, and I look forward to your response.