veils and visions
about
I'm Emma, 19, Sweden. I make free tumblr themes on my spare time.
rules
updates
28.05.2012 the code for grus is updated
25.05.2012 the code for grus is released
18.05.2012 live preview of grus is out!
17.05.2012 working on some new themes. more info.
20.04.2012 having a lot to do in life, won't release a new theme for a while. thanks for understanding ♥
25.03.2012 arc is updated
18.03.2012 the code for arc is released
13.03.2012 live preview for arc is released
7.03.2012 a new section for the questions is up
5.03.2012 veils and visions got a face lift!
25.02.2012 the leo theme is now updated
13.02.2012 updated the theme for veils and visions a little bit
5.02.2012 all three themes are updated
5.01.2012 the code for blanco is updated
questions
Hey, I just am letting you know I'm using your theme, the arc one. :) But I hope you don't mind I deleted the circles beyond the sidebar picture? So I also wanted to ask if that's a problem, and to ask a question. As you could see if you checked out my blog, I've put the music and everything, but the infinite scroll option doesn't work, I dont' know why though. I checked it in the options and everything. Please help and your themes are indeed great. Thank you veryy much ! ;) xx

Hello. First off, thank you! Secondly; yes, it’s okay, as long as you don’t remove the credit/link to my site. Thirdly; About the infinite scrolling - it could either be the fact that you changed the code and accidentally messed something up, or it could be something with the music player. Though I’m not familiar with any of these tumblr music players, so I don’t know how they work, but I guess there’s some script, and perhaps that script is interfering with the infinite scrolling one.

Here’s what you should try out. First, try to remove the music player and see if the infinite scrolling starts working. Then you’ll know that the music player is the problem. If that doesn’t work, try reinstalling the code and then put the music player back in, without removing the circles, and if that works, it means that you accidentally did something wrong when removing the circles. To safely remove the cirlces, find this part of the code:

.links {
width:70px;
font: 11px {font:CircleLinks};
text-align: center;
then add the marked part, so it will look like this:
.links {
display: none;
width:70px;
font: 11px {font:CircleLinks};
text-align: center;
Hope that solved the problem, otherwise let me now and I’ll try to help again :)
Can you make any theme for me with a black background please? And like a place for links and FAQ's and stuff? Thanks.XOXOXOX

Uhm, did you read the ask guidelines? Because I won’t do a specific theme for one special person. And every single on of my themes have the option of a black background and pages so you can make your own FAQ. But if you don’t know how to do any of that, I can explain it to you, but I won’t make you a whole new theme.

cementrose said:
I would love a similar layout like yours is there a way i can get one?

Referring back to the last answered question.

im trying to find a new theme.. and i wanted to check yours out.. but i can only see the first page ;o

Sorry, but the theme for veils and visions is personal.

anchormys0ul said:
please helpp! i have your arc theme and i love it so muchh, but when using the ask button it says 'Not Found the URL you requested could not be found' ugh please help me i don't know what to do im new to tumblr and would really love to keep the themee

Have you enabled your asks? Go to dashboard > your blog > blog settings and then check the box for enabling asks. Really glad you like the theme and welcome to tumblr! :)

that did the trick beautifully, thank you!

No problem, I’m happy that it worked out :)

hi there! just started using the leo theme and i really love it but i just have one problem- i have too much to say in my description and so it's coming out the bottom of the sidebar and blocking the next page arrow and i don't want to delve into the code without a little guidance. is there anyway to make the sidebar block longer?

Hello and thank you for using the theme, dear! Well, the reason I made the size of the description box static is that I wanted it to match with the picture on the right, and altering that would make the design look skew in my opinion.

Anyway I’ll help you. There are a couple of places you must change the code, since both the text, the background and the navigation arrows are different objects statically placed independent of each other.
Look for these parts of the code and change the ‘height’ into your preferable number:

#sidebar {
position: fixed; top:100px; left:70px;
width:200px; height:300px;
This is the code for the background:
#background2 {
position: fixed; top:100px; left:70px;
width:200px; height:300px;
Regarding the navigation though, you’ll have to change the ‘top’ part.
#navigation {
position:fixed; top:400px; left:85px;
width:183px;
Remember to add equally to each part of the code to maintain the proportion between them. And if you feel that you did something wrong, it’s just to either message me again or reinstall the code.
xsugargirl said:
Hi, I'm very new here but I love your Arc theme and am using it. However I cannot figure out how to add an image to the empty space in the sidebar. Can you be of any help with this?

Thank you and welcome to tumblr! :)
I’ve answered this kind of question before, here.