Blog

Showing 37 posts tagged answered

Hello, Fukuo!

I'm using your Empati Theme, and I love how customizable it is, but there are a few things I was curious about. I tried to look up the answers before bothering you, and had no luck.

If you don't have the answers to these questions or the time to answer them, that's fine, I still greatly appreciate the themes you provide!

  • Is there a way to have photos show up as the preview for photo & text posts? My current format is a line of text as a title and then the image, if I make sure the image is at the top then it shows the image preview, but otherwise it will show the document icon. (this one isn't nearly as complicated since I know I can reformat my posts, it would just be a long process)
  • Is there a way to add comment & share buttons on posts, and move all of the buttons to the bottom, similarly to the way there are on the dash?
  • Do you know if there is a way to add in infinite scrolling? I've tried multiple variations of different code, nothing has worked.
  • And my final questions are would it be too difficult to add additional social media buttons similar to the facebook, twitter, youtube, ect, and have you considered making their order a slide and drop for rearranging? I would love to add some additional sites, but the other link option works for a splash page.

There are so many wonderful things about your theme! I love how the grid layout turns my images into a digital gallery, and how easy it is to view the rest of the post. Thank you again so much for making such wonderful themes!

Hello there! đź‘‹

Thank you very much for using the theme, and I really appreciate that you’ve formatted your questions as lists; it makes it easier for me to scan, haha 🥸🤝

So here are my answers to each of your questions below:

Is there a way to have photos show up as the preview for photo & text posts?

To answer this, allow me to give you a bit of context.

Tumblr has a thing called NPF (Neue Post Format) — where every post created in a new beta editor allows us to put multiple types of media in the same post.

Previously, before this, we could create posts based on their post types, called “legacy post types.” It’s called “legacy” because Tumblr has been moving away from this for a long time (I believe they started this around 2018).

The thing is, with this NPF, it’s very difficult to differentiate which one is a text post and which one is a “photo” post since the theme engine cannot differentiate these post types anymore (every post created in NPF is mostly categorized as “text”).

My approach in building this grid theme is by manually detecting the media block in the posts:

  • If the image is at the very top of the post, it will show as an image.
  • If the image is not at the very top (it starts from a text block), then it will show the document icon.

So I apologize that there is no workaround for this in the meantime 🙏

image

Is there a way to add comment & share buttons on posts, and move all of the buttons to the bottom, similarly to the way there are on the dash?

The theme engine on Tumblr doesn’t have the ability to have the comment/reply system similar to the dashboard, unfortunately. I really wish they did.

As for the “share button” on posts, I will consider including this in the next updates!

image

Do you know if there is a way to add in infinite scrolling? I’ve tried multiple variations of different code, nothing has worked.

Implementing infinite scrolling can result in a code break in the grid layout posts. I have tried including this in the first iteration when coding this, but to no avail 🥲

Also, I am not a fan of infinite scroll because of this reason: https://www.tumblr.com/eggdesign/649014437609668608/ooh-different-anon-but-can-i-ask-why-you-dont-like?source=share

But I will consider adding this in the future since it’s a highly requested feature 🚶🌦️

image

And my final questions are would it be too difficult to add additional social media buttons similar to the facebook, twitter, youtube, ect, and have you considered making their order a slide and drop for rearranging? I would love to add some additional sites, but the other link option works for a splash page.

When it comes to rearranging the order of the social media buttons, there is no way to do that in the Tumblr Customizer.

Unfortunately, there is not, and the customize page has not been updated since 2015 (which is a shame; Tumblr should also pay attention to user experience in customizing the theme).

Regarding additional sites, what other sites are you thinking? I will consider adding this to the theme!

Hopefully, this answers your questions, and please let me know if you have anything else. Thank you.

Cheers.

Anonymous asked

Hello, I have a question regarding the Monumen theme. Is it possible to have multiple text posts appear in the Latest Posts section by tagging each of them with #text? I tried this, but it didn't work. Could you assist me with this issue?

Hello there! I deeply apologize for the late reply.

As for your request, that’s totally possible! I think I should take this into consideration for the next updates 😊

If you want to have multiple text posts appear in the Latest Posts section, please do let me know off-anon! I will send the modified code to you.

And thank you for using the Monumen theme! 🙏

Anonymous asked

For the Monumen theme, can we get an option for a Mastodon URL in the social links?

Hi there!

That’s a great idea! I will see what I can do over the weekend. Coincidentally, I also need to make some improvements to the theme.

I will update you once the improvements are complete.

Thanks for the suggestion!

Anonymous asked

Hello Fukuo! I'm wondering if there is another way to customize a not found page? Because the message changes depending on the user's language.

Hello there!

I am not sure about your question here, could you please be more specific?

Do you want to make the message on the page change depending on the user’s language or is there anything else you want to achieve?

Anonymous asked

Hello, Fukuo. I recently purchased Monumen, but the "top photos" feature is not showing. I tried to look for solutions on google, but I didn't have any success. Would you have any idea what could be happening?

Hi there!

Could you please message me off-anon?
(I honestly can see which user installs my theme but to avoid messaging to the wrong person, it’s better to message me off-anon for the theme issue in the future).

But to answer your question;
I answer this similar question before. To quote my previous answer:

As for the “Top Photos”, this is the weird one because sometimes they appear, sometimes they don’t which is a completely automatic thing.

I am one-hundred percent sure that the top posts would appear once you have reblogged more legacy photo/photosets posts (not the one that’s using a beta editor on the web or mobile). And you must reblog them for more than 5 posts to be eligible for display.

So unfortunately, there’s nothing I can do from my end since it’s completely automatic. I highly suggest reblogging more than 5 posts again (especially for those photo posts not made by beta editors).

Or simply disable the setting in the meantime!

Sorry for the inconvenience and I am sorry I can’t help you more! :(

Anonymous asked

im not sure if my question went through or not do im sending it again: I’d love to use your Renjana theme, but the tags are non-clickable! when you try to click on a tag under a post it instead drags :( is there any way to make it so that post tags are clickable on this theme?

Hello, there!

Honestly, this is a highly requested feature and I think I should have removed the draggable tags in the first place. I have updated the theme on the theme garden but it needs time to be approved by [tumblr] staff.

Ok, so in the meantime, if you are still using Renjana theme. On your customize page please scroll down to the bottom until you find “Advanced options”. Click that and add this custom CSS below.

.wrapper__blog .posts__tags {
flex-wrap: wrap;
}
.wrapper__blog .posts__tags::after {
display: none;
}
.wrapper__blog .posts__tags–inner {
white-space: inherit;
}
.wrapper__blog .posts__tags ul {
flex-wrap: wrap;
gap:0.5rem;
cursor: auto !important;
opacity: 0.5;
overflow: auto;
transform: unset !important;
}
.wrapper__blog .posts__tags ul li + li {
margin:0;
}
.wrapper__blog .posts__tags ul li a {
cursor: pointer;
pointer-events: auto;
}
.wrapper__blog .posts__tags ul li a:hover {
text-decoration: underline;
}

And then click the “Save” button. It should remove the draggable tags functionality!

Let me know if something is not working!

Anonymous asked

hii, im using your nyiur theme for a fansite and i'd like to edit the css (minor changes but important to me lol). im no coder but im confident i'd manage this quite well, if only i knew how to access it? 😭 ik having it like this allows you to make the theme more accessible and fix errors but is it possible to release the code maybe? tysm for the answer <33

I am not quite sure if I get your question correctly but I believe you can edit the CSS directly from your customize page!

Scroll down until you find the Advanced Options -> Add Custom CSS -> And add whatever custom CSS you want and then click the “Save” button.

You can even edit the HTML directly if you feel like changing some markup on the theme. The downside is when you edit the HTML, you won’t be able to receive the updates or fixes from me automatically.

Loading...

End of content

No more pages to load