Pushed out an update to Tiny Theme today with a few bug fixes and some styling support for @sod’s Search Space plugin. That clears out the reported bugs for it, and it should open up room for more advanced features in the next couple weeks.
Pushed out an update to Tiny Theme today with a few bug fixes and some styling support for @sod’s Search Space plugin. That clears out the reported bugs for it, and it should open up room for more advanced features in the next couple weeks.
@Mtt One thing that I've noticed is that the images aren't constrained on the Archives page, so you have to do quite a bit of horizontal scrolling on mobile.
@rcrackley By any chance, are you using a custom theme on top of Tiny? Would show as such in Design → Custom Theme.
@rcrackley Best I can tell, the odd formatting and content on the archives page is due to changes in the custom theme that’s on top. If you could add the archives page custom code to GitHub and send me the link, I can attempt to help you get it sorted.
@Mtt Thanks for looking into it. I switched back the standard theme with no customizations and no custom css and the issue still occurs.
@rcrackley Trying to get to the bottom of this. I have a few questions for you.
Thanks. Hoping to get this straightened out for you.
@Mtt I think what they all have in common is embeds. That looks to be the culprit.
I'm going to fix it with this code:
.full-archives img {
width: 100%;
height: auto;
object-fit: contain;
}
Thanks for your help!