WAP Support
Forum Replies Created
-
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] "On the Left" menu are still showingYou have a multisite feature enabled that is not completely supported with AGCA. However, if you want to hide that option add this CSS
#wp-admin-bar-my-sites{display:none;}Hi,
What are your WordPress and AGCA version? It should be compatible with BuddyPress but I’m not sure for that theme. Can you test it with different theme, i.e. default WordPress theme? Thanks!Thank you for the review. Could you please let us know what are the WordPress and AGCA versions that you have? Did you try hitting “Reset Settings” button on admin menu tab, before changing the names? Thanks!
Could you please check if this code is before or after jQuery inclusion in head? I would suggest you to compare head contents in working and non-working case, so we can see what’s different. Thanks!
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Conflict with Oxygen ThemeYou should change this in /wp-content/themes/oxygen/js/footer-scripts.js
but remmember that the next time you update the theme, these changes will be removed, so I would kindly suggest reporting this issue to theme developers in case that this fix work for you.Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] brokenCould you please let us know what exactly does not work? Thanks!
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Error Ocurred: JavaScript Error CaughtI would kindly suggest you to contact the support of the “liomagazine” theme, and tell them that their script throws an error. You could provide them these info:
Script:
http://khorasanwrestling.com/wp-content/themes/liomagazine/js/custom.js?ver=1.0Error on line: 2
TypeError: jQuery(…).hoverdir is not a functionThis the actuall line:
jQuery('#da-thumbs > li').hoverdir();Thanks,
ArgoniusForum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Conflict with Oxygen ThemeYou should report this issues to theme author. However you can fix it by yourself. Just replace the line
timeout: slider_settings.timeout,with
timeout: (typeof slider_settings === "undefined")? 10000 : slider_settings.timeout,Why would you want to do that? It’s in Tools menu by default. Thanks!
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Role BasedYou’re right. This is not supported. You can distinguish between admin and non-admin users in AGCA plugin only.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] Admin menu change not taking effectThis might be actually a bug. We will take a look. Thanks for reporting!
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] session_start WarningYour server probably has problems reading php sessions. If your site is hosted, you may want to contact your hosting provider. If you have full access to the server, please check this:
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] error occurredThe answer is in your browser’s console or in that message where you can find the actuall JavaScript error that was thrown. Please follow the steps from that link for more information.
Forum: Plugins
In reply to: [AGCA - Custom Dashboard & Login Page] TypeError: jQuery is not a functionjQuery script is not loaded in the login page. Please try disabling plugins one by one, because some of them is not inclunding jQuery script properly.
You can double check if it’s uninstalled if you go to wp-content/plugins folder. If it is, the only reasonable explanation is that it’s somehow cached. Try clearing browser’s cache and check if you have any other plugins used for caching.