I highly suspect a potential problem with the code, provided here (and on a few other websites being pushed in the myspace customizing forum.)
This is not going to seem logical at first, but I suggest you run your own tests, by refreshing the page several times (over a long enough time frame that you can insure it is not just the same ad over and over).
I ran several tests, over a few days, the one result which was consistent, was that the ad failed to either show, or remain, on the page, over 50% of the time, when I had the above code installed.
The ad banner is at level
div table td
It goes no deeper, so one would not suspect that something which does this:
table div {display:none;} (or visibility:hidden}
could effect the ad banner.
However, when I saw the ad banner display, and then saw it go away as the page painted; I suspected it had something to do with my own customizations (however it could have been anything in the style which was applied after the initial painting of the ad banner).
So I changed the code I used to modify the bottom links
I was able to fix the problem by adding this line of code.
div table div {display:block;}
swf advertisements had a much better success rate than non swf advertisements.
In most cases, where the ad did not display, I was able to see the ad when I viewed without style. This is another clue that it is something in the style code causing the problem.
Why is this symptom occurring?
Is it possible the ad contains a Div?
this bottom links code used to work until yesterday…. well… it still works, but it also hides the advertising at the top, which will get people’s profile deleted
here is the new code that doesnt hide the ad at the top
body table div div, body table div font {display:none;}
this bottom links code used to work until yesterday…. well… it still works, but it also hides the advertising at the top, which will get people’s profile deleted
here is the new code that doesnt hide the ad at the top
body table div div, body table div font {display:none;}
i tried this and it left a blank horizontal line across the bottom of my page :/ but thanks for the heads up yo!
The grey line, in the code Abraxus gives above, can be eliminated by adding one more line of code.
tr {background-color:transparent}
That thin gray line will go away and the background will show through.
It does effect the url white background, and the blue behind the white shows through (a minor side effect I actually like).
As far as the previous code working until the 7th, I tested the symptom, prior to the 7th of June. While I was initially baffled by the symptom, it was there. I was not imagining it, and found complaints of the symptom in multiple discussion forums.
I had the line of code identified prior to June 7th as well (although after May 29th when I made my initial attempt to post the symptom to this forum).
But I guess the exact timing of the symptom is moot at this point.
I have discovered something interesting, either new (or just something I missed before).
Now we have to be concerned with this line of code as well:
div table div div {display:none} or {visibility:hidden}
I was actually testing something else (the sudden appearance of a new div level effecting the extended network box), and I noticed a change to the div layering which encloses the ad banner.
Through additional testing I discovered that the myspace code generated, changes from minute to minute, related to the ad banner.
It went back and forth, multiple times, within a few hours.
Sometimes the ad banner showed at level
div table div
other times at level
div table div div
This does not break the code shown at the top of this page as the recommended solution.
This does effect the code submitted by Abraxus (a few replies above this one).
I am now wondering how long the code has been fluctuating. This could explain why one of my code snapshots from early May shows this level
div table td
And one from June 5th shows this level
div table div
Yet the problem with the ad banner, due to hiding this level, div table div, has been occurring since at least mid May. Was the code fluctuating at that time as well?
This may explain why we had trouble seeing what was going on.
Sooo… How Do We Make A Code That Will Allow To Hide The Bottom Links (About, FAQs, Etc.) And The Copyright Myspace Stuff Down Below Without Even Have To Make The Flash And The Non-Flash Ads?
Sooo… How Do We Make A Code That Will Allow To Hide The Bottom Links (About, FAQs, Etc.) And The Copyright Myspace Stuff Down Below Without Even Have To Make The Flash And The Non-Flash Ads?
P.S - Without Even To Have To Make The Flash And The Non-Flash Ads Dissappear..Sorry Forgot A Line There LOL :-D
i still cant hide the space underneath my who id like to meet,
and for some reason i cant find one code that actually works in hiding my bottom links,
seeing as they’re all grouped up in the right column now.
If your bottom links are on your right side, and you did not put them there intentionally, then you should remove the code which has placed them there.
Likely this code is in your “To Meet” section and involves opening tables which are not closed.
This throws the profile off balance, and sucks everything below the blurbs into the blurb section, and onto the right side.
Or you could try this. At least you don’t have to worry about hiding the ad banner with this code (I just realized a potential advantage of off balance code which sucks the bottom links into the blurb section :-)
table.blurbs table div {display:none}
The above will also eliminate any video you may have installed using the standard myspace video add (which places the video in a div).
Any other Divs in your blurbs will also be effected, as will that useless div in the friend area, and the more useful (but irritating) div in the comment section.
Ive put the code everywhere… it never hides the bottom links completely. It leaves a very very thin line…. AND it always covers all my comments. The bottom links showed up after I put my comments on my profile in the first place. Is there a way I can keep my comments but get rid of the links in the middle of my page???????
Possible to have a greasemonkey script that hides the bottom links on your homepage???
And also the huge white space I now have at the bottom of the page after adblocking all the adverts and using your insanely amazing “comments on homepage” script.
Thanks! :p
i tried this code & refreshed it many times & it just wont work for me.
then i copied & pasted the ‘new’ code but all it did was show up in my about me section.
There is nothing in the TOS about the bottom links, or the shortcuts list, as many people are now saying. I seriously think it’s a rumor that just got out of control. I just read the TOS, and all I see is that you cannot hide the ad.
** !! ATTENTION !! **
FOR EVERYONE WHOS LOOKING TO REMOVE BOTTOM NAVIGATION && THAT ANNOYING WHITE SPACE LEFT BEHIND ::
– After you have removed your bottom links it leaves behind a huge white box making your page look wack right ?? you guys are using OLD codes — here is a newer one && it is sure to work.
—————————
ADD THIS TO THE VERY BOTTOM OF YOUR HEROES SECTION !!!!!!!!!!!!!
table div {display:none;}
div table div,
table table div {display:block;}
There is nothing in the TOS about the bottom links, or the shortcuts list, as many people are now saying. I seriously think it’s a rumor that just got out of control. I just read the TOS, and all I see is that you cannot hide the ad.
i got a message from a myspace admin(yeah he was real) telling me i had to remove the code or my profile would be deleted.
I wanted also to hide the bottom links without hiding the ads. The new code doesn’t work at all.. the catch is that you have to put it on the layout code, but even if you put it it hides ad and bottom links. Plus is better the code that just dissappears the gray line
tr {background-color:transparent}
you have to put it on le LAYOUT CODE.. if not it won’t works :)
Possible problem with code to hide bottom links.
I highly suspect a potential problem with the code, provided here (and on a few other websites being pushed in the myspace customizing forum.)
This is not going to seem logical at first, but I suggest you run your own tests, by refreshing the page several times (over a long enough time frame that you can insure it is not just the same ad over and over).
I ran several tests, over a few days, the one result which was consistent, was that the ad failed to either show, or remain, on the page, over 50% of the time, when I had the above code installed.
The ad banner is at level
div table td
It goes no deeper, so one would not suspect that something which does this:
table div {display:none;} (or visibility:hidden}
could effect the ad banner.
However, when I saw the ad banner display, and then saw it go away as the page painted; I suspected it had something to do with my own customizations (however it could have been anything in the style which was applied after the initial painting of the ad banner).
So I changed the code I used to modify the bottom links
I was able to fix the problem by adding this line of code.
div table div {display:block;}
swf advertisements had a much better success rate than non swf advertisements.
In most cases, where the ad did not display, I was able to see the ad when I viewed without style. This is another clue that it is something in the style code causing the problem.
Why is this symptom occurring?
Is it possible the ad contains a Div?
this bottom links code used to work until yesterday…. well… it still works, but it also hides the advertising at the top, which will get people’s profile deleted
here is the new code that doesnt hide the ad at the top
body table div div, body table div font {display:none;}
i tried this and it left a blank horizontal line across the bottom of my page :/ but thanks for the heads up yo!
this code dosnt work! can you help me?
The grey line, in the code Abraxus gives above, can be eliminated by adding one more line of code.
tr {background-color:transparent}
That thin gray line will go away and the background will show through.
It does effect the url white background, and the blue behind the white shows through (a minor side effect I actually like).
As far as the previous code working until the 7th, I tested the symptom, prior to the 7th of June. While I was initially baffled by the symptom, it was there. I was not imagining it, and found complaints of the symptom in multiple discussion forums.
I had the line of code identified prior to June 7th as well (although after May 29th when I made my initial attempt to post the symptom to this forum).
But I guess the exact timing of the symptom is moot at this point.
I have discovered something interesting, either new (or just something I missed before).
Now we have to be concerned with this line of code as well:
div table div div {display:none} or {visibility:hidden}
I was actually testing something else (the sudden appearance of a new div level effecting the extended network box), and I noticed a change to the div layering which encloses the ad banner.
Through additional testing I discovered that the myspace code generated, changes from minute to minute, related to the ad banner.
It went back and forth, multiple times, within a few hours.
Sometimes the ad banner showed at level
div table div
other times at level
div table div div
This does not break the code shown at the top of this page as the recommended solution.
This does effect the code submitted by Abraxus (a few replies above this one).
I am now wondering how long the code has been fluctuating. This could explain why one of my code snapshots from early May shows this level
div table td
And one from June 5th shows this level
div table div
Yet the problem with the ad banner, due to hiding this level, div table div, has been occurring since at least mid May. Was the code fluctuating at that time as well?
This may explain why we had trouble seeing what was going on.
Sooo… How Do We Make A Code That Will Allow To Hide The Bottom Links (About, FAQs, Etc.) And The Copyright Myspace Stuff Down Below Without Even Have To Make The Flash And The Non-Flash Ads?
P.S - Without Even To Have To Make The Flash And The Non-Flash Ads Dissappear..Sorry Forgot A Line There LOL :-D
i still cant hide the space underneath my who id like to meet,
and for some reason i cant find one code that actually works in hiding my bottom links,
seeing as they’re all grouped up in the right column now.
Won’t hiding the copyright at the bottom get you deleted also?
Sev,
If your bottom links are on your right side, and you did not put them there intentionally, then you should remove the code which has placed them there.
Likely this code is in your “To Meet” section and involves opening tables which are not closed.
This throws the profile off balance, and sucks everything below the blurbs into the blurb section, and onto the right side.
Or you could try this. At least you don’t have to worry about hiding the ad banner with this code (I just realized a potential advantage of off balance code which sucks the bottom links into the blurb section :-)
table.blurbs table div {display:none}
The above will also eliminate any video you may have installed using the standard myspace video add (which places the video in a div).
Any other Divs in your blurbs will also be effected, as will that useless div in the friend area, and the more useful (but irritating) div in the comment section.
Ive put the code everywhere… it never hides the bottom links completely. It leaves a very very thin line…. AND it always covers all my comments. The bottom links showed up after I put my comments on my profile in the first place. Is there a way I can keep my comments but get rid of the links in the middle of my page???????
Ive tried everything i can think of.
the code doesnt work
please try gtet to me asap when you do have it or explain
am i doing something wrong?
I have exactly the same problem some help please!
thanks :]
Can anyone send me the code to unhide the copyright ?
this works for me but it’s hiding my copyright.
how do i fix that?
i tried this code & refreshed it many times & it just wont work for me.
then i copied & pasted the ‘new’ code but all it did was show up in my about me section.
please help me?
ok i figured out why it wasnt working, but how do i hide the whole Bottom Links SECTION?
instead of just the links?
this code doesn’t work any more.
it used to quite beautifully but :[ no longer…
help please?
i have a huge space underneath my profile. how do i get rid of it?
There is nothing in the TOS about the bottom links, or the shortcuts list, as many people are now saying. I seriously think it’s a rumor that just got out of control. I just read the TOS, and all I see is that you cannot hide the ad.
** !! ATTENTION !! **
FOR EVERYONE WHOS LOOKING TO REMOVE BOTTOM NAVIGATION && THAT ANNOYING WHITE SPACE LEFT BEHIND ::
– After you have removed your bottom links it leaves behind a huge white box making your page look wack right ?? you guys are using OLD codes — here is a newer one && it is sure to work.
—————————
ADD THIS TO THE VERY BOTTOM OF YOUR HEROES SECTION !!!!!!!!!!!!!
table div {display:none;}
div table div,
table table div {display:block;}
i got a message from a myspace admin(yeah he was real) telling me i had to remove the code or my profile would be deleted.
i want to get rid of that white box, but thge code you gave us didnt work, whats anotehr code?
thanks
I wanted also to hide the bottom links without hiding the ads. The new code doesn’t work at all.. the catch is that you have to put it on the layout code, but even if you put it it hides ad and bottom links. Plus is better the code that just dissappears the gray line
tr {background-color:transparent}
you have to put it on le LAYOUT CODE.. if not it won’t works :)