inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Dec 8, 2017 10:41:22 GMT -8
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 10, 2017 10:01:21 GMT -8
SailorEffinMoon , Could be due to an open curly brace... <script type="text/javascript"> if(pb.data('page').board.id == 4) $('head').append('<style type="text/css">#label { display: block; }</style>'); } if(pb.data('page').board){ if(pb.data('page').board.id == 18) $('head').append('<style type="text/css">#portals { display: block; }</style>'); } if(pb.data('page').board){ if(pb.data('page').board.id == 18) $('head').append('<style type="text/css">#label { display: block; }</style>'); } </script> Fix the code, or remove it then let me know if it's still a problem.
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Dec 11, 2017 5:49:37 GMT -8
When I removed everything in my Global Header/Footer and it didn't make any difference.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 11, 2017 11:58:30 GMT -8
The code is pretty awful. I might rewrite it soon and release an update. SailorEffinMoon, have refactored the code and submitted an update to the library. Will post once approved.
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 12, 2017 11:52:22 GMT -8
2.2.0 - Code refactoring
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Dec 14, 2017 8:18:47 GMT -8
YeaHes!! It's beautiful. Nice Job. Thanks Muchly
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Dec 14, 2017 9:35:44 GMT -8
Anytime
|
|
inherit
190546
0
Jan 25, 2020 3:03:06 GMT -8
transoxiana
20
February 2013
transoxiana
|
Post by transoxiana on Jan 24, 2018 12:22:06 GMT -8
I seem to experience the same problem. I want the font 'Lobster' for all display names, and it's working perfectly on the home page. But that's about the only place the font shows. I just downloaded the Plugin today, so I should have the newest update. However, I'm not a code-guru at all, so I can't determine exactly what's causing it...
hp-free-play.proboards.com/
EDIT: Oh, I fixed it. Turned out, I had the font only in my main header, that was the reason.
|
|
bai
Junior Member
I coughed. Then I went into labor.
Posts: 209
inherit
tbsofficial@outlook.com
241711
0
Sept 23, 2018 14:23:39 GMT -8
bai
I coughed. Then I went into labor.
209
February 2017
bai
|
Post by bai on May 11, 2018 18:09:51 GMT -8
I'm horrible with coding... is it possible to have effects added to members names? like sparkles for example? or a glow? figured out the glow! did you ever figure this out? Aeryes , If you know CSS (lookup CSS 3 animations), then you can do a lot. It allows for custom CSS in the auto form, but you will likely be better doing it outside in the stylesheet and target specific members / groups. i googled some css3 animations but nothing came up that is compatible with this plugin. do you have any resource sites I could visit? thanks for a great plugin!
|
|
inherit
218140
0
Feb 26, 2021 17:49:17 GMT -8
Aeryes
97
January 2015
aeryes
|
Post by Aeryes on May 17, 2018 9:16:51 GMT -8
I never figured out the sparkles, but I got the plugin for the glow!
|
|
inherit
255300
0
Jun 2, 2018 15:06:59 GMT -8
williamt012
1
June 2018
williamt012
|
Post by williamt012 on Jun 2, 2018 15:06:40 GMT -8
What is the little pixel icon you used. Is that an image found on the internet. If so can I please have the link to the little small mod tag please.
|
|
bai
Junior Member
I coughed. Then I went into labor.
Posts: 209
inherit
tbsofficial@outlook.com
241711
0
Sept 23, 2018 14:23:39 GMT -8
bai
I coughed. Then I went into labor.
209
February 2017
bai
|
Post by bai on Jul 19, 2018 12:46:15 GMT -8
Hello Peter There was someone that previously asked about background-image, though it was not answered. I couldn't make it work, so I'm just wondering if I typed it wrong. Input; background-image: url('http://i.imgur.com/sl4eJkR.gif'); did you ever figure out how to get the background image to work?
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 20, 2018 9:05:25 GMT -8
bai, Drop the http: part and it will work. The reason for it not working is due to the code splitting up the properties and values by using a double colon as the delimiter.
|
|
bai
Junior Member
I coughed. Then I went into labor.
Posts: 209
inherit
tbsofficial@outlook.com
241711
0
Sept 23, 2018 14:23:39 GMT -8
bai
I coughed. Then I went into labor.
209
February 2017
bai
|
Post by bai on Jul 20, 2018 9:56:20 GMT -8
bai , Drop the http: part and it will work. The reason for it not working is due to the code splitting up the properties and values by using a double colon as the delimiter. I did that and now the display name text is completely hidden. Here is my code...should the values be different or rearranged? The animation is also going really fast. text-transform: uppercase; background: -webkit-linear-gradient(left, #b87069, #782119, #410b06); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: url('//78.media.tumblr.com/6a75b14a40ac6b21bc5eae631826b2a8/tumblr_inline_oyquemHEAG1s3m3c2_500.gif'); Thanks for this plugin
|
|
inherit
2671
0
May 14, 2013 14:40:03 GMT -8
Peter
🐺
10,615
February 2002
peter3
|
Post by Peter on Jul 20, 2018 10:16:44 GMT -8
|
|