WAP Support
Forum Replies Created
-
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Location Of Saved ChangesI think you might have a JavaScript error on your site, that could be the reason for this. I would try first to check your browser’s console for errors. If save button does not work at all, check console after you click on Save button.
All settings are stored in WordPress options “wp-admin/options.php” with prefix “agca_”, so you can change them there, but I would not recommend that at all.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] MultisiteProbably not in near future. However, plugin is multisite ready, but will not share the same settings on all sites. You can make your customizations on one site, export the settings, and import them on another site.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] AG Custom Admin JS ErrorI’m glad that you solved it. Of course, you’re more than welcome.
Thanks
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] AG Custom Admin JS ErrorHi,
Please check browser’s console for JavaScript errors, and post them back here.
Thanks
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Lost password login errorHi Bruce,
Update should work just fine, and you should not loose any settings. However, I always recommend exporting plugin setting AG Custom Admin -> Advanced -> Export, because you never know what could happen.
Thanks,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] WelcomeHappy blogging!
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Lost password login errorHi Bruce,
New version v1.2.7.8 is officially released. Please feel free to update your plugin to this version.
Thanks,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Lost password login errorHi Bruce,
Actually, can you please wait a bit? It looks like that there are some issues with admin menu in this new version, I would need to re-test it. If you have some test environment, you can test it there.
Thanks
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Lost password login errorThere’s a new version 1.2.7.7 available containing a possible fix for the issue you’ve found. Please try it out.
Thanks,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Lost password login errorHi Bruce,
I just tried it out on your site and I was able to reproduce it. I think it could be a bug, but I need to repro it first on my environment in order to fix it. Will let you know probably over the weekend.
Thanks,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Lost password login errorHi Bruce,
I’m glad that it worked for you!
Regarding the new error, can you please check browser’s console for more details about the error? There should be at least line number on which it failed. Or, if you have it publicaly available you could send me a link and I could take a look.Thanks,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] admin on mobile devices…Thanks a lot! I’m very glad that it worked! Hope that your customers will be satisfied. Please let me know if you need any additional help.
Best Regards,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] admin on mobile devices…Here is another solution that may work, but I don’t recommend it for long term use, because it may be overwritten by WP updates.
Go to wp-admin/admin-header.php and comment the line 75 like this
if ( !get_user_setting('unfold') ) //$admin_body_class .= ' auto-fold';This may work if you have tight schedule for your customers.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] admin on mobile devices…Are you sure you’ve added this last code to correct place?
I’ve just checked your site http://carguys365.com and couldn’t find this code there. Please go to AG Custom Admin -> Advanced tab -> Custom JavaScript and add it there. Be sure to add it to JavaScript box, not CSS. Thanks
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] admin on mobile devices…I might have a solution for you
Please open AGCA -> Advanced -> Custome Javascript and add this code
jQuery(document).ready(function(){jQuery("body").removeClass("auto-fold")})