Tumgik
#tumblravatars
honeygallery · 4 years
Photo
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Shin Min Ah
+9 Avatars
15 notes · View notes
romythe · 4 years
Text
Account header/avatar lost? Blog flagged as explicit!
I’m laughing so hard you guys- apparantly my blog has been flagged as explicit (even though it’s explicitly not). Kind of hilarious, if only my header and avatar hadn’t been lost. Anyway, thought I’d post it here for those with the same problem. I’ve send an appeal through Tumblr help desk, so hopefully all will be resolved in good time!
0 notes
enchantedthemes · 4 years
Note
hello ! i love your theme "ataraxia" but sometimes when i reblog text posts with more than one blockquote/reply it shows up in the reverse order (only with some posts, not all of them) but it fixes if i have "dashboard captions" on. is there a way i can have the blog url's showing and not the tumblr avatars? thanks!
hi! the out of order blockquotes in the old caption format is a tumblr issue there’s nothing I can do about it. as for the avatars on the captions, find tumblrAvatars: true, and change it to tumblrAvatars: false,
2 notes · View notes
maziekeen · 5 years
Note
i'm trying to customize the unnest captions, but how do i make the icons appear instead of only the url?
if that’s theme 197, search for {block:ifShowUnnestCaptions}, it’s at the beginning of the theme where the scripts go. then change tumblrAvatars to true
let me know if it’s working fine
2 notes · View notes
help-with-coding · 6 years
Text
Hi!! I could really use your help as your blog has helped me a whole lot in putting my Tumblr together.
Ultimately, I need help to make this post  not be like that. I tried to put the un-nest effect but I know nothing about HTML and I didn’t know how to place it in the code.
Thank you so much for even taking time out to look at this and for the help you give in general!!
that post is crazy !!! copy and paste this under <head> or <body> or with your other scripts:
<script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
and then paste this into your code right under that ^
<script> //your post selector (’.post’, ‘article’, ...) $('article').unnest({     yourCaption: ".caption", //your caption selector, the div wrapping {Caption}           wrapName: ".tumblr_parent", //the name of the captions’ new wrapper     newCaptionUsername: false, //if the user adds a new caption, following a series of captions, show their username above the caption     originalPostCaptionUsername: false, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it     tumblrAvatars: true, //”dashboard style” caption, have the avatar of the blog next to the username     tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username     usernameColon: true //if turned to false, removes the colon at the end of usernames bc :) seriously :) hwy :) }); </script>
the comments (right of the “ // ”) tell you how to edit the script to fit your code
for example:
<script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script> <script>     $('.post').unnest({     yourCaption: ".caption",           wrapName: ".tumblr_parent",     newCaptionUsername: false,     originalPostCaptionUsername: false,     tumblrAvatars: true,     tumblrAvatarClass: ".tumblr_avatar",     usernameColon: true }); </script>
bolded is what you would have to edit
6 notes · View notes
vvokeup · 5 years
Note
hi same anon her as before sorry, so i figured out how to make blockquotes but for some reason on the pages all the text blockquotes?? how do i get rid of that. sorry to bother!!
Hi! Sure np.
So you’re going to want to find the part in the theme marked with .tumblr_blog, you’re going want to replace all the way down to the part marked .icon with this code:
   {block:ifNotShowUnnestCaptions}    /* to style the reblogged urls */    .tumblr_blog {    vertical-align:bottom;    font-style: none;    font-weight:bold;    color:{color:Bold}!important;    text-transform:uppercase;    letter-spacing:1px;    font-size: 10px;    font-family: ‘Quantico’, calibri;    }
   .tumblr_blog a:hover {    text-decoration:none;    color:{color:Link Hover};    }    /* to style the reblogged urls */
   blockquote {    border-left:1px solid {color:Info Border};    padding-left:7px;    padding-top:px;    padding-bottom:px;    margin:5px;    margin-top:px;    margin-bottom:20px;    margin-left:px;    }    {/block:ifNotShowUnnestCaptions}
you’ll also have to find the script part (it should be marked with and replace it with this code:
{block:ifShowUnnestCaptions}<br>$(document).ready(function(){  $(’.posts’).unnest({<br>    yourCaption: “.caption”,<br>    wrapName: “.cap”,<br>    newCaptionUsername: true,<br>    originalPostCaptionUsername: false,<br>    tumblrAvatars: false,<br>    tumblrAvatarClass: “.icon”,<br>    usernameColon: false<br>});
});
{/block:ifShowUnnestCaptions}
save and then you’re done! I hope this helped!
0 notes
aaronellas · 5 years
Note
Ah! I absolutely love your themes and pages; they're so pleasing to look at. There's just one tiny thing I'd like to change up — if you don't mind. c: In Bern, is it possible to change the caption to where it doesn't have an icon next to the original poster and just their user? God, I hope that made sense haha.
that theme is horribly outdated, the code is a mess im cringing lmao i plan to update it soon but anyway search for ‘tumblrAvatars: true’ in the code and change the true to false
0 notes
gotorox · 6 years
Photo
Tumblr media
0 notes
honeygallery · 4 years
Photo
Tumblr media Tumblr media Tumblr media
Shin Min Ah
+3 Avatars
6 notes · View notes
enchantedthemes · 6 years
Note
Hi! First of all, I am in love with your new theme. I would like to ask you if there is a way to hide the avatars on posts. Thank you for this great theme!
hi and thank you so much!!! I’m assuming you mean when the dashboard captions option is on? at the bottom of the code, find this line
   tumblrAvatars: true,
and change the true to false. then find these lines
img.tumblr_avatar + a.tumblr_blog {
img.tumblr_avatar + a.tumblr_blog:hover {
and change them to a.tumblr_blog { and a.tumblr_blog:hover { respectively. 
3 notes · View notes
honeygallery · 5 years
Photo
Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media Tumblr media
Lee Nakyung (Fromis_9)
+6 Avatars
30 notes · View notes