© BAUDELAIRED
Diana. 19. Animation major & computer science minor. This is my theme blog. Please read the FAQ and look through the tags before asking questions :)
→ CLICK HERE TO SAY THANKS←

baudelaired:

Theme 11 Updated {live preview} {download}

Alright, this theme is now back and better than ever! I have added more customization options for you guys, as well as complied with putting the navigation links underneath the image. PLEASE PLEASE PLEASE read the instructions before you install the theme, as I have been very thorough explaining all the options. The new version of this theme comes with
2 Post Size options (500 & 400px)
Hover Description or no hover description
Custom Subtitle 
Tags underneath the post, or hover tags
This is an important one. You can CHOOSE the width and height of your sidebar images (there are 2 of them, and one reveals itself when you hover over the first image) 
and if you want the navigation links to center according to the width, type in the # of pixels that  you want them to move to in the box that says links left

(there is an example and full instructions on this in the code)


I really hope you guys enjoy this version as much as I enjoyed making it! :)

baudelaired:

Theme 11 Updated {live preview} {download}

Alright, this theme is now back and better than ever! I have added more customization options for you guys, as well as complied with putting the navigation links underneath the image. PLEASE PLEASE PLEASE read the instructions before you install the theme, as I have been very thorough explaining all the options. The new version of this theme comes with

  • 2 Post Size options (500 & 400px)
  • Hover Description or no hover description
  • Custom Subtitle 
  • Tags underneath the post, or hover tags
This is an important one. You can CHOOSE the width and height of your sidebar images (there are 2 of them, and one reveals itself when you hover over the first image) 
and if you want the navigation links to center according to the width, type in the # of pixels that  you want them to move to in the box that says links left
(there is an example and full instructions on this in the code)
I really hope you guys enjoy this version as much as I enjoyed making it! :)
atadenthusiastic inquired:
Hi! I really like theme 11, but I want to change the text color of the page numbers? Also, I can't fix the your text here (I read one faq about changing the description box, but I don't really want my words on top the gif I have posted). If it's not too troublesome, could you help me out? Your themes are gorgeous and you're super talented and thank you for letting us use them! :) Have a nice day!

thank you so much! and where it says your text here, it’s under the appearance section where you can change it, same goes with the color of the pagination! 

magnustrinket inquired:
I have a question about your theme #11 ... about the links/ the name of the links. I writte the name like ''thg blog'' (an example) and then it looks really messed up and out of its banner. do you now what i man? :/

did you read the instructions for the nav links? you have to put <br> in between the letters :P sorry for the inconvenience!

hi! i'm using your theme eleven and the pagination is hidden by the sidebar gifs. did i do something wrong? thanks.

gah i have to fix that glitch, apparently with that theme, if your title is too long it moves the pagination down by like 20px; here- i edited the theme so the pagination shows :)

http://pastebin.com/7nV0v6Hg

updated!

synorama inquired:
Hi! In theme 11 the 'your text here' seems to be unresponsive? Or I'm not exactly sure what the problem is but in your in-code instructions you said thats where a quote might go or you can just omit it but when I try to do either it remains stuck on 'your text here' even after saving and such.

hmm, have you gone to the appearance section of the theme and changing it from there? i just went on the preview and tested it, and it seems to be working just fine.

excuselou inquired:
hi i'm using theme 11 and when i was adding my link names in, i deleted the <blarhgh/something> part and now they look horizantal and im really stupid xD could you help? i tried erasing the theme then putting it back in, and that didnt do anything thaaaaaanks

you’re not stupid, things happen! 

try resetting the defaults, that should bring back the <br> spaces, and then you can put your links in again :)

mariuese inquired:
Is there any way to make the sidebar links in theme 11 a different colour to the normal links? My colours keep clashing and I don't know what to do :c

you mean the navigation links? everything is under the appearance section

hi, i was wondering, for your new theme (11) is there any sidebar gif size that works best? thanks.

ah yes! the ones used in the preview are 166px by 271px, i recommend that size for both! :)

ohrhaella inquired:
Ah. I feel like such a nuisance for being the first to ask this question. I just started using theme eleven. There's nothing at all wrong with it, but I don't like the whole slide-in description thing. Could you please fix it?

sure! ok for that to be fixed you have to go into the coding and find this code first

#sidebar:hover .sbarinfo{opacity:3;margin-left:218px;margin-top:7px;}

and change margin-left:218px; to this

margin-left:0px;

now after you have done that, find this code

.sbarinfo {opacity:0;width:164px;left:-220px;font-family:Trebuchet MS;font-size:9px;text-align:center;color{color:sfont};position:absolute;z-index:99;padding:5px;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}

and replace it with this one

.sbarinfo {margin-top:7px;opacity:3;width:164px;left:0px;font-family:Trebuchet MS;font-size:9px;text-align:center;color{color:sfont};position:absolute;z-index:99;padding:5px;-webkit-transition: all 1s ease-in-out;-moz-transition: all 1s ease-in-out;-o-transition: all 1s ease-in-out;-ms-transition: all 1s ease-in-out;transition: all 1s ease-in-out;}

it should be fixed after all of that! :)