rpanonmod ([personal profile] rpanonmod) wrote in [community profile] rpanons2014-11-22 11:34 pm

Basically my kitchen is Wankgate

Rundown: [community profile] rpanons is an anonymous community for role-play related topics. This place serves as a forum for game discussions, canon discussions, RP solicitations (ATP, game ads, open memes), and advice. The occasional off topic comment is inevitable, but please keep heated social and political topics to their respective communities. Posting them here will only get them frozen. Subsequent threads made to bypass a freeze will then be deleted.

Rules:

Do not post pornographic or shocking images.
Do not share private entries, plurks, chat logs, etc.
Do not use this community as your social/political/hatespeech soapbox.
Do not be redundant. One page does not need three or more threads on one topic/theme.
Do not treat this comm like your personal Plurk or Twitter. Off-topic happens, but it should be open for discussion and not just a play-by-play of your life. No one cares.


CONCERNS | RESOURCES


Navigate:

LATEST PAGE | GAME DISCUSSIONS | CANON DISCUSSIONS | HTML/GRAPHIC HELP

ATP/ENABLE ME | GAME ADVERTISEMENTS | PB SUGGESTIONS | USERNAME SUGGESTIONS

GAME IDEAS | CHARACTER ADVICE | RP WITH ME | TEST DRIVES
makes_it_rain: (sheepish | welp)

code/html help

[personal profile] makes_it_rain 2014-11-27 10:26 pm (UTC)(link)
Hello I have a bit of a coding problem!

I snagged a Flexible Squares LJ layout and everything is great except for the three middle icons not showing up correctly. I already uploaded the correct pictures to my own server and tried replacing the links already found in the code, but I am completely code illiterate so I must still be doing something wrong.

Any help would be greatly appreciated!

Re: code/html help

(Anonymous) 2014-11-27 10:31 pm (UTC)(link)
if you could c/p your code with the new urls into a textarea box, I could see what I can do.
makes_it_rain: (excited | laugh)

[personal profile] makes_it_rain 2014-11-27 11:11 pm (UTC)(link)
Thank you so much! Hopefully this is acceptable:

incogneto: (Default)

[personal profile] incogneto 2014-11-30 06:56 pm (UTC)(link)
I'm not the person you responded to so maybe they have a better clue, but this happened to me once, and even though I understand it conceptually, I still had to play around with it a lot so I hope this works!!

If you mouse over your links on your journal, you get house icon: (nothing), speech bubble: /archive, speech bubble: /read, speech bubble: /tag, speech bubble: /memories?user=makes_it_rain, and bobbly dude: /profile

The first one, your tags and bobbly dude are working because you have:



and



and



which are telling it take this url (eg a[href*="/tag"]) and put the background on it: background: url(http://i19.photobucket.com/albums/b193/CloudSmoothieAngel/Nature/comment_bubble-1_zps18d58a99.png)

But you have a couple pointing to urls that don't exist.

If you change the ones that don't work:



and



to the correct links for /archive and /read, it should work.

The next problem is that dreamwidth has an extra one (memories) that didn't exist as a default link on LJ. If you don't want the repeating speech bubble icon, you'll need to add a new block and change the url to point to /memories?user=makes_it_rain and change the background url to an appropriate icon.

Even though I did all that in the layout I messed up, it still came out pretty wonky and I think I had to re-order some of the blocks of code. Anyway, I hope that clarified some things and hopefully get you started!
Edited (formatting) 2014-11-30 18:56 (UTC)
makes_it_rain: (smile | laugh)

[personal profile] makes_it_rain 2014-12-01 02:09 am (UTC)(link)
No hey you are amazing! Thanks to your very easy to understand explanation I fixed it all straight away! Thank you again very much for your time and help!
incogneto: (tsk tsk tsk)

[personal profile] incogneto 2014-12-01 02:10 am (UTC)(link)
you're welcome!! it looks great =)
makes_it_rain: (smile | chuckle)

[personal profile] makes_it_rain 2014-12-01 03:25 am (UTC)(link)
I can't thank you enough lol. I really appreciate it!