Micro.blog

Mtt
Mtt

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.

In reply to
rcrackley
rcrackley

@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.

Mtt
Mtt

@rcrackley Should be an easy fix. Happen to have a link?

rcrackley
rcrackley

@Mtt Sure do: frostedechoes-test.micro.blog/archive/ Hope that helps!

Mtt
Mtt

@rcrackley By any chance, are you using a custom theme on top of Tiny? Would show as such in Design → Custom Theme.

rcrackley
rcrackley

@Mtt Indeed, I am.

jthingelstad
jthingelstad

@Mtt brilliant. Love the continued improvements!

Mtt
Mtt

@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
Mtt

@jthingelstad Thank you! Really excited for what’s next too!

rcrackley
rcrackley

@Mtt Thanks for looking into it. I switched back the standard theme with no customizations and no custom css and the issue still occurs.

Mtt
Mtt

@rcrackley Trying to get to the bottom of this. I have a few questions for you.

  1. Are you using any other plugins on the test site?
  2. Have you edited any parts of the theme directly? As opposed to creating a custom theme? Many people don't realize this is possible.
  3. Are you using the latest version of Tiny Theme?
  4. Only some of the posts are showing images in the archive, not all. None should be. Do you know of anything the offending posts have in common? Published from a different app? HTML within the posts?

Thanks. Hoping to get this straightened out for you.

dfr
dfr

@Mtt thanks for your great work with the theme!

rcrackley
rcrackley

@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!

Mtt
Mtt

@rcrackley I’m still gonna try to work out the issue so hopefully you won’t even need that fix.

sod
sod

@Mtt 👏👏👏