WAP Support
Forum Replies Created
-
Oh I see it now. But that’s only while editing, if you save changed settings, should be fine. I will however put this in bug list. Not sure when new release will be ready, but certainly not before WP 3.4. Probably several weeks after that, might be sooner if something unexpected comes up with 3.4
Cheers,
ArgoniusHi,
That can be done. You could expect it in one of the next two new plugin versions. Thanks for suggestions.
I am not sure what is your question regarding admin menu Colorizer options. Can you send an image describing what’s the result and what is expected?
Argonius
Thanks Daniele. This fix will be included in next version.
Argonius
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] AG Custom Admin PluginAll right, you can put this quick fix in latest version of AG Custom Admin until new version comes out:
– open ag-custom-admin/plugin.php
– go to line 559
– paste this line:
#wpadminbar{display:none;}You might add this line there as well, just check if it looks better:
html {margin-top: 0;}Let me know if it works, or not. Problem with downgrading to earlier AGCA version could be with browser caching. Just clear cache and retry.
New version is in preparation, so you might not wait too long until is out. Let me know if you need additional help.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] AG Custom Admin PluginThanks for reporting. Should be fixed in next version.
It was just ‘quick fix’ for many people complaining about styles and asking to fix it or hide it. I didn’t have much time to work on that and some critical problem cames up, and this became out of focus. I’m sorry for those problems you are experiencing, if you can, just fix it for now, next version should definitely be fine.
Thank you all for your comments, this is all good for plugin improvement. Hope you would keep using AG Custom Admin and enjoy in future features.
Thanks,
ArgoniusYou’re right. In 1.2.5.4 version admin bar is hidden, because it does not have applied customizations like it’s case in admin pages. This is new feature that would be implemented, but for now it’s hidden because some users complained about this.
If you want to enable it anyway, then follow these steps:
Change:
function print_page() { ?><style type="text/css"> #wpadminbar{ display:none; } </style><?php }to
function print_page(){}on line 314 in ag-custom-admin/plugin.php
Argonius
That’s true. It’s not implemented yet, and is more like new feature than a bug. You could display admin top bar on site pages by changing
function print_page() { ?><style type="text/css"> #wpadminbar{ display:none; } </style><?php }to
function print_page(){}on line 314 in ag-custom-admin/plugin.php
Problem is that styles would not be applied on it and default WordPress top bar styles should be applied instead.
This would be implement in future releases.
Argonius
This problem is related to cached data. Just clear browser’s cache and try again.
I’m realy sorry for this. Caching problem made many headaches to me, but I finally found solution for this, and will include it in next release. Caching problem should be history.
I apologize for this, and problems you have been experiencing. Hope you would keep using AG Custom Admin in future.
Argonius
I am sorry for this mistake. You could fix it by removing line 26 from ag-custom-admin/plugin.php, or simply download new AGCA version 1.2.5.4 with patch for this issue.
Thanks.
I am sorry for this mistake. You could fix it by removing line 26 from ag-custom-admin/plugin.php, or simply download new AGCA version 1.2.5.4 with patch for this issue.
Thanks.
Try clearing browsers cache. If that wouldn’t solve the issue wait for a couple of days, new AGCA version is almost done, and this problem should be solved.
I think someone has already reported me that error, but I couldn’t reproduce it on my local machine in order to test it. The problem was exactly with dashboard page. I guess there is some special character that cause an error in background but I’m not sure wich one. Could you send me an example of your custom dasboard page content? Or you could test it by yourself, try to find smallest possible use case that doesn’t work and post it back. You could try also to check if there are some JavaScript errors in your browser (i.e. for FireFox go to tools->web developer->error console) and see if there is anything interesting.
uh.. you shouldn’t touch database directly, it might be something corrupted now. try to remove plugin completely, and look for options in wp_options table that starts with ‘agca_’ those are AG Custom Admin options and feel free to delete those if you find them after plugin deinstallation. Download fresh plugin copy 1.2.5.2 if you have latest WP version, or 1.2.5 for earlier WP versions, install it, clear cache and refresh page. This should work in 99% situations. If it’s not, disable all other plugins, and try again. If this doesn’t help than, only thing that comes up to my mind is that your WP installation is corrupted somehow.