Archived topic
Update to Version 1.3.41
3 replies · Started by shirtcreator24 on December 5, 2016
Hi there,
Sorry for my bad english.
After the Theme update to version 1.3.41 the Image descriptions are not showing up properly or "broken" (*see attached image Links).
It only happens after updating the Theme. Updating the plugins works fine.
*Image 01 version 1.3.40: http://www.shirtcreator24.de/wp-content/uploads/01.jpg
*Image 02 version 1.3.41: http://www.shirtcreator24.de/wp-content/uploads/02.jpg
Greetings
Markus
Hi Markus,
1.3.41 went back to a more simple, traditional caption style.
The preview style was causing too many conflicts, especially with small images.
You can of course switch it back with a little CSS:
.wp-caption .wp-caption-text {
padding: 8px 10px;
margin: 0;
background: rgba(0, 0, 0, 0.5);
color:#FFF;
position:absolute;
bottom: 0;
left: 0;
}
.wp-caption .wp-caption-text a,
.wp-caption .wp-caption-text a:visited,
.wp-caption .wp-caption-text a:hover {
color:#FFF;
text-decoration: underline;
}
Let me know if you need more info :)
Thank you Tom, I've just added font-size: 100%; and everything is fine now :-)
Greetings
Markus
Awesome :)