ignis... how can i make all the text on my blog highlighted at all times? i have your revamped virtue theme.
i think it might be pretty difficult, you can’t comfortably select text only in that kind of way if my memory serves correctly; it has to be wrapped in some kind of extra layer (<span>, <hr>, etc) but that still defines itself as a block of some kind rather than the text itself. it might be possible hypothetically with an external plugin, but i’m not sure! sorry, i’m super rusty with css etc though. <:(
i am going to be revamping this blog into something new sometime in the future!
hello everyone, long time no see 🫂 i will be trying to ease out of my hiatus in the near future. this is very hilarious of me considering the fact that evidently, tumblr coding has only further gone to hell, but i miss making themes so… <:)
i want to have a new subject to base my themes around, so that will be likely as well. if nothing else, i want to finish my project of updating and modernizing all of my old ass themes and making them usable again. it’s going to take a looooot of upkeep so we’ll see how it goes! i missed you guys <3 thank you so much for waiting for so long!
ps: if you sent me an ask and i haven’t gotten to it, i won’t be going through old asks sent before this update. if you have a question, send it again. thank you so much for understanding!
You know how the Tumblr Customizer gives you neat little fields
to fill in for styles and content? It’s kind of like that but for custom
pages (for the content). Pages with custom layout only take raw code. So we’re
essentially creating a makeshift back-end and have the page pull data
from the spreadsheet to automatically generate the content based on an
HTML template.
Should you do this for every page? No. Definitely
not. It’s only useful for pages that have a lot of content data within the same
repeatable HTML structures. Like multi character pages or similar.
Benefits?
Easy to edit especially for those without much HTML knowledge.
Reduces code clutter and therefore the risk of breaking the page by pasting things in the wrong place.
Saves time digging through code & copy/pasting the same templates over and over.
If
you know what you’re doing: spreadsheets become portable to any page
theme and you never have to re-enter the content into the page again.
Downsides?
Slightly slower load times??? (unsure of the details)
Harder initial set up.
Tumblr customize preview breaks (don’t worry, just the preview.)
Potential security risk if you have open write access and use template variables that allow the use of code. (so be careful with who you give write access!!)
Edit and customise to your liking. Don’t repost/redistribute and/or claim as your own. Do not use as a base code. Leave the credit, thank you.
As
always, explanations are in the code. I’ll be updating them
from time to time. If you are having issues, take a look at this themes
FAQ, or my general FAQ. Not finding anything? Shoot me a message. Please report any bugs to me.
Anonymous asked:
hi, im using your theme 02 i need u (revamp). i wanted to look at the original code w/o my shitty customizations but tumblr seems to think that the post has too much female presenting nipples or something? idk, but the post isnt available on your blog anymore and i was wondering whether you are going to bring it back or not :)
yeah, i repealed the post on my main! hopefully it’s back now. there’s no nudity in it at all so idk what tumblr’s problem is lmao
The other day I was wondering if I could make videos that were responsive. Although there’s already a script out there that resizes Tumblr videos, it doesn’t respond to changes in the window size or in a container like a caption.
Luckily, I have a solution. The script works for Tumblr videos, Youtube, Vimeo, Instagram, Flickr, Spotify, Bandcamp, and Soundcloud iframes that are posted or in containers like a caption. It also fixes the white space/padding that have been appearing under Tumblr videos automatically.
Anonymous asked:
hi, i’m using your i need you theme (it’s amazing btw thank you so much) and i was wondering is there a way to add a search button thing? (sorry i don’t know any technical terms i’m rlly bad with this sort of stuff)
hey! you can try using this guide to implement a search feature! hope this works for you!
minimal responsive header theme can have colors and avatar sync with your tumblr mobile theme min. 250px to max. 800px single column posts or multicolumn posts with optional header image, stretch header image, title, description, avatar, rounded posts, accented posts, tumblr avatars, full photosets, captions, tags, like/reblog buttons, and infinite scroll. has a footer that can display extra text, 3 top photos, and explore tags (to edit and show, simply write the name of the tag followed by a comma).
I’d like to thank @annasthms for the amazing script and for saving me weeks of manually adding each icon to the page. This release would have been postponed for a very long time if it wasn’t for you. ❤️
Also a big thank you to my fiancé, @andythms , for taking care of the filled version of the icons. ❤️
Anonymous asked:
Hello! I am currently using your #12: Move theme and I noticed that when I answer asks with gifs using Tumblr's system, they only show up as 500px aligned to the left even when they're originally 540px. I was wondering if you ever addressed this and if there was a fix? Thank you in advance!
i just posted a fix for this! scroll down a bit on my blog :-)
diyeoracha asked:
hello! I apologize if you've answered this before as I've tried scrolling through your answered asks to see if you have, but i couldn't find any relevant info! i'm using your theme "vibrato" and i noticed that for some reason, an icon for a broken post or image always shows up for each one of my posts. did i accidentally delete something in the html to cause that to happen? thank you!
i just looked at your theme, and i don’t see the issue you’re describing? :( if it occurs again or if it’s still happening on your end, maybe try reinstalling the theme? but otherwise, i don’t see any major issues! HOWEVER, i wanted to say that i really love the way you styled my theme– it’s still one of my favorites, haha. thank you for using it! <3
Anonymous asked:
hello! i was wondering if there is a way to add those individual captions in pixelunion photosets like the default tumlbr one. it's when you click on a photo and there is caption.
unfortunately, nope, not as far as i know anyway! as far as i know if you delete the lightbox styling then you’ll use tumblr’s default lightboxes, and it may work then? but with lightbox styling, i don’t believe it does.
Anonymous asked:
thank you for the image resize fix! my problem now is that the new jquery is incompatible with pixelunion photosets (the images disappear when i put the new jquery)
make sure it’s right before </body>! since it conflicts with other scripts, it’s best to put it at the bottom so that everything will load properly. <3