47 Comments
vroque33 wrote on Dec 2, '07
I'm Using Avalack theme and I don't change the CSS, i just replace the top image... if someone knows how to move it please tell me.
bindra wrote on Dec 2, '07
Did you forget that there is an advertising below your headshot, right?
bindra wrote on Dec 2, '07
You must consider about the size and content of tags itself.
It is possible but I never try it.
lfom wrote on Dec 2, '07, edited on Dec 2, '07
The tag cloud changes as you add new entries to your page, so probably it's hard-coded in the HTML of your page and you cannot move it, but you can use the post in this group about how to create a widget somewhere in your page and add some tags to the rail (column with your headshot).


Protect the Animals - Junte-se a Nos / Join us - Firefox Gratis / Get Firefox Free
bindra wrote on Dec 2, '07
I made a small test, here is the result.



You see, this is only possible if you make the rail transparent.
It also depends on the tag configuration itself, not all work as
expected. And as Luiz said, the tags cloud may change,
not only in number, but also in size, depending how popular it
is. It is possible, but must done with care.
nonio wrote on Dec 2, '07
try this
its the version for the style sheet of the widget code


div.relatedlinks {
color:white;background-color: #CC3366; border: 3px solid #000000; color: #ffffff; text-align: center; width: 160px; position: absolute; top: 800px; left: 104.35%;z-index:10000;
}
div.relatedlinks a {
color:white;
}



maybe u could find the problem reported by bindra


,.,.of course u have to add the this code in the custom css box

top:800px to make it below the google ads
bindra wrote on Dec 2, '07, edited on Dec 2, '07
Maria, ".relatedlinks" also used in another place, such as edit/delete/share/reply below every post.
nonio wrote on Dec 2, '07
:-)
Vince I like very very very much this position for the tags,,
I have already put the new code in the group (look the home )
are you angry for this?

it is NOT visible with ie

uhmmm I have to resolve this glitch

nonio wrote on Dec 2, '07
bindra said
Maria, ".relatedlinks" also used in another place, such as edit/delete/share/reply below every post.
Thank you dear
I'll specify better the part
nonio wrote on Dec 2, '07
anyway edit/delete/share/reply look to be in the right place
bindra wrote on Dec 2, '07
I don't know, but I kinda remember it used there.
I use another tag, but this tag depends on tagcloud
configuration.
bindra wrote on Dec 2, '07
OK, now I know where it is used in another place. Not like I mentioned before,
sorry, my mistake. It is used below every post, just before Next/Previous links.
That means every tag in every post will be moved as well.
bindra wrote on Dec 2, '07
The tagscloud on main page depends on the Welcome box position.
If it is moved, then the value must be adjusted again.
bindra wrote on Dec 2, '07
Don't forget about rail transparency as well. It is required, I believe.
nonio wrote on Dec 2, '07
I suppose u have the welcome box as first in the site otherwise change the mainbox_1 with the right number

/* Tags */
div#mainbox_1 div.relatedlinks {
color:white;background-color: #CC3366; border: 3px solid #000000; color: #ffffff; text-align: center; width: 160px; position: absolute; top: 3400px; left: 104.35%; z-index:10000;
}
div#mainbox_1 div.relatedlinks a, div#mainbox_1 div.relatedlinks a:link {
color: #000000;
}
div#mainbox_1 div.relatedlinks a:hover {
color:white;
}
div#mainbox_1 div.relatedlinks a:active {
color:#555555;
}



hope it works
tnx bindra
vroque33 wrote on Dec 3, '07
thanks for the help...
"Vince I like very very very much this position for the tags,,
I have already put the new code in the group (look the home )
are you angry for this?"

I'm not angry, i just want to try and see how will it look like...
nonio wrote on Dec 3, '07
I have to solve the glitch with ie yet...
vroque33 wrote on Dec 6, '07
it doesn't work that much
nonio wrote on Dec 6, '07
are you saying the code for all the browsers or referred to ie?
puma1504 wrote on Dec 6, '07
U cannot. I guess
vroque33 wrote on Dec 7, '07
I don't get this....

/* Tags */
div#mainbox_1 div.relatedlinks {
color:white;background-color: #CC3366; border: 3px solid #000000; color: #ffffff; text-align: center; width: 160px; position: absolute; top: 3400px; left: 104.35%; z-index:10000;
}

Am i going to add this into my CSS code or replace something? I don't have div#mainbox_1 in my css code...
its funny i don't get it, sorry i'm just new to css...
jnamakulit wrote on Dec 7, '07
just add it
jnamakulit wrote on Dec 7, '07
div#mainbox_1 div.relatedlinks - is the CSS TAG representing the tags area in your homepage.
nonio wrote on Dec 7, '07, edited on Dec 7, '07
div#mainbox_1 addresses the FIRST visible BOX you have in your Home Page (it is present only in the homepage not in the other pages)


div#mainbox_2 addresses the SECOND visible box in the home page

and so on


div#mainbox_1 div.relatedlinks addresses some kind of text in the first box of the home page
(u have the welocome box as first and the text addressed is the word Tags: before the links tags
ONLY the word
Tags:

this addresses the effectives links
div#mainbox_1 div.relatedlinks a, div#mainbox_1 div.relatedlinks a:link



all this code there isnt in the original css
you have to add the code as new code , a new block in your css
in any place of the code
just respect the integrity of any block

starting with {
and ending with }

if u have some trouble add the code at the bottom
after the last }



