WAP Support
Forum Replies Created
-
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Installed plugins menu goneNot sure what’s happening there. Try disabling AGCA and see if the issue is resolved. Try also disabling admin menu in AGCA.
If you want to uninstall any WordPress plugin, you can just delete it from wp-content/plugins folder
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Center align logo on login pageYou’re welcome. Please mark it as resolved, if that hotfix works for you. Thanks!
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Center align logo on login pageThanks. I would need to test this a bit more in order to apply this fix to the latest version, but the next version will have it. Hot fix for you is to go to AGCA -> Advanced -> Custom CSS and to add this line there:
#login h1 a{margin:auto;}Best Regards,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Center align logo on login pageI couldn’t find anything unusual with these versions. Could you please send me the link of your login page, so I can investigate what could be the problem?
Thanks
Please make sure that “Remove admin bar on site pages” option is selected.
If you still have problems, please contact me directly via email and send me the source of your page for debugging.Thanks
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Center align logo on login pageCan you give some more info about WordPress version, AGCA version and browser type and version? Thanks.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Reduce bandwidth with this plugin?That’s not its primary purpose. You can’t get any significant bandwidth improvement with this plugin.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] JS Error with another plug-inThanks! I would add check for undefined value in that file like this:
if(rgb == ‘1’){
return;
}else if(typeof rgb !== ‘undefined’){
//the same code from this block
}Hope that this will fix it!
BR,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] TypeError: $ is not a functionSome of your plugins/theme probably does not use jQuery correctly. Please open the source of the loaded page and find that line. Would be nice if you can take a screenshot. If not, I would try disabling plugins one by one until the problem is solved. When that happens, the last disabled plugin caused that issue.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Dashboard MessageThe fix for this issue is applied in AGCA 1.3.7 version. Please update your plugin.
Thanks! New version 1.3.6 containing this patch is officially released.
Best Regards,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] menu items not appearingPlease use Reset Settings button. Leave admin menu customization as a last step in your admin panel customization.
Some of your plugins is probably disabling jQuery script on login pages. You can find it by disabling them one-by-one until the issue is solved.
“Hide Admin Menu completely” can be used to hide all default menu items. It may look like a problem, but actually it can be very useful when user wants to hide all default menu items and to show only new custom buttons that can be added in AGCA menu editor.
There are only two types of users in AGCA, administrators and non-administrators. You define administrators by picking some capability. So, it’s all by capability that you choose. Probably you could choose more unique capability that only some admins could have. Unfortunately, there is no easy solution/fix for multi-role support. For now choosing a capability is the only way.
Thanks,
Argonius