kitters: (Default)
Vanessa ([personal profile] kitters) wrote in [community profile] style_system2010-09-06 10:46 pm

Display usernames and comms under icon on Reading Page in Flexible Squares?

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!
turlough: large orange flowers in lush green grass ((dw) dreaming of music)

[personal profile] turlough 2010-09-07 04:54 pm (UTC)(link)
If you could tell me how to fix that it would be awesome. I've tried to fix it on my own but didn't get very far and since I don't use the network page very much I haven't bothered to ask about it. But since you're offering I couldn't very well let it go :-) So, please tell me?
foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)

[personal profile] foxfirefey 2010-09-09 10:29 pm (UTC)(link)
Those instructions got added to the original instruction post--basically, when you have $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.
turlough: Lena Horne in orange jacket looking gleefully happy, 1950s ((other) happiness)

[personal profile] turlough 2010-09-10 07:34 pm (UTC)(link)
It worked perfectly. Thank you so much!
lady_noremon: Nicolas & Lestat hugging. (LestatNicki)

[personal profile] lady_noremon 2018-01-09 06:35 am (UTC)(link)
Fixed an edit of Tabular Indent by [personal profile] syntheid by changing "friends" to "read" as well. I am so happy!

https://style-system.dreamwidth.org/124929.html?thread=963585#cmt963585