WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Solved Have delete the RANK: in profil? Sat Mar 17, 2012 8:48 am

Gamatos

Gamatos
Registered Member
Registered Member
I meean this:

Have delete the RANK: in profil? 2012-010



Last edited by Gamatos on Tue Mar 20, 2012 6:56 pm; edited 2 times in total

2Solved Re: Have delete the RANK: in profil? Sat Mar 17, 2012 10:01 am

Sir chivas

Sir chivas
Registered Member
Registered Member
What you want is just to remove the word ''Rank:''?

3Solved Re: Have delete the RANK: in profil? Sat Mar 17, 2012 7:27 pm

Gamatos

Gamatos
Registered Member
Registered Member
Yes, i want delete just a word but no icon.

4Solved Re: Have delete the RANK: in profil? Sat Mar 17, 2012 8:06 pm

ankillien

ankillien
Administrator
Administrator
Hi,

This CSS code would do it...

Code:
#profile-advanced-right .center {
color: transparent;
}

5Solved Re: Have delete the RANK: in profil? Sat Mar 17, 2012 8:26 pm

Gamatos

Gamatos
Registered Member
Registered Member
ankillien, yes it's work thank you my friend. But have can i move icon rank in center.

Have delete the RANK: in profil? 2012-011

6Solved Re: Have delete the RANK: in profil? Sat Mar 17, 2012 8:36 pm

ankillien

ankillien
Administrator
Administrator
For that you can use either of these javascripts...

Code:
$(function(){
  $('#profile-advanced-right .center img:last').before('<br>');
});

If it doesn't work use this...

Code:
$(function(){
  $('#profile-advanced-right .center img:last').css('margin-left' , '-20px');
});

You can change the -20px to change position of the image.

7Solved Re: Have delete the RANK: in profil? Sat Mar 17, 2012 9:24 pm

Gamatos

Gamatos
Registered Member
Registered Member
Yeap, ankillien you are the best of the best, THANK!!

____

Sorry, i found one very small problem...

Have delete the RANK: in profil? JEghV


That i have in Admin panel:

Have delete the RANK: in profil? RPCJq

8Solved Re: Have delete the RANK: in profil? Mon Mar 19, 2012 2:08 am

Gamatos

Gamatos
Registered Member
Registered Member
ankillien, this is dosen't fix?

9Solved Re: Have delete the RANK: in profil? Mon Mar 19, 2012 8:52 am

ankillien

ankillien
Administrator
Administrator
Please wait! Avoid bumping and double posting. I'll post when I get a chance.

EDIT:

I need to see the ranks on your forum to do that. Are you using font tag to colorize the rank titles? I need to check the source code of it so please give a link to your forum.

10Solved Re: Have delete the RANK: in profil? Mon Mar 19, 2012 5:48 pm

Gamatos

Gamatos
Registered Member
Registered Member
I'm so sorry for two reply. Forum parea.biz I think you remember your Account in my forum...

11Solved Re: Have delete the RANK: in profil? Mon Mar 19, 2012 7:49 pm

ankillien

ankillien
Administrator
Administrator
Try this javascript...

Code:
$(function(){
$('#profile-advanced-right font:first').css('margin-left', '-20px');
});

12Solved Re: Have delete the RANK: in profil? Tue Mar 20, 2012 6:55 pm

Gamatos

Gamatos
Registered Member
Registered Member
Have delete the RANK: in profil? Thank_you_banner-500

13Solved Re: Have delete the RANK: in profil? Tue Mar 20, 2012 7:54 pm

ankillien

ankillien
Administrator
Administrator
Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum