WAP Support
Forum Replies Created
-
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Save button doesn't workPlease take a look in the browser’s console. It is very possible that an error is logged there for some reason. Please post it back here. Thanks.
This will be fixed in the next version. Similar, but different approach was used, admin bar is visible only for users that are logged in, and is hidden for guests. If you want to test this, please download development version (http://downloads.wordpress.org/plugin/ag-custom-admin.zip).
Thanks,
ArgoniusThis is something. WordPress is not able to read it’s WP_ADMIN constant, for some reason. Please check if you match, at least minimal requirements for WordPress:
http://wordpress.org/about/requirements/
WP_ADMIN is stored in wp-config.php file, I think. This file might be corrupted for some reason (bad FTP transfer, or if it’s opened by some text editor like Word or similar). Please try to re-create this file.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Losing "Posts" in admin menuThere is a fix for the custom content types in development version. Please try it out. Here is the link:
http://downloads.wordpress.org/plugin/ag-custom-admin.zip
Please let me know if it works or not. Thanks!
Please open the browser’s console to see if any errors are logged there. This is most likely the source of your problem. Please post them back to see what is all about.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] js code into head tagYou don’t have to delete plugin if you can’t access the login page, just disable JavaScript in your browser.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Losing "Posts" in admin menuThanks for the rich description. Will try it out and let you know.
Regards,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] js code into head tagPlease clear browser’s cache first. After that please open browser’s console and try to save settings. You might find some JavaScript errors there.
Actually, that option is called like this:
“Remove admin bar customizations on site pages”Add this:
#wp-admin-bar-wpseo-menu{display:none;}To AGCA -> Advanced -> custom CSS
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Remove dashboard heading text?Adding space character?
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] js code into head tagIf you are talking about site pages, please check this option “hide script on front end”
It is required to have this code in page head, because that is the way how it works. Regarding the Log Out button, please check if there are any errors in browser’s console. It could be a conflict with another plugin. Please check the link of the Log Out button.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Losing "Posts" in admin menuI couldn’t reproduce this issue at all. Can you please send me the steps for reproducing starting from scratch, installing a new blog, adding which plugins and versions, and testing from which browser. Thanks!
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] New Feature???You’re welcome. Adding custom background images on login page is not supported. You can add a custom logo image only.
Cheers
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] New Feature???It is. Simply add this:
#wp-admin-bar-site-name{display:none}to AGCA -> Advanced tab -> Custom CSS
This option might be added in next version.