WAP Support
Forum Replies Created
-
User levels are deprecated. We will remove them from options in the next version. Please refer to this document:
https://codex.wordpress.org/Roles_and_Capabilities
Thanks
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Multisite – compatibility?Hi,
Can you please give us some more information about the parent site load? It’s not multisite compatible in a way to install it and configure it in one place and use on all site, but you can install it on parent site and have separate configurations on child sites. We recommend to leave admin menu configuration as a last step in admin panel customizations, since adding/removing plugins after that could have negative impact on the customized menu. If that happens please use Reset Settings button on admin menu tab.
Thanks,
WAP SupportForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] WordPress Update Available MessageHi Helen,
There’s an option “Hide WordPress update notification bar” on the first page, “Admin Bar” section. Thank you.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] adding a new plugin & updatesHi,
Thanks for the comments and questions. Hope these answers will address your questions:
1) Yes, that’s recommended way, at least for admin menu.
2) Adding/removing other plugins can affect admin menu, and you could see some issues there. If that happens, the only way to fix it is with “Reset Settings” button that clears admin menu configuration. Unfortunately, this is how it work now, until we find some better solution.
3) That’s recommended, but in 90% you should be fine if you update the plugin after WordPress. If you notice any issues in plugin after WordPress installation, you can update the plugin later and everything will be fine.
Unfortunatelly this is how it works now. We are trying to find better solution in future. Thanks!
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Menu and Sub-Menu Are BrokenPlease use ‘Reset Settings’ button on Admin Menu page to reset menu configuration to defaults. Remember that you should postpone admin menu configuration to the very end of admin page customization, because, any changes made from other plugins to admin menu (e.g adding new button of plugin that is activated, or removing that button when plugin is deactivated) could corrupt admin menu configuration. This is current implementation, and we’re working out to find better solution in future.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Change Log out URLHi,
That’s not currently supported but you can try this hot fix:
Open the file ag-custom-admin/plugin.php and find the line
jQuery("#wpbody-content").prepend('<a href="../wp-login.php?action=logout" tabindex="10" style="float:right;margin-right:20px" class="ab-item agca_logout_button"><?php echo $agca_logout_text; ?></a>');Replace it with this:
jQuery("#wpbody-content").prepend('<a href="<?php echo wp_logout_url(); ?>" tabindex="10" style="float:right;margin-right:20px" class="ab-item agca_logout_button"><?php echo $agca_logout_text; ?></a>');Please let us know if this solution works or not. If it worked, we will add it as a patch to the next version.
Thanks
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] menu items not displayingCould you please export your current AGCA settings and send it to us? http://wordpressadminpanel.com/agca-support/contact/
After that please disable the plugin and take a screenshot of your admin menu without customizations. We would need to see this image as well.
Thanks
There’s an option on admin bar settings page where you can disable this. Many users actually want to see this behavior, so it’s set by default. Thanks!
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Customize User Profile?Customizations can be applied only globally for all site users. The options you’ve mentioned are not available.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Settings don't savePlease check browser’s console for possible JavaScript errors. If you find any, please post it back here. Thanks!
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Admin Footer brokenCan you please check browser’s console for possible errors? Do you use simple text or HTML as footer content? If you use HTML, please check if it’s formatted correctly or post it here.
Thanks!
Hi,
Probably deactivation wasn’t completed correctly, for some reason. Please try repeting the same process once again, or deleting these settings directly from database.
Thanks
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Update brokenThat’s pretty odd. Updater should delete the files, but aftert that it should download new files to the folder. I presume there was some kind of error happened in the backround. Please check if error logs have any useful information.
Thanks
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] remove "admin themes" from top barHi,
There is an option in the latest version
admin bar -> remove agca themes from admin barPlease update the plugin to the latest and this option should be available for you. Thanks!