ex_prettygoodyear337: (Default)
prettygoodyear ([personal profile] ex_prettygoodyear337) wrote in [community profile] style_system2012-11-04 07:06 pm
Entry tags:

[solved] Tags aligned with mood

 I finally made the decision to move to Dreamwidth and managed to get everything set up the way I had it over at LJ which I liked. I did it with a lot of amazing help from people over here. 

There is, however, one thing I can't seem to get right, and that is the showing of tags on my entries.

On LJ it looked like this: 

Over here it looks like this: 

How can I get the tags show up like they did on LJ? The lovely people from [community profile] lj_refugees pointed me to this place. I have to add that I got the mood icon + text to show the way it does by using codes for the theme layout, but I'm clueless how to make the tags appear there as well, somehow it works different here than on LJ when it concerns tags. Any help therefor it much appreciated. Thanks in advance!
foxfirefey: A guy looking ridiculous by doing a fashionable posing with a mouse, slinging the cord over his shoulders. (geek)

[personal profile] foxfirefey 2012-11-04 06:38 pm (UTC)(link)
Hrm, in order to debug this we're going to need a link to your LJ.
Edited 2012-11-04 18:38 (UTC)
chagrined: Marvel comics: zombie!Spider-Man, holding playing cards, saying "Brains?" (brains?)

[personal profile] chagrined 2012-11-04 08:54 pm (UTC)(link)
Your HTML is structured differently on your LJ and your current DW. Did you make a custom layer to import your LJ layout over here, or anything? Or did you just do a lot of style customizations on a DW layout? Right now, on your LJ your tags are inside the table in your .currents div, in another div called .currenttags. On your DW they're inside your .entry_text div, in another div called .ljtags. If you are using a custom layer you can edit the S2 to output the right html by moving what is generating the .ljtags div inside the table in .currents, right after .currentmood (which is still there), and renaming the class to .currenttags (assuming you are using the same CSS on both, it should apply the same way!).

If you need any help with S2 custom layer editing, maybe upload the code on pastebin and post a link here?
chagrined: Marvel comics: zombie!Spider-Man, holding playing cards, saying "Brains?" (brains?)

[personal profile] chagrined 2012-11-04 11:21 pm (UTC)(link)
Er, your theme layer from LJ seems to work fine. I temporarily applied it to my own DW and the tags show up on my DW as they do on your LJ. I'm guessing the problem is probably that there are a lot of settings at the top of your theme layer on LJ that you left off the version of the theme layer you are using on DW. I would say, just make an entirely new theme layer and paste in the code from your LJ theme layer. Then if there were further edits you had made to the version you were previously using on DW, apply those.
chagrined: Marvel comics: zombie!Spider-Man, holding playing cards, saying "Brains?" (brains?)

[personal profile] chagrined 2012-11-04 11:59 pm (UTC)(link)
glad I could help :)