![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I hope this is okay to post!
Hi, I just came over from LJ, and over there, I was using the Flexible Squares base layout. Thanks to this tutorial, I was able to install the layout on my Dreamwidth as well. It has worked perfectly, but I've found one problem: the usernames and comm names aren't showing up under their respective icons on my Reading Page, like so on my Livejournal friends page.
In the tutorial, this issue was addressed, but there's nothing in my CSS that could possibly hiding the usernames. I even added the line display: yes; under the .userpicfriends a section in my custom CSS, and it still didn't fix it. >__<; Do I have to edit something in that ummm, compiler thingy? I still haven't quite figured out this whole layers thing either, so I'm sorry!
I didn't see a tag for this layout, so I hope someone can help me since I'm kind of at a loss. ;__; Thanks in advance!
Hi, I just came over from LJ, and over there, I was using the Flexible Squares base layout. Thanks to this tutorial, I was able to install the layout on my Dreamwidth as well. It has worked perfectly, but I've found one problem: the usernames and comm names aren't showing up under their respective icons on my Reading Page, like so on my Livejournal friends page.
In the tutorial, this issue was addressed, but there's nothing in my CSS that could possibly hiding the usernames. I even added the line display: yes; under the .userpicfriends a section in my custom CSS, and it still didn't fix it. >__<; Do I have to edit something in that ummm, compiler thingy? I still haven't quite figured out this whole layers thing either, so I'm sorry!
I didn't see a tag for this layout, so I hope someone can help me since I'm kind of at a loss. ;__; Thanks in advance!
no subject
Date: 2010-09-07 03:38 am (UTC)no subject
Date: 2010-09-07 03:54 am (UTC)http://www.dreamwidth.org/customize/advanced/layers
Find the layer that you added according to the tutorial, it'll have a Type of "layout". Click the edit button.
The lines you are going to want to find are in these sets of lines:
And:
And:
You want to replace the "friends" parts (the ones inside quotes) with "read". (Yeah, keep the quotes.) Then hit the save & compile button at the top, hopefully it will save, and then your style should be working right.
no subject
Date: 2010-09-07 05:07 am (UTC)no subject
Date: 2010-09-07 05:22 am (UTC)no subject
Date: 2010-09-07 05:56 am (UTC)no subject
Date: 2010-09-07 04:54 pm (UTC)no subject
Date: 2010-09-09 10:29 pm (UTC)$p.view == "friends"
you'd replace it with (I am gonna add parens here just in case to make the grouping right if it doesn't work lemme know):($p.view == "read" or $p.view == "network")
And so on, so forth.
$.view == "friends"
will be:($.view == "read" or $.view == "network")
$p.view != "friends"
will be:($p.view != "read" and $p.view != "network")
If you already put the "read" ones into place, replace them with the parenthetical ones given.
no subject
Date: 2010-09-10 07:34 pm (UTC)no subject
Date: 2018-01-09 06:35 am (UTC)https://style-system.dreamwidth.org/124929.html?thread=963585#cmt963585
no subject
Date: 2010-09-09 10:28 pm (UTC)no subject
Date: 2010-09-09 10:30 pm (UTC)no subject
Date: 2010-09-09 10:25 pm (UTC)