New or Random CSS conflicts with theme
-
Developers need to realize that an update and a complete overall scraping are two different things. I won’t get into another plugin that did a drastic change some months ago and caused a flood of issues since it is a popular plugin.
On topic. Aside from having to change all the download links, which should take about a day of unpaid work, there’s a CSS file in the plugin that has somehow overriding the style.css of the theme I’m using. The file or line is from /download-manager/css/front.css
.light {
background: linear-gradient(to bottom, #b56aab 93%, #f6f6f6 100%) repeat scroll 0 0 #ffffff;
border: 0 solid #dcdcdc;
box-shadow: 0 1px 0 0 #ffffff;
color: #666666;
cursor: pointer;
display: inline-block;
text-decoration: none;
text-shadow: 0 1px 0 #ffffff;
}What is relevance of this line or file that it conflicts with themes?
I deleted the file since it served no purpose in the Dashboard or on the public side of the site.
How well was this tested? Is it the case of putting it out there waiting for the thousands that use the plugin to report the issues and then correct it?
The topic ‘New or Random CSS conflicts with theme’ is closed to new replies.