Lots of questions SOLVED

Oct 21, 2009 22:57

I just got the Miami Cityscape Expressive layout and want to do some minor customization to it. For years I've been using Flexible Square and I'm not exactly sure how I even made my layers for that in the first place.
This is the layer I had for my old one. I'd like to have many of these features again on Expressive. I created a new one I ( Read more... )

entries:linkbar, lj icons:userinfo, sidebar:profile:user icon, sidebar:custom, page:size

Leave a comment

av8rmike October 22 2009, 18:35:56 UTC
You're right, that is a lot of questions. I'm pretty sure I've answered nearly all of them in here at one time or another. I think I tagged your post to cover everything, so take a look through the previous posts.
For one thing, what happened when you put in your CSS to change the LJ userhead icons? It doesn't vary by layout, so there shouldn't be any reason it wouldn't work.

Reply

thagirion October 22 2009, 20:40:38 UTC
Yes but it hasn't helped. Have you looked at my code I posted? Here is what I have in there so far and nothing has changed ( ... )

Reply

av8rmike October 22 2009, 23:12:48 UTC
It won't work if you put a "{" at the beginning of the CSS; that's not valid for a stylesheet. Without it, the CSS rules work just fine.

Reply

thagirion October 22 2009, 23:23:47 UTC
Nope. I've done it with and without the { I just took it out and I'm still getting an error.

Compile error: line 17, column 1: Unknown token encountered while parsing layer: [TokenPunct] = .
S2::Layer, S2/Layer.pm, 67
S2::Compiler, S2/Compiler.pm, 27

Reply

av8rmike October 22 2009, 23:34:50 UTC
CSS won't compile into a theme layer by itself. Either put it into a property like this:
set custom_css = """
[... CSS etc. ...]
""";

or copy it into the Custom CSS space on the Customize Journal Style page.

Reply

thagirion October 22 2009, 23:54:00 UTC
Ah, see that's why I had asked if I needed to add something like "function" at the beginning. I had a feeling you couldn't just paste all the stuff in, but I wasn't sure how. Now it's starting to look nicer. Thank you. Now is there a way I can lower the text of my subjects so it's not above my little bird too much? If not I can live with it.

BTW, I too did spend a long time going through the tags and saw one person mention they had the same issue not finding hence why we just ask. I don't think it has anything to do with the tags because when we're new to this we don't even know what the name is of what we're searching for. So wading through lots of posts until I find what I'm looking for that might be obscure (like the tiny icon code, now I kow what it's called) can be a problem. I'm going add Solved to this, but I still have lots of questions. I'll save them for another day.

Reply

av8rmike October 23 2009, 02:31:06 UTC
Now is there a way I can lower the text of my subjects so it's not above my little bird too much?

Try adding some padding-top to h2.asset-name{}. That might get to look the way you want.
I'm sorry if you felt like I was giving you the brush-off, but between my LJ Support admin responsibilities, and you know, real life, I don't have the kind of time I used to to type up really long replies to people answering lots of questions. I know it's a poor excuse but it's a fact of life. So, I have to refer people to what's already been answered. When I came up with the tagging system, I did so to try to cover all the bases without getting too verbose. I can understand that it may not be intuitive to everybody.

You're welcome to post updates to this post with more questions, or to make a new top-level post, whichever you prefer.

Reply

hazliya November 30 2009, 20:17:41 UTC
Huh. I'm trying to do something similar, so I searched and found this post.

I'm trying to change the bats in the "bats green" theme, and no matter what I do, it just puts the new image under the bat. It's all in the custom CSS section; should I be doing this in layers?

Reply

av8rmike December 1 2009, 13:38:14 UTC
Some of the themes use different CSS to do the same thing. For your theme, you want to change this:
.asset-stream .asset-header-content {
background-image: url(YOUR URL);
}

Reply

hazliya December 1 2009, 15:16:19 UTC
It still didn't change anything. This thing is stubborn!

Reply

av8rmike December 2 2009, 03:00:54 UTC
Yes, you should be putting it in Custom CSS and not a theme layer, but I'm not seeing that line in any of your CSS or page source. Can you leave it in until I can see what's wrong?

Reply

hazliya December 2 2009, 03:46:02 UTC
Actually, I just figured out what made it wonky - from something you said. Thanks for the help! You're a lifesaver. =)

Reply


Leave a comment

Up