I’ve downgraded to 1.0.7.
That update to 1.0.8 is a complete joke. Just fubars your site.
That seems to have done the trick. Thanks for your help. =)
Hi.
Yes, this is a child-theme (using one-click-childtheme). I also use My CSS as I’ve not made any changes to the actual child theme style.css yet (seems easier using My CSS most of the time). All I have in there at the moment is:
/* Change link color */
a {
color: gray;
}
.widget-area a {
color: black;
}
.entry-meta a {
color: black;
}
.entry-title a:hover {
color: #d54e21;
}
.entry-meta {
color: gray;
}
/* Change sidebar shade of gray */
#sidebar {
color: gray;
}
The theme has a CSS override box too, but I don’t have anything in there yet.