WAP Support
Forum Replies Created
-
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] admin on mobile devices…OK, I have it now.
What it your WP version? It looks like this is not the later one, because it has some different HTML.You might try to updated it to the later one (AGCA is supported up to 3.6.1), or to disable image until I found the solution. So, please let me know what is your WP version so I can test. Thanks.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] admin on mobile devices…Sorry, I didn’t get the image, can you re-send? Thanks.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] admin on mobile devices…Sure. You can send it to info[@]argonius[dot]com
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] admin on mobile devices…Hi,
Can you send me a screenshot? I’m not quite sure if we are talking about the same issue!
Thanks!
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] admin on mobile devices…Hi,
Yes, I can see the problem. It happens only in case when admin menu is folded and you have defined custom admin menu image.
To fix it, please go to AG Custom Admin -> Advanced tab -> Custom CSS and add this code:
.wp-admin.folded #sidebar_adminmenu_logo{ display:none; }If it works, we can add this fix in the next release, so you shouldn’t worry about adding this code again.
Thanks.Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Can't Login with New Plugin UpdateThank you, I’m glad that it works now. Hope you’ll enjoy our future releases as well!
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Can't Login with New Plugin UpdateYeah, that’s pretty old. Please just try to change 1.4.3 number to 1.8 or later, that might work actually. (check URL in browser for verification)
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Can't Login with New Plugin UpdatePlease open IE, pres F12, and go to script -> console and type “alert($.fn.jquery)”. This should show you jQuery version. Yeah, it could be that your theme is using older version. Please go to your theme folder and probably there is header.php or something, and search for jquery version there.
Thanks
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Can't Login with New Plugin UpdateIt looks like that you have pretty outdated version of jQuery. I think you should have at least 1.7.3. Please try to find your version like this
alert($.fn.jquery)What is your WordPress version, is it older one too? If so, I would suggest you to keep using AGCA 1.2.7.4 version instead, or to update your WordPress.
If you’re already using later version of WordPress, it could be that some of your plugins or theme is including this older version of jQuery. In that case, please disable them all and enable one by one to see when it fails. If you’re unable to access login page, please disable JavaScript in your browser, and you can login and disable plugins.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] jQuery issueHi Werther,
Do you have steps to repro this issue? Can you catch this error in console to see more info about it?
Thanks
Hi,
1. Please try with these two options:
“Remove admin bar customizations on site pages”
“Remove admin bar on site pages”2. For this one, please choose “Never show this message again” on the bottom of the error message, and this message will not appear anymore, or find the line “window.setTimeout(AGCAErrorPage, 15000)” in plugin.php and remove it or change the timeout (15 seconds).
Thanks
Thanks Jafet, I’m glad that your problem has been solved.
Best Regards,
ArgoniusHi,
I wasn’t able to reproduce your error on my environment. You might try these solutions:
on line 533 in plugin.php replace
$array.="[".$parts[0].", ".$parts[1]."]"; $first=false;with
if(isset($parts[0])&& isset($parts[1])){ $array.="[".$parts[0].", ".$parts[1]."]"; $first=false; }and replace also line 136 withthis one
if(in_array($GLOBALS['pagenow'], array('wp-login.php', 'wp-register.php')) || is_admin()){Please let me know what happens after that
Thanks,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] jQuery issueHi Werther,
Thanks for the suggestion, I will fix that in the next version.
I think there could be some kind of conflict with those plugins. Please enable only AG Custom Admin, and when it’s enabled please disable Colorizer and admin menu customizations (use also Reset button to reset admin menu customizations). After that, re-enable other plugins to see if it works.
If it works after that, then please enable Colorizer and re-try. If it fails, then there is some conflict with Colorizer options, if it still works, then try re-enabling admin menu customizations. I assume that it would fail after that.
If it does not work even after disabling Colorizer and admin menu customizations, then I guess it could be something with specific versions which you’re using, or even something else.