mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] dw_maintenance2013-03-01 09:03 pm

Code push soon

Hi all,

We will be doing a code push soon, in about 15 minutes. Please stay tuned!

Edit: Having some technical difficulties with my git setup. Please hold!

EDITED AGAIN: Code is pushed! Let us know if you see anything amiss!

glory_jean: (Default)

[personal profile] glory_jean 2013-03-03 10:07 am (UTC)(link)
None of my video embeds are working. Could this have anything to do with the new code?

ETA: And my already badly done banner has cloned itself. I guess I really need to try to fix that code now. ;)
Edited 2013-03-03 10:09 (UTC)
ninetydegrees: Art: self-portrait (_support)

[personal profile] ninetydegrees 2013-03-03 10:45 am (UTC)(link)
Your public videos work for me. Have your tried clearing your cache and refreshing the page?

As for your banner, I believe it's the same issue as here. :)
glory_jean: (Default)

[personal profile] glory_jean 2013-03-03 10:48 pm (UTC)(link)
And my vids are fine today. Maybe it was a YT glitch last night.

Thanks, that fixed my banner!

Could you point me toward where to find a fix for my banner coding? It's fine on my journal and my reading page, but slightly overlaps with sidebar and post on other journals. CSS sort of baffles me.
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2013-03-03 10:58 pm (UTC)(link)
I can sure try to help! Could you tell me where you want it to be exactly? It does overlap for me currently, maybe because of my font size, and I'm not sure how to go about things. This is what I see: http://i.imgur.com/DKwjnwe.jpg.
glory_jean: (Default)

[personal profile] glory_jean 2013-03-03 11:07 pm (UTC)(link)
Yup, that's what it does. Ideally, I'd like less space between the top of the page and the top of the banner. I seem to need more of a space cushion beneath the banner to stop the overlap. No amount of tinkering with the CSS seems to help.

This the code I have in custom CSS, I'm not sure what needs to change:

.module-navlinks { top: 300px; }

#header { margin-top: 0px;
margin: 200px
}


#canvas {
background-image:url("http://i105.photobucket.com/albums/m237/Gigi_friend/LJ/bannerA_Update-1.jpg");
background-position: center top;
background-repeat:no-repeat;
height: 500px;


padding 200px;
}
ninetydegrees: Art: self-portrait (Default)

[personal profile] ninetydegrees 2013-03-03 11:42 pm (UTC)(link)
Ok how about this instead of what you have for #header?

#header {
margin-top: 50px;
margin-bottom: 325px;
}
glory_jean: (Default)

[personal profile] glory_jean 2013-03-03 11:52 pm (UTC)(link)
Thank you!!

That's *perfect.* I made it 330 because it was still slightly overlapped on journals (but fine on communities oddly) and that did the job.

Thanks so much for your help. :)
ninetydegrees: Art: self-portrait (flowers)

[personal profile] ninetydegrees 2013-03-03 11:55 pm (UTC)(link)
Yay! Glad you made it work and you're welcome!