Not a bug – shifted plugin icon
-
First of all, thank you for a good and clean plugin, not a “monster” like others.
It is not a bug, but it seems that a new version of plugin change something a bit and now plugin icon in left admin sidebar is shifted down for a 9px (tested in latest Chrome and Firefox). Screenshot https://prnt.sc/asqwwj
I did a research and found the reason: in previous versions admin-sidebar plugin-menu item has id – “toplevel_page_WpFastestCacheOptions” (with Capitalized characters) and now – “toplevel_page_wpfastestcacheoptions” (without Capitalized characters). But CSS seems to be Case Sensitivity in class and id https://stackoverflow.com/questions/12533926/are-class-names-in-css-selectors-case-sensitive.
To fix this you just need to change “toplevel_page_WpFastestCacheOptions” to lowercase in “plugins/wp-fastest-cache/css/style.css” (camelcase changes was made in new version of plugin in “wp-fastest-cache/inc/admin.php” on line 275)
- The topic ‘Not a bug – shifted plugin icon’ is closed to new replies.