UI and Functionality Issues in the WordPress Dashboard
-
UI and Functionality Issues in the WordPress Dashboard
- WP Footer Issue:
- Problem: The WordPress footer isn’t appearing at the bottom of the page as expected, which affects the overall site layout.
- Proposed Solution: Please add an overriding code to ensure it appears consistently at the bottom.
- Faded Sidebar Icons:
- Problem: The sidebar icons appear faded and unclear due to low default contrast.
- Temporary Fix (CSS):CSS
ul.frame-adminify-admin-menu li.frame-adminify-menu-item>a .frame-adminify-menu-item-wrap .frame-adminify-menu-image>img { filter: contrast(1)!important; } - Request: Please apply this change permanently to the interface to prevent the issue from recurring.
- Faded Active Menu Text & Numbers:
- Problem: The text color for the active menu item is faded and unclear. Additionally, the numbers next to the menu text (e.g., number of plugins or updates) are not visible or easy to read.
- Temporary Fix (CSS):CSS
ul.frame-adminify-admin-menu li.frame-adminify-menu-item.frame-adminify--menu-active>a .frame-adminify-menu-item-wrap .frame-adminify-menu-item-name span:last-child { color: #0f5e8b!important; } - Request: Please ensure that the text and numbers for the active menu item are clear and distinct. The provided code can be used as a solution. It would also be helpful if the numbers could be handled as a separate element to ensure they are more prominent.
- Plugin Incompatibility with WooCommerce:
- Problem: The plugin is not functioning correctly with most WooCommerce extensions. This is causing significant issues with e-commerce features on the site.
- Non-functional Popup Menus:
- Problem: All popup menus on the site are not working. This is preventing users from accessing key features and options.
Thank you for your assistance.
- WP Footer Issue:
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.