CSS interfering with other plugins
-
Hey, I’ve noticed no matter what page you are on your plugin is always loading Its CSS. Because of this, I have found your classes interfering with other plugins most annoyingly the class ‘.group’ which is a very common class and has messed up multiple things on my WordPress. this has only come up in the most recent updates. Please can you update it to:
.wpanalytify .group {
position: relative;
min-height: 500px;
}
(or something similar)I can only see it being used on your settings page but saying that I’ve not spent loads of time going through your code.
Can you also possibly consider checking the page URL before calling your style sheets. So your only loading your styles on your own plugin pages and they don’t mess around with other plugins.
The page I need help with: [log in to see the link]
The topic ‘CSS interfering with other plugins’ is closed to new replies.