vroque33 wrote on Dec 8, '07
i add this line of codes

/* Tags */
div#mainbox_1 div.relatedlinks {
color:white;background-color: #CC3366; border: 3px solid #000000; color: #ffffff; text-align: center; width: 160px; position: absolute; top: 3400px; left: 104.35%; z-index:10000;
}
div#mainbox_1 div.relatedlinks a, div#mainbox_1 div.relatedlinks a:link {
color: #000000;
}
div#mainbox_1 div.relatedlinks a:hover {
color:white;
}
div#mainbox_1 div.relatedlinks a:active {
color:#555555;
}

what happen is the tag under the welcome box disappear and it should go to where i want it to be,
but what happen is, it don't go there, and i don't see it anywhere.

What happen then?
bindra wrote on Dec 8, '07
Is your rail transparent? I did mention that it is important to have your rail transparent, didn't I?
vroque33 wrote on Dec 8, '07
Sorry but how can make it transparent? what should i add?
vroque33 wrote on Dec 8, '07
hey i did make the rail transparent, but still i can't see it.

.railbody {
padding: 15px;
width: 129px;
font-size: 12px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background: none;
border: none;
z-index: 1000;
position: relative;
/* background: url(http://images.multiply.com/multiply/style/avlack/railmid.gif) repeat-y top left; */
background-color: transparent;
}
bindra wrote on Dec 8, '07, edited on Dec 8, '07
No, thats not enough. This will make ALL parts of rail transparent,

td.rail, div.rail, div#rail, .railstart, .railbody,
.railsep, .railsubsep, .railend, .railbottom { background: none transparent; }

vroque33 wrote on Dec 9, '07
I have followed your instruction

td.rail, div.rail, div#rail, .railstart, .railbody,
.railsep, .railsubsep, .railend, .railbottom { background: none transparent; }

All that see now on that side is the background, but still i don't see my tags...
Anyway, I will move it anymore.
vroque33 wrote on Dec 9, '07
by the way, i have uploaded songs, and it is for everyone, and when a song is posted for everyone, also anyone can download it. How can i limit or make some of the song not able for download and only for listening online?
bindra wrote on Dec 9, '07
There is no option to limit music download, at least now.
Comment deleted at the request of the author.
bindra wrote on Dec 9, '07
Maria, what I meant is "there is no way how to prevent users from downloading the music".
jnamakulit wrote on Dec 9, '07
You mean, something like disabling download (just like in videos)?
bindra wrote on Dec 9, '07
Yep. Nothing such an option for music.
jnamakulit wrote on Dec 9, '07
But if that's a copyrighted material, it's still off the TOS.. So, just for "original Musics"
bindra wrote on Dec 9, '07
Mmm... I might try it, later.
jnamakulit wrote on Dec 9, '07
I meant, there should be "disable" download link for the musics in the music page..

But even if there's a disable function, copyrighted music is still not allowed..
bindra wrote on Dec 9, '07
Did you mean "not allowed to be uploaded"?
I kind of remember of user posting this issue in another group.
jnamakulit wrote on Dec 9, '07
I mean:

Posting a Music and NOT allowing Users to download it (just for listening)
nonio wrote on Dec 9, '07, edited on Dec 9, '07
I'm wondering now

Is it allowed by the copyright law to whistle a song?

is it allowed to post songs only for contacts or it involves the copyright infringement?

and to put the music in the external service as imeem does it involves a copyright infringement??

the radios have to pay for to transmit songs?
nonio wrote on Dec 9, '07
I have followed your instruction

td.rail, div.rail, div#rail, .railstart, .railbody,
.railsep, .railsubsep, .railend, .railbottom { background: none transparent; }

All that see now on that side is the background, but still i don't see my tags...
Anyway, I will move it anymore.
leave the code into the site so it is possible to check it
jnamakulit wrote on Dec 9, '07
nonio said
I'm wondering now

Is it allowed by the copyright law to whistle a song?

is it allowed to post songs only for contacts or it involves the copyright infringement?

and to put the music in the external service as imeem does it involves a copyright infringement??

the radios have to pay for to transmit songs?
the others, that's still on the long debate..

about the radios - the radios are the ones who get payed to play their songs "popularity" reasons..
vroque33 wrote on Dec 9, '07
ok thanks for the comments...
Comment deleted at the request of the author.
nonio wrote on Dec 9, '07
no vince ,, I dont want to see the code
it require to much time to be examined
or better it is almost impossible to me to understand simply by looking at the code at this manner
I should to put that in a my site and looking directly ....


I HAVE TO SEE YOUR SITE
WITH THE NO WORKING CODE RUNNING IN YOUR SITE

now I feel u have the standard avlack


anyway the code works
only it is hidden from the raight rail as bindra already said

look in the group for the post on avlack theme
and use the code fore the transaprent right rail




.....................


probably this is enough
to see the tags in the rail

.railbody {
background:transparent none;
border:none;
}


please remove the code from your previous reply cause the long thread become hard to read




Add a Comment
   
CSS 4 MP
Join this Group!RSS FeedHelp on RSS FeedsAdd to My Yahoo
Report Abuse
© 2008 Multiply, Inc.    About · Blog · Terms · Privacy · Corp Info · Contact Us · Help