The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Issue about crown in both side of a username

3 posters

Go down

In progress Re: Issue about crown in both side of a username

Post by Van-Helsing February 22nd 2016, 5:06 pm

Hello,

Find this code in your css:

Code:
#chatbox_members a[href="/u5"], .forabg a[href="/u5"], .forumbg a[href="/u5"], .module a[href="/u5"], .page-bottom a[href="/u5"], .postprofile strong a[href="/u5"], p a[href="/u5"] {
    background: url(http://i84.servimg.com/u/f84/19/40/18/34/transp11.gif) no-repeat;
    padding: 0 14px 0 12px;
}

and replace it with the following code:

Code:

#chatbox_members a[href="/u5"], .forabg a[href="/u5"], .forumbg a[href="/u5"], .module a[href="/u5"], .page-bottom a[href="/u5"], .postprofile strong a[href="/u5"], p a[href="/u5"] {
    background: url(http://i84.servimg.com/u/f84/19/40/18/34/transp11.gif) no-repeat;
    padding: 0 14px 0 12px;
    float: left;
}

You must add the float: left; for each user and/or group have crown.


Last edited by Van-Helsing on February 22nd 2016, 5:21 pm; edited 1 time in total
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

In progress Re: Issue about crown in both side of a username

Post by brandon_g February 22nd 2016, 5:17 pm

Hello,

I just wanted to let you know your not tagging Ange Tuteur. Your taggig a different Ange, when you tag any username with a space in it, you must put quatation (") marks before and after the username. That said, to tag @Ange Tuteur you would have to write your tag like this:
Code:
@"Ange Tuteur"
.

As for the issue at hand, try what Van-Helsing told you. Smile

-Brandon


Issue about crown in both side of a username Brando10
Remember to mark your topic Issue about crown in both side of a username Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

Issue about crown in both side of a username Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

In progress Re: Issue about crown in both side of a username

Post by Van-Helsing February 22nd 2016, 9:30 pm

Hello,
I checked right now from my pc and it is looking ok with the float: left;

Issue about crown in both side of a username EyWygOo

Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

In progress Re: Issue about crown in both side of a username

Post by Van-Helsing February 23rd 2016, 3:15 am

Hello,

For user Jaws find this code in your CSS:

Code:

#chatbox_members a[href="/u76"], .forabg a[href="/u76"], .forumbg a[href="/u76"], .module a[href="/u76"], .page-bottom a[href="/u76"], .postprofile strong a[href="/u76"], p a[href="/u76"] {
    background: url(http://i84.servimg.com/u/f84/19/40/18/34/transp11.gif) no-repeat;
    padding: 0 14px 0 12px;
}

and replace it with this code:

Code:

#chatbox_members a[href="/u76"], .forabg a[href="/u76"], .forumbg a[href="/u76"], .module a[href="/u76"], .page-bottom a[href="/u76"], .postprofile strong a[href="/u76"], p a[href="/u76"] {
    background: url(http://i84.servimg.com/u/f84/19/40/18/34/transp11.gif) no-repeat;
    padding: 0 14px 0 12px;
    float: left;
}
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

In progress Re: Issue about crown in both side of a username

Post by Van-Helsing February 23rd 2016, 10:52 am

Hello,
As I see from your screenshots you are viewing the your forum from a smartphone or tablet not from a computer. I don't know how to adjust it for mobile devices in classic forum version Sad maybe someone can help you.
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

In progress Re: Issue about crown in both side of a username

Post by Niko February 23rd 2016, 11:02 am

Hello,

I would suggest you to use #FontAwesome and a CSS like the following:
Code:
a[href="/u69"] span:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f007";
}

in this list you can find the "content" value to replace
=> http://astronautweb.co/snippet/font-awesome/
Niko
Niko
Helper
Helper

Male Posts : 3108
Reputation : 245
Language : English, Italian, French
Location : Italy

https://www.fmcodes.net/

Back to top Go down

Back to top


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