WAP Support
Forum Replies Created
-
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Custom admin menuHi Daniela,
You can create your two custom buttons and then choose option to hide admin menu completely. This should do the trick.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Admin bar not showing on mobile viewThanks for the email. Basically this issue should be resolved with the new version, but I’m not really sure when it will be. So, here is a quick fix that should work for now.
Open plugin.php, and on the line 781 paste this:
if(!$this->isGuest()){ ?><style type="text/css"><?php echo get_option('agca_custom_css'); ?></style><?php }In the plugin, go to Advanced tab -> Custom CSS and paste this code:
#wp-admin-bar-logout,#wp-admin-bar-wp-logo{ display: block !important; } #wp-admin-bar-logout a{ padding: 0 8px !important; }The next time you make an update of the plugin, this issue should be fixed out of the box.
Thanks,
WAP SupportForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Admin bar not showing on mobile viewCould you please send us a screenshot? You may use our contact form http://wordpressadminpanel.com/contact/
ThanksForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Admin bar not showing on mobile viewDoes your admin bar completely disappear, or you can see it without customizations?
ThanksThis is premium plugin and we don’t usually do support for that. If you want you could contact us and send a temporary credentials of your site, and we could create a custom solution for you. Thanks.
http://wordpressadminpanel.com/contact/Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Remove "Profile" from Admin MenuIf you see it in AGCA -> Admin Menu tab, you can just check the option to hide it.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Site BarDo you have enabled two other options for site pages? It’s difficult to say this way, if you want maybe you could send us temporary credentials so we can have a look: http://wordpressadminpanel.com/contact/
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Site BarHi,
In case you have selected Exclude AGCA admin.. option, administrators should be able to see original admin bar (without customizations). You might need to check Capabilities options on General tab (on plugin settings page) and check what capability is set for your AGCA administrators. There are couple of other admin bar options that hide admin bar and toggle customizations on/off on front end, and you might need to check that as well.
Thanks,
WAP supportThanks for your comments. Unfortunately, this is not supported. We may consider to add this as a new feature in some of the next releases, but currently there’s no easy way to make it work the way you have described. AGLCAMI plugin works only for original admin menu items.
Thanks,
WAP supportForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Remove "Profile" from Admin MenuThis should be possible to do as well in admin menu manager. Please double check that in AGCA -> Admin Menu tab because admin menu manager is mirroring the real admin menu.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Wish there was a Multisite versionUnfortunately, this is not yet supported.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Back to blog link change brokenThis is known issue, we will try to fix it. Thanks!
It looks like your editor somehow has admin capabilities. Please try installing some plugin for advanced role management and check all role capabilities. Check which capability is used only by administrators, and you may pick that one. If you’re not sure edit_dashboard should work by default.
Best Regards,
WAP supportUnfortunately, that is not supported by the plugin. Thanks for the feedback.
Regards,
WAP supportThe plugin is not actually multi-site ready. You should activate it separately on each site that you’re using and apply separate configurations for each site.