#e61919
33409
0
1
Jul 6, 2022 1:19:34 GMT -8
Brian
Still around. Just busy doing different things. You'll see!
48,102
November 2004
smashmaster3
|
Post by Brian on Dec 26, 2017 11:44:25 GMT -8
₪» ⅀ ƪ Ƒ «₪: Redefine the CSS of the actual description <span> element instead of using all that inline CSS and add that CSS in either your theme's style sheet or your forum's global header.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
Don't Feed Ricky
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Dec 26, 2017 11:47:08 GMT -8
Perfect, thank you very much!
|
|
Rosey
New Member
Welcome to my rose garden!
Posts: 2
What's for dinner?: Chicken
What's for dessert?: Ice Cream
inherit
255277
0
Dec 25, 2019 18:45:02 GMT -8
Rosey
Welcome to my rose garden!
2
May 2018
jailrose1987
Chicken
Ice Cream
|
Post by Rosey on Oct 10, 2018 7:46:25 GMT -8
So, I've already done the custom fields on the plug-in section, but for some reason when I go to the site itself it still doesn't show up. Is it maybe because of my outdated version or is there something wrong with how I coded it? Or is it supposed to be encoded in the CSS? Thanks in advance!
|
|
#e61919
33409
0
1
Jul 6, 2022 1:19:34 GMT -8
Brian
Still around. Just busy doing different things. You'll see!
48,102
November 2004
smashmaster3
|
Post by Brian on Oct 12, 2018 7:56:08 GMT -8
So, I've already done the custom fields on the plug-in section, but for some reason when I go to the site itself it still doesn't show up. Is it maybe because of my outdated version or is there something wrong with how I coded it? Or is it supposed to be encoded in the CSS? Thanks in advance! You need to actually have those custom profile fields set up in Members > Custom Profile Fields. The plugin doesn't create the custom fields, but rather changes how they display after they've loaded on the page.
|
|
Rosey
New Member
Welcome to my rose garden!
Posts: 2
What's for dinner?: Chicken
What's for dessert?: Ice Cream
inherit
255277
0
Dec 25, 2019 18:45:02 GMT -8
Rosey
Welcome to my rose garden!
2
May 2018
jailrose1987
Chicken
Ice Cream
|
Post by Rosey on Oct 16, 2018 23:03:44 GMT -8
Very helpful, thank you very much!
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
Don't Feed Ricky
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 4, 2022 16:59:22 GMT -8
Brian Is there any chance you could include the option to style field titles in this? Right now I am using this to style every individual field: $(document).ready(function(){ if(pb.data('route').name.match(/edit_user/)){ $("label:contains('Roleplayer')").html('<div class="TITLECLASS">ROLEPLAYER</div>'); } }); and entering them individually is prettyy intense once you get a good amount of fields going lol
|
|
#e61919
33409
0
1
Jul 6, 2022 1:19:34 GMT -8
Brian
Still around. Just busy doing different things. You'll see!
48,102
November 2004
smashmaster3
|
Post by Brian on Apr 7, 2022 13:03:24 GMT -8
Brian Is there any chance you could include the option to style field titles in this? Right now I am using this to style every individual field: $(document).ready(function(){ if(pb.data('route').name.match(/edit_user/)){ $("label:contains('Roleplayer')").html('<div class="TITLECLASS">ROLEPLAYER</div>'); } }); and entering them individually is prettyy intense once you get a good amount of fields going lol
You should already be able to accomplish this with CSS alone since the div that surrounds the label already has a unique class.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
Don't Feed Ricky
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 7, 2022 13:13:57 GMT -8
Brian Is there any chance you could include the option to style field titles in this? Right now I am using this to style every individual field: $(document).ready(function(){ if(pb.data('route').name.match(/edit_user/)){ $("label:contains('Roleplayer')").html('<div class="TITLECLASS">ROLEPLAYER</div>'); } }); and entering them individually is prettyy intense once you get a good amount of fields going lol
You should already be able to accomplish this with CSS alone since the div that surrounds the label already has a unique class. It does? Well, dang. Thank you.  Edit - Found it, all good
|
|