Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Quiescent
[go: Go Back, main page]

Quiescent
Thanks for stopping by! I hope you enjoy my themes. Please message this blog if there are any problems, but please check the faq and support pages first.
amortificas asked:
Please, do more themes! 😍 I loved the one I’m using 💗

thank you!!!! i’ve been very busy with school and work lately so i’m sorry for being so inactive OTL i’ll try and make something once summer break starts

franwithaplan-deactivated201906 asked:
hi! i absolutely love your airborne theme!! i was wondering if there is a way i could remove the header? i'm not sure if that is too much of a change, and i understand if you don't want me to. thank you for all your hard work!!

thanks for using it! just delete everything in between <header></header> (including <header></header>)

destinysimone asked:
This might be a dumb question but is there anyway to change the border color of the posts on your theme zephr from white to completely black? or any other color?

No worries, it’s not a dumb question. There isn’t a post border and I didn’t make an option for there to be one either, but if you’d like to add one, in the code, find .entry and before {/block:IndexPage} and after overflow:hidden; add:

border:1px solid {color:Border Color};

and then you can adjust the color using the “Border Color” option (which will also change the color of other borders/lines in the theme, so you could just replace {color:Border Color} with the HEX code of your choice if you don’t want it to affect those elements as well).

destinysimone asked:
I tried using your Zephr theme for my blog but when I saved the HTML to officially change things I got a pop up that said that "my custom theme references assets from non-HTTPS URLs" so therefore I could not use your theme. Is there any way that I could still use it. I loved how everything looked in my preview. You did a good job creating it.

Thanks for the compliment! See this post. Next time, please check through the #theme support tag (which I have a link to in my navigation menu), as I recently reblogged a post that explains a fix for it there.

suiomi:

Honeybee v.3 - Re-release

For those unaware, the Honeybee icon font suffered a major issue today, January 20th, and it was lost while adding new icons.

The font lost around 500 icons but almost 1000 icons were recovered. Unfortunately, I can’t tell which icons are gone because it’s a large amount of them and I can’t track the lost ones down.

Good news is…

  • Honeybee’s page has new filters! You can now sort the icons by food type, as well as outlined/filled icons, drinks, and others!
  • Most of the most recent requests have been attended to and there are new icons including: mistletoe, Harry Potter icons, new plants and animals, and even fantasy creatures!
  • Honeybee has a new icon, which is now a bit prettier than the previous one. The page has also been slightly revamped.

I’d like to thank my amazing fiancé @waltersboringshit for recovering the icons and for being so supportive all the time no matter what it is about. ♥️

Check out the font if you haven’t yet.


A few important notes:

  • The library remained the same, so you don’t have to reinstall the font.
  • Most of the icons that survived have the same names, so there’s a good chance that the icons you’re using don’t need updating.
  • If you’re using unicodes, you have to update them; they are all changed and they won’t be showing the correct icons now.
  • The icons that are missing will not be added back to avoid problems like this from happening again.
  • I’ve closed requests for new icons until I find out a way of adding new stuff to the font without messing it up or even losing it, like it happened this time.
lifessplendor asked:
Hey I know you mentioned music players are not supported on your old themes... I'm using your Zephyr theme and have a few Soundcloud songs that work and play not sure if that applies to this question, but I was wondering if it would be possible to change the player from minimal size to regular or another size in general? I tried to put in code from Shy Themes has but every time I copied and pasted in a new script the player size remained the same. thank you for the themes and all you do. Bless

oh, by music players i didn’t mean the tumblr audio posts, but rather external music players that run background music on your blog, so sorry for any confusion there! (also “old themes” now refer to the unsupported themes section on my themes page for anyone else confused about that)

yes, the soundcloud players within audio posts can be customized 

try adding this code right before </style> (also anyone else that sees this, it’s probably a good idea to add this code too—though set the height to 20px if you want to keep it minimal—because I’m just now seeing that the soundcloud players don’t always extend the full width of the post):

.soundcloud_audio_player{
     width:100%;
     height:116px;
}

alternatively, to keep the original soundcloud player, remove Shy Themes’ script from two places in the code: around the middle (~lines 892–900) and around the bottom (~lines 1205–1208) then paste the above code but replace 116px with 400px or however much you want for the height

odeysseus:

in a disappointing but totally unsurprising turn of events, this site continues to be the absolute worst! if installing older themes is giving you this message, you’re going to have to replace each http:// with https:// in the code for it to (hopefully) work, as i don’t have time to update all my codes! using ctrl/command+F and replace all should sort it. sorry about this

niinonanno asked:
Hi, I'm using your "Amour - theme #15" and I was wondering if it were possible to remove the sidebar image background... thank you :)

thanks for using it! the little colored rectangle, im assuming? find the line that has <div id=“sbg”></div> and delete it

y4nzhu asked:
When I'm using the 呼び出され / Yobidasare theme are people able to like my posts? My friend tried to but was unable to find the button.

not on the index page, you can’t; only if you click on the post’s permalink and click the like button on the top right

velvettsnow asked:
hi there! i'm trying to use your zephyr theme but i can't change the title to a capital letter... for example instead of zephyr i would like it to be Zephyr. can you help please? thank you in advance and just wanted to say your themes are gorgeous! well done, really :)

thanks for using it! im really glad you think so (i feel like everything i make is so boring slajdlkfj)

just remove “text-transform:lowercase;” under #title