Avatar

databas

@databas / databas.tumblr.com

codes and stuff
Avatar
reblogged
Avatar
index47

sunrays — a network/character page

features

  • multi-selection filtering with isotope
  • on-click effect to reveal a blurb with links
  • customizable colors for the categories
  • more detailed how-to’s can be found in the code !

credits

let me know if there are any bugs!

Avatar

hi I just wanted to say: thank you for taking the time to answer all these questions about html/coding, your blog is really helpful!

Avatar

Thank you, it’s no problem! I’m so glad you find it helpful :)

Avatar

i absolutely love your rymden theme! but i was wondering if there was a way to change how the page appears in a tab? currently the theme just shows my url instead of my title. it's hard to explain but if you know what i mean that would be great! keep up the great work w/ your beautiful themes (-:

Avatar

Thank you!

It’s probably because a piece of code is missing. Maybe it was deleted when you installed the theme. In either case, instead of having to reinstall the entire theme, try this:

Go to Customize > Edit HTML and find this part (it’s just at the top, you can’t miss it)

      {Title}            

Is the bolded part in your code? If not, copy all of it (the bolded part) and paste it right below If it is in your code, let me know and I'll try to figure out why it's not working!

Avatar

Hello! I' using your latest theme on another blog and I noticed this: 41,media,tumblr,com/016a4518f495f363499d8f46207b9f3a/tumblr_ny7iohZNJi1umzi9io1_540,png I think you can see what I mean. Is this connected with the max-width of the .tags-div or is it impossible to change that? Thank you!

Avatar

Oh, sorry about that. I’ve updated the code but you can easily fix it yourself if you want too.

Go to Edit HTML and find this part:

.pinfo { display:block; text-transform:uppercase; font-size:7px;margin-top:10px;letter-spacing:0.1em;text-align:left;line-height:290%;background-color:{color:Background};border-top:1px solid {color:Borders}; }

Then add width: 400px;  right below display:block;

Like this:

.pinfo { display:block;  width:400px;text-transform:uppercase; font-size:7px;margin-top:10px;letter-spacing:0.1em;text-align:left;line-height:290%;background-color:{color:Background};border-top:1px solid {color:Borders}; }

Avatar

i've got to say that your Rymden theme is really pretty (i'm in love with your ideas, nh), yet there's something bothering me: i don't know if it's considered as 'personal customization', but is there any way to customize the ask-tab in order to get rid of that scrollbar? i know it's just a little detail, however i'm wondering if you know something about it. otherwise i'm going to try to figure out something myself maybe. sorry for any circumstances. ;u;

Avatar

I’m glad you brought this up because I hadn’t noticed it myself! I have updated the code so you can either download the new version here or fix it yourself, if you don’t want to start over. 

Copy the bolded part below and paste it in between the cursive parts. In the old code, there should be nothing there now.

html { overflow-y: scroll; } 
 /*—- MAIN BODY —-*/

Also find this part:

#abox {   position: absolute;

Change “absolute” to “fixed”.

Hope that helps! This won’t remove the scrollbar but you won’t be able to scroll whilst viewing the askbox.

Avatar

im using your chevaleresk theme (love it) and i was wondering if there was any way to have infinite scrolling or for there to show more posts before the links to go to page 1/2/3 show up?

Avatar

You can change the number of posts you want to appear on each page in Customize > Advanced Options > Posts per page.

As for infinite scrolling, it’s really more of installing other scripts and I can’t help you with that.  You’ll have to check with the page that offers that specific script and follow their instructions.

Avatar

you're a genius when it comes to coding, you know that?

Avatar

omg HARDLY BUT THANK YOU! you're so kind, oh man. bless.

Avatar
reblogged
Avatar
cryonauts
Avatar
databas
  • a simple theme with many different options.
  • a tabbed sidebar a description, links, askbox and other.
  • six custom links
  • choose outlined or filled in boxes for sidebar
  • customizable colors and font sizes·
  • show/hide captions, blog title and reblog links
Avatar

hi, im using your deskriptiv theme as a squad page, is there any way to make it three rows of two instead of two rows of three? thank you so much, its beautiful btw

Avatar

Sure! You just need to alter the width of the div #con, which holds the rows. Here’s how:

Find this part..

#con {  display: inline-block;  width:810px;  height: 100%;  top:0;  left: 0;  height:auto;  padding: 30px 0px; }

And change the bolded part to width: 710px;

Thanks!

Avatar

Oh your DESKRIPTIV Character theme, I was wondering if there was a way to make the biography title a link, without it altering the picture. Thank you so much.

Avatar

Sure! Just enclose the title in a link tag. Here’s how:

1. Find the part of your code that looks like this:

deskriptiv

2. Replace it with this (changing the url to your page/whatever you want):

deskriptiv
Avatar

Hi! It's me again, I have a problem in cryonauts theme. I shared a video from YouTube then I saw it messes my blog, it doesn't fit well from my posts. How is that? Is there something wrong with the code? Please help me fix it...

Avatar

There was a problem with the code, yes. I have updated it so you need to head over here and copy the new code. Sorry about that!

Avatar

hi there! so i'm messing around with the monolog character sheet (it's GORGEOUS) and i was just curious if you could maybe tell me how/if i even can add a background image? as it is now, i've placed it under the body portion but it only shows a small strip on top--i figured there's padding issues or something that's preventing it from fully wrapping around the boxes completely. any help would be appreciated!!

Avatar

When looking at the code, it seems like it might just be a question of altering the background-repeat option. It’s put to repeat horizontally and not vertically (just a mistake on my part). Find this part of the code:

background-repeat: repeat-x;

And replace "repeat-x" with "repeat".

Let me know if it doesn't work for you!

Avatar
reblogged
Avatar
index47
Avatar
databas

NAVIGERA | codes / preview

  • a page for your tags / navigation
  • unlimited amount of categories and tags
  • masonry layout w. the option of square sections (ie., scroll) (hit ctrl/cmnd+F and type .col to change this setting)
  • top bar with 4 custom links, a title and an icon
Avatar

hey there! ^^ your themes are lovely c: i'm making some premade layouts for neopets, and i was wondering if i could use some of your themes as inspiration? i wouldn't be using the coding or anything, and you would definitely receive inspiration creds. i'm just wondering if this is okay since i read your rules and there is nothing specifically against this? ^^; sorry to bother you, thank you!

Avatar

yes, of course! that’s fine :) i’d love to see the final design.

You are using an unsupported browser and things might not work as intended. Please make sure you're using the latest version of Chrome, Firefox, Safari, or Edge.