Compatibility with this plugin is improved in the latest AGCA version. Please update it and see if it works. Thanks!
Hi @argonius
login page now run well
you are a big boss 😉
But now, there is 2 ERRORS.
ERROR 1
Error with “WORDPRESS LOGO” (W) located in the admin bar, in the left zone.
I have selected “admin bar logo” in order don’t show “WORDPRESS LOGO” (W). But there is the following error:
a) when user is log in, “WORDPRESS LOGO” (W) is NOT shown, so it is correct.
b) when user is log out, “WORDPRESS LOGO” (W) is shown, so it is NOT correct.
In your web, do all run well? Or is it a no compatibility with other pluguin of my web?
ERROR 2
It is not an error… but it is a no perfect function… Following I explain that.
I have selected in “Admin Bar Setting” all the elements in the left side, in order don’t show them.
AG CUSTOM ADMIN runs well, all the elements are not showed (eccept the error 1…). But when I update the pages, all the elements in the left side are showed during 1 second, and after they are not showed. I thought it was due response time of my server (or due to other factors), but I was wrong. Following I explain you the reason.
I have tested other plugin (REMOVE DASHBOARD ACCESS). It remove dashboard acces and it also remove elements in the left side (just like AG CUSTOM ADMIN). But with “REMOVE DASHBOARD ACCESS”, when I update pages, it don’t show the elements in the left side durin 1 second. So it run well, and I have concluded that the problem is not my server. So my question is: do you know why AG CUSTOM ADMIN show elements during the first second when page is updated, and others plugins (like REMOVE DASHBOARD ACCESS) don’t generate this problem? Can you resolve that? Or there is no solution to this problem?
I hope your reply about ERROR 1 and ERROR 2.
Thanks very very very much for your support.
Hi,
Thanks for your comments, here are the answers:
1. Admin bar should not be publically available. How did you manage to show admin bar for non-authenticated users, please check if your site is configured correctly?
2. It may be an issue on your site or in the compatibility with other plugins, not sure. If you want more secure solution, you can upgrade to Cusmin, the premium version of this plugin.
Thanks,
WAP support
Hi argonius,
1. When I speak about “Admin Bar”, I speak about the “black horitzonatal bar” located in up side.
In the left zone, admin bar shows LOG IN and LOG OUT botton, and wordpress logo. I have setted AG CUSTOM ADMIN in order to don`t show WORDPRESS LOGO (in admin bar, left zone). With the previous versions of AG CUSTOM ADMIN, wordpress logo was not showed (all ran well). But after your changes in the last version, wordpress logo is showed when user (visitors) are log out (so, this is an error…), and after “log in” wordpress logo is not showed (so, in this case it runs well).
Following a print of my web, when user is LOG OUT.
http://subefotos.com/ver/?b41e917a7bbce2275db2d7e451acb794o.jpg#codigos
2. I had a look in Cusmin. I need to study with more detail features and to think how I can use it.
I hope your answer about question 1.
Thanks for your support.
Hi,
Thanks for the update. Please do the following:
– open ag-custom-admin/plugin.php
– go to line 922, you will see this:
if(get_option('agca_admin_bar_frontend')!=true && is_user_logged_in()){
Replace it with this line:
if(get_option('agca_admin_bar_frontend')!=true){
Please let us know if this solves your problem.
Thanks,
WAP support
-
This reply was modified 9 years, 8 months ago by
WAP Support.
Marked as resolved, since there’s no additional response from user.
Hi @argonius
sorry for no reply to your post. I forgotten…
Your solution run very well.
I am sure you will add this litlle change in your next update.
Is its so?
Thanks very much for your support.
Good work.