NextGen update: formatting errors occurring, not caused by other plugins.
-
I just updated to the most recent version of WordPress and updated my NextGen plugins at the same time. I then cleared my cache.
The formatting which I applied to my NextGen thumbnails in CSS is now being overwritten with spurious code. Now, my thumbnails now have a white background and gray border. The CSS calls for a black background and no border. The padding is also wrong.
I have disabled all plugins except NextGen. This made no difference.
The spurious code, which appears in the live webpage is:
.ngg-gallery-thumbnail {
text-align: center;
max-width: 100%!important;
background-color: #FFF;
border: 1px solid #A9A9A9;
margin: 5px;
}The formatting code in my CSS is:
.ngg-gallery-thumbnail {
background-color: rgba(255,255,255,.1)!important; /*1% white on black page*/
padding:8px 12px 8px 8px!important;
margin-bottom:4px!important;
margin-left:12px!important;
}My website is: http://www.aileen-conley.com/, and the error is occurring on the portfolio page.
Where does the ‘junk’ code come from? How do I get rid of it?
Thank you.
The topic ‘NextGen update: formatting errors occurring, not caused by other plugins.’ is closed to new replies.