Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Total Upkeep Disables Buttons in AIOSEO admin pages #598

Closed
W3ap0n-X opened this issue Sep 19, 2024 · 0 comments
Closed

Total Upkeep Disables Buttons in AIOSEO admin pages #598

W3ap0n-X opened this issue Sep 19, 2024 · 0 comments

Comments

@W3ap0n-X
Copy link
Contributor

Describe the bug
A customer with AIOSEO and Total Upkeep installed reported that they are unable to interact with buttons on one of the AIOSEO pages in the admin dashboard.

To Reproduce
Steps to reproduce the behavior:

  1. Install and activate Total Upkeep && AIOSEO
  2. In wp-admin menu under All in One SEO Select SEO Analysis
  3. Click the link to register site with AIOSEO and register the site.
  4. Expand the dropdowns in the SEO Checklist to find the buttons clicking on them with Total upkeep active has no affect

Expected behavior
Total Upkeep should not conflict with another plugin's admin pages.

Screenshots
Customer included a screencapture of the issue
https://a.supportally.com/v/zRXCOc

Additional context
After investigating further it appears that there is a css rule used in the admin side of total upkeep that disables links, removing this rule in the dev console makes the buttons work again.

/* Prevent clicks on disabled links. */
a[disabled] {
pointer-events: none;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants