Help - Search - Members - Calendar
Full Version: Override help please.
Forums > Resource Center > Support Center > Livejournal Support > Livejournal Resolved Topics
zolka
Okay, I tried to change my layout and it didn't work. I wasn't sure what I did, but it really didn't matter. I still had the code for the last layout I had been using and I decided to put that one back up. When I tried to do that nothing happened. I'm not sure what I did, or what I have to do to fix this.

This is my journal: Zalko

This is the code I used:


CODE
GLOBAL_HEAD<=
<style type="text/css">
<style type="text/css"> >
<!--
table {
width: 334px;
margin-left: auto;
margin-right: auto;
border: 5px solid #000000;
}
body {
margin-top: 313px;
}
table table {
width: 100%;
margin:0;
border:0;
}
table table table {
width: auto;
}
table table table table {
border: 0;
}
body, td, .comments, .caption, .index  {
background-color: #CCCC00;
}
body {background-image:url(http://a.opillard.free.fr/FP/jasper7.jpg);
background-repeat: no-repeat;
background-attachment: none;
background-position: top center;
}
b {
color: #000000;
}
a {
color: #000000;
cursor: none;
}
body, html, td, font, div, p {
font-family: Arial;
font-size: 7pt;
color: #000000;
}
body {
scrollbar-track-color: #CCCC00;
scrollbar-face-color: #CCCC00;
scrollbar-highlight-color: #CCCC00;
scrollbar-3dlight-color: #CCCC00;
scrollbar-darkshadow-color: #CCCC00;
scrollbar-shadow-color: #CCCC00;
scrollbar-arrow-color: #000000;
cursor: none;
}
a:hover {
color: #000000;
cursor: none;
text-decoration: none;
}
p .index {
color: #CCCC00;
font-size: 0pt;
text-align: right;
}
.entrybox .caption {
display: none;
}
.comments {
text-align: right;
font-size: 7pt;
}
tr.caption{
display:none
}
.shadowed td div{
visibility: hidden;
position: absolute;
top: 1px
}
.shadowed img{
visibility:hidden;position:absolute;top:0
}
.nav {
font-size: 7pt;
padding: 0px;
font-family: arial;
}
.entrybox .caption{
display: none;
}
-->
</style>
<style type="text/css">
<!--

/* universal font face */
body, td, font, div, p {
font-family: "arial"
}

/* displayed title of livejournal */
td.caption {
font-size:8pt;
}

/* top right navigation links */
.index {
font-size:8pt;
}

/* displayed user name in top banner */
td div {
font-size:8pt;
}

/* top banner main navigation links */
table table table table td.meta {
font-size:8pt;
}

/* subject of journal entries */
p table table td.caption {
font-size:8pt;
}

/* displayed text in journal entries */
td {
font-size:8pt;
}

/* currents (mood, music) and bottom banner navigation links */
table table table td.meta {
font-size:8pt;
}

/* comment links */
.comments {
font-size:8pt;
}

-->
</style>
<=GLOBAL_HEAD

FRIENDS_TALK_LINKS<=
<tr><td class="comments" colspan="2">
<a href="%%urlread%%">%%messagecount%%</a> / <a href="%%urlpost%%">Queries</a>
</td></tr>
<=FRIENDS_TALK_LINKS

FRIENDS_WEBSITE<=
<style type="text/css">
<!--
table table table table .meta {visibility:hidden;position:absolute;top:1px}
table table table table table .meta {visibility:visible;position:relative;top:1px}
-->
</style>
<tr><td colspan="0" width="100%">
<table style="float:right" cellspacing="0" border="0" cellpadding="0">
<tr><td class="nav">
<a href="http://www.livejournal.com/users/zalko/info/">Information</a>  
<a href="http://www.livejournal.com/users/zalko/">Current</a>  
<a href="http://www.livejournal.com/users/zalko/friends/">Friends</a>
<a href="http://www.myspace.com/siouxiesue">Myspace</a>
</td></tr></table></td></tr>
<=FRIENDS_WEBSITE

LASTN_DATE_FORMAT<=
<span style="font-size: 25pt; color: #000000; font-family: Arial; line-height: 1.0em; text-align: right;">%%daylong%%</span><br>
<span style="font-size: 8pt; color: #000000; font-family: Arial; line-height: 1.0em; letter-spacing: 0px; text-algin: right;">%%monlong%% %%dth%%, %%yyyy%%</span>
<=LASTN_DATE_FORMAT

FRIENDS_DATE_FORMAT<=
<span style="font-size: 25pt; color: #000000; font-family: Arial; line-height: 1.0em; text-align: rightr;">%%daylong%%</span><br>
<span style="font-size: 8pt; color: #000000; font-family: Arial; line-height: 1.0em; letter-spacing: 0px; text-algin: right;">%%monlong%% %%dth%%, %%yyyy%%</span>
<=FRIENDS_DATE_FORMAT

LASTN_WEBSITE<=
<style type="text/css">
<!--
table table table table .meta {visibility:hidden;position:absolute;top:1px}
table table table table table .meta {visibility:visible;position:relative;top:1px}
-->
</style>
<tr><td colspan="0" width="100%">
<table style="float:right" cellspacing="0" border="0" cellpadding="0">
<tr><td class="nav">
<a href="http://www.livejournal.com/users/zalko/info/">Information</a>  
<a href="http://www.livejournal.com/users/zalko/">Current</a>  
<a href="http://www.livejournal.com/users/zalko/friends/">Friends</a>
<a href="http://www.myspace.com/siouxiesue">Myspace</a>
</td></tr></table></td></tr>
<=LASTN_WEBSITE

LASTN_TALK_LINKS<=
<tr><td class="comments" colspan="2">
<a href="%%urlread%%">%%messagecount%%</a> / <a href="%%urlpost%%">Queries</a>
</td></tr>
<=LASTN_TALK_LINKS
Mulder
ok, first things i noticed.

you have 2 <style type='text/css'> right at the beginning.

you have 2 body{

i didnt really look further than that, but you need to make sure you didnt repeat anything else in your overrides.
zolka
Thanks, shows how much I pay attention.

I fixed the two things that you pointed out, and I moved all of the information that would be under the "body" together in the same portion.
Libertie
Did that fix your problem? _smile.gif
zolka
QUOTE(Libertie @ Mar 16 2006, 10:15 PM) *
Did that fix your problem? _smile.gif


Sadly no it didn't.

I'm not sure as to what to do. I guess I can take another look at it. I've never been that good at Livejournal override codes, and what not (though I'm in love with Livejournal). If it doesn't work I could divise another layout for it. But I'm really not sure if it would work. Because the code that I posted here was the original one I had, and it worked. Then I changed it to another layout (which didn't work). Now trying to change it back, and it's giving me problems. Stuff like this has happened before to me. I have bad luck I guess.
Libertie
Strange, are you SURE you're using that EXACT code you posted?

Is this what you were wanting to get?
http://www.livejourbal.net/users/nu/

I just took the code without modifying it at all and pasted it in my test account. XD
zolka
QUOTE(Libertie @ Mar 16 2006, 10:39 PM) *
Strange, are you SURE you're using that EXACT code you posted?

Is this what you were wanting to get?
http://www.livejourbal.net/users/nu/

I just took the code without modifying it at all and pasted it in my test account. XD



Yeah that is what it use to look like.

Hmmm

I don't know, I'll try it again. Using the one I posted. Maybe it will work.

Or maybe I just out right broke my Livejournal (which I don't believe you can do, but me I make the impossible possible).
Libertie
Well. =\

Try these things, just to make sure..

Go to your modify journal page where you paste the overrides, and clear EVERYTHING. Of course the page layout style needs to be generator, but anything that has any type in it needs to be empty. Just delete it all, including everything from the override box.

Then paste what you've put in your original post and see if that helps. X(

PS I don't think you broke your Livejournal, there's always something that can be done. :P
zolka
I don't know. It didn't work. I'm not sure what else to do. I'm think of some more things I can try. Thanks for all the help! It was very much appreciated!

biggrin.gif
talcumpowder
.... Refresh once or twice after you've saved it and see what happens. Seriously, don't think about it. Just do. Especially if you've been using the current layout for longer than a week.
(I could try to explain why, but it takes too long.)
Mulder
also, quick check list:

all styles set to generator?
website in profile?

just..check. and yea..sometimes overrides are right, but they just dont work. so..leave it for an hour, then re-paste the overrides, and it should work.
zolka
QUOTE(insomniac @ Mar 17 2006, 8:53 PM) *
also, quick check list:

all styles set to generator?
website in profile?

just..check. and yea..sometimes overrides are right, but they just dont work. so..leave it for an hour, then re-paste the overrides, and it should work.


Check, everything is set to generator.
Check, there is a webite in the profile.

I just re-pasted the the overrides, which didn't work (I hate to say that because everyone has been very helpful). I'm going to leave it for a while like an hour or so and try it all over again. Hopefully (fingers crossed) it should work.

Thanks again.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.