Tumgik
#Tumblrtricks
mokubetech · 10 months
Text
In this video, we'll show you how to pin a post on Tumblr. This is a great way to keep your posts front and center on your Tumblr blog, and make it easy for you to find and share your posts with your followers! There are a few simple steps to follow to pin a post on Tumblr. We'll walk you through the process step-by-step, so that you can Pin your posts with ease! After watching this video, you'll be able to Pin posts on your Tumblr blog with ease!
0 notes
ravenmill · 7 months
Text
👻 Trick or Treat 👻
10/13/23 - 10/31/23
It's time for an ask game!
Will you get a treat or a trick?
Enter my ask box with the saying "trick or treat" and attach a Halloween gif or photo. If you want to, tell me your Halloween plans, a Halloween memory, your favorite candy, or anything you like about the season. I will answer your ask with either a trick or treat, chosen at random.
a trick response will not contain a prize and you must try again.
a treat response has multiple prize options, chosen at random
possible prizes: a random tarot or oracle card pull, a Halloween themed sketch by me, random spell instructions, a random sigil, etc.
Please wait 12 hours after receiving a treat before trying again.
Tumblr media
🎃🍬 A TREAT FOR ALL 🍬🎃
10% Off my Etsy Shop - PAID READINGS & MORE
Use the code TUMBLRTRICK on your next paid reading, printable oracle deck, sigil, etc.
Offer valid thru November 1st
Tumblr media
ko-fi - one time donation helps feed my rescue cats
31 notes · View notes
htmology · 11 years
Text
Photosets
Here’s what I did for my lightbox photoset:
1. Go to Customize. 2. Make sure Custom Photosets is checked. 3. Edit html.  4. Search for the tag {block:IfCustomPhotosets} 5. Highlight from {block:IfCustomPhotosets} to {/block:IfCustomPhotosets} and replace all of it with this:
{block:ifCustomPhotosets}
<div id=”post-{PostID}” class=”post type-photoset{block:Tags} tag_{URLSafeTag}{/block:Tags}”>
<div class=”post-panel”>
<div class=”media loading”>
{photoset-500}
</div>
{block:Caption}
<div class=”copy”>
{Caption}
</div>
{/block:Caption}
{/block:IfCustomPhotosets}
  Hope it works for you too. :)
2 notes · View notes
taykakes · 11 years
Conversation
Tumblr Newbie
i need so much help with this tumblr thing..
how do you make it like a grid without buying a theme?
1 note · View note
lucentfall · 13 years
Text
Infinite Scrolling Code - COMPLETE
You may be putting a script and blah... But YOU forgot something!
P.S. No need to retype the quotations; Up to you:)
Put this first between your <head></head> tags:
<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
After that CTRL + F for the word {block:posts} or <ol id="posts">
After CTRL + F - ing, Put this ABOVE {block:posts} or <ol id="posts">:
<div class ="autopagerize_page_element">
Put </div> AFTER the words: {/block:posts} or </ol>
EXAMPLE:
{/block:posts}
</div>
EXAMPLE FOR {block:posts} or <ol id="posts">:
<div class ="autopagerize_page_element">
{block:posts}
TA me if you don't get it:D
6 notes · View notes
htmology · 11 years
Text
Panoramas in Tumblr
Tumblr has issued a new feature to view panoramic photos and I couldn't wait to try it out for myself. I copied the html code and swear that I read the instructions countless of times before trying it on my theme. But of course it didn't work. My posts took up more space than they should and my sidebar was pushed to the bottom part of the page.
I admit I've made a few tweaks on my original html code so there must be something there that stops the panorama from working properly. I spent days trying to search for an alternative code in the internet but there's just nothing else except for the one provided by tumblr. I also tried putting the code in different parts of my theme's html but to no avail.
Until this morning, i tried to play around the code a little bit and copied parts of the code I used for my photoset and added it on the original panorama code. 
So here's what I came up with:
{block:Panorama}
            <div id=”post-{PostID}” class=”post type-panorama{block:Tags} tag_{URLSafeTag}{/block:Tags}”>
                {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
        {block:Caption} {Caption} {/block:Caption}
            {/block:Panorama}
AND. IT. WORKED!!! Surprisingly!! lol
Check out my sample panorama here.
I feel so accomplished!! haha
1 note · View note
htmology · 11 years
Photo
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Sample photoset. Here's how.
0 notes
lucentfall · 13 years
Text
How to change settings of your tumblr blog
Tumblr has moved to another url where you can change settings of your tumblr.
http://www.tumblr.com/tumblelog/yoururl/settings
http://www.tumblr.com/tumblelog/yoururl/settings
http://www.tumblr.com/tumblelog/yoururl/settings
Change yoururl to your blog's url.
1 note · View note