WAP Support
Forum Replies Created
-
Hi,
What are your PHP, WordPress and AGCA versions?
Thanks
Please check browser’s console for more info about the error.
You might also find some answers here:
http://agca.argonius.com/ag-custom-admin/ag_custom_admin/ag-custom-admin-js-errorForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Conflicting with other pluginsHi,
How do you mean it conflicts with AGCA? Do you get any errors or so?
AGCA is specialized for UI customization, so this feature is out of our scope.Thanks,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Too many errors – DeactivatedPlease check browser’s console for errors. Those errors are most likely caused by some other plugin. What errors do you see here?
I think that TML is not correctly including jQuery script. Please check the source of the login page when TML is activated and when it’s not, to find the differences between jQuery script inclusions.
Thanks,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] admin widgets show on one pageHi,
Have you posted this question to AWPCP support page already? If not please do that too. I will take a look at your problem probably in the next few days.
Thanks,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] welcome messageHi,
This feature is actually not in our plans. However, if you want, you could send us your requirements for it, and we can send you a quote for this, and when work is finished it can be added as a new feature to the plugin. This is the only way of adding specific new features to AGCA plugin.
Please send us a private email, if you are interested.
Thanks,
Argonius TeamForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Colorizer not coloringCan you check if you have any errors in browser’s console? Please try first with login page colors, and to test it from different browser, because it does not require user to be logged in. Thanks.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Sub menu itemsHi James,
This is not yet implemented, but you can add some custom CSS to fix this. If you go to AG Custom Admin -> Advanced tab -> Custom CSS, please add this code:
#menu-dashboard .wp-submenu.wp-submenu-wrap{ display:none; }Thanks for reporting this issue, we are looking forward to fix this in near future.
Thanks,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Admin Menu Bug..This is not caused by AG Custom Admin plugin, and it’s by design of NextGen plugin. You should contact NextGen plugin’s support for questions like these.
However I have a look at this plugin, and you can change access to Author if you go to Gallery -> Other Options -> Rolls & Capabilities
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] White screen of deathIf you open browser’s console, which error do you see?
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] blank login page for the wp-admin.Please check browser’s console. Which error do you see?
You can add your custom CSS to AGCA -> Advanced tab. It’s better than changing original CSS files, which could be overwritten after upgrading to new WordPress version.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Custom Sidebar LinkI think you’re using some third party plugin for user membership. I really cannot help you with that. Please contact the support of that plugin.
To add your custom code to AGCA plugin.php, you can write your custom function like this:
function linkToWPAdminSidebar(){ //code }and to call it from constructor like this:
add_action('admin_head', array(&$this,'linkToWPAdminSidebar'));Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Admin Menu Bug..I doubt that it conflicts with that plugin. It could be that some other plugin is altering plugin items as well. You might try to test how it behaves when other plugins are disabled. You can enable one plugin after another to see which one caused conflict.