inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on May 9, 2015 18:48:35 GMT -8
This is the thread that is linked in the plugin index for sticky divider plugin lol
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on May 10, 2015 12:14:59 GMT -8
This is the thread that is linked in the plugin index for sticky divider plugin lol Well, after reading the subject line of the thread, wouldn't that kind of raise a flag for you? I don't have any connection to the sticky divider plugin, sorry.
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on May 10, 2015 12:23:13 GMT -8
This is the thread that is linked in the plugin index for sticky divider plugin lol Well, after reading the subject line of the thread, wouldn't that kind of raise a flag for you? I don't have any connection to the sticky divider plugin, sorry. No it didn't because I didn't do it from my computer, I did it from mobile. Wasn't really paying attention that my fat fingers touched the wrong link. I apologize, thanks for responding
|
|
inherit
spamtanaka@gmail.com
194962
0
Apr 24, 2020 19:56:12 GMT -8
gundamu
2
June 2013
gundamu
|
Post by gundamu on Jun 29, 2015 4:32:25 GMT -8
hi Bennett 🚀! quick question abt style tags, do they support 3d transitions?
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jun 29, 2015 14:33:07 GMT -8
hi Bennett 🚀! quick question abt style tags, do they support 3d transitions? If your browser supports them, then so will the style tags
|
|
inherit
173070
0
Nov 7, 2022 12:56:01 GMT -8
Skindstad
The Little Helper
485
October 2011
skindstad
|
Post by Skindstad on Jul 28, 2015 5:16:30 GMT -8
Hey hey Bennett 🚀I've experienced some issues with post templates etc. on my forum after I installed the plug-in. For example if we copy a template from a coded area, then when we paste it into a new post, the code is very confined and not very easy to read. There's more on the issue here. Right now I have the plugin disabled, but I'd really like to get it back on if possible and where it doesn't mess up the coding that we copy and paste into a new post. And it's happening on this forum here
|
|
inherit
220892
0
May 21, 2019 7:56:43 GMT -8
Morgan
69
April 2015
insurrection
|
Post by Morgan on Aug 15, 2015 12:18:22 GMT -8
Hey I brought this up at the general support thread but it would probably be better to ask about it here! So, I was able to rectify this problem the last time it happened because I wasn't actively using Style Tags so I was just able to remove the plug-in. Randomly enough, when I have this plug-in activated, one page on our site absolutely will not load. It is this page: link or the Play-Bys thread since you won't be able to get that link to load anyhow. Now that I'm actually using Style Tags, I'm in a predicament of not knowing how to sort this out. Has this happened to anyone else/any ideas on how to fix this?! My site is here.
|
|
inherit
210852
0
Aug 9, 2016 10:48:08 GMT -8
lucymeow
23
June 2014
lucymeow
|
Post by lucymeow on Sept 30, 2015 21:09:09 GMT -8
Bennett 🚀 hi! so i've been really enjoying the google font feature, but it seems that font styles and weights (italic, bold, etc) aren't added with the font? is there a way to have all of the font styles and weights for that font added along with the default? or perhaps a way to specify/pick and choose what weights/styles you want? thank you. EDIT: ahhhhhhh i re-read the documentation and spotted the info i missed the first time! c: nevermind then!
|
|
inherit
222412
0
Jan 29, 2019 16:48:39 GMT -8
tules
76
June 2015
tulululu
|
Post by tules on Oct 6, 2015 12:52:48 GMT -8
I've been trying to use this plugin to put classes/ids onto an element so that it would activate jquery/javascript elements in a post. I tested this out with this bit of code: $(".trigger").click(function(){ $(".trigger").not(this).next(".toggle").slideUp("slow"); $(this).next(".toggle").slideToggle("slow"); }); and it only worked if I pasted it into the console panel, which makes me think proboards is has done something to disable jq/js in posts. (this is what i wanted it to do on click) Is there some way to get around this?
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Oct 7, 2015 16:30:37 GMT -8
I've been trying to use this plugin to put classes/ids onto an element so that it would activate jquery/javascript elements in a post. I tested this out with this bit of code: $(".trigger").click(function(){ $(".trigger").not(this).next(".toggle").slideUp("slow"); $(this).next(".toggle").slideToggle("slow"); }); and it only worked if I pasted it into the console panel, which makes me think proboards is has done something to disable jq/js in posts. (this is what i wanted it to do on click) Is there some way to get around this? No, javascript works on elements that the page has at the time of the javascript call. You need to put that snippet below the Style Tags plugin, or use a global query selector in jQuery such that: $(document).on("click", ".trigger", function(){ $(".trigger").not(this).next(".toggle").slideUp("slow"); $(this).next(".toggle").slideToggle("slow"); }); (this example would work whether it's below or above the style tags) I'm not quite sure what your HTML structure is, because your first line inside of the function scope seems a bit redundant, but given the code above, it should work.
|
|
inherit
222412
0
Jan 29, 2019 16:48:39 GMT -8
tules
76
June 2015
tulululu
|
Post by tules on Oct 8, 2015 14:49:25 GMT -8
that worked! thank you!
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Dec 29, 2015 18:46:57 GMT -8
Version 2.0.0 submitted to the library; newest update fixes problems with code tag stuff and is now editable and cleaner format for those that are of the javascript persona!
|
|
Alisha
Junior Member
Cake, and grief counseling, will be available at the conclusion of the test.
Posts: 308
inherit
174267
0
Jun 17, 2024 17:20:06 GMT -8
Alisha
Cake, and grief counseling, will be available at the conclusion of the test.
308
December 2011
alishabussart
|
Post by Alisha on Jan 21, 2016 11:20:29 GMT -8
Hey, Bennett 🚀. A couple users over on Adoxography have noticed an issue with the update. The [newclass] tags for css are no longer "hiding" in the posts that use the plugin. I've rolled back to the previous version in the meantime so I can't link a live example, but here is an image example a member sent me. Edit: Doing some testing with my basic JS knowledge. It appears that the "changed" variable isn't changing it's state from false to true in some cases. For example, when using the [nospaces] tag within a post, the [newclass] tags hide as normal, but in all other (tested) cases, "changed" remains false. Edit Edit: Just noticed that the Googlefont tags only appear to work when [nospaces] is used as well.
|
|
inherit
97216
0
Nov 23, 2024 12:51:52 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Feb 8, 2016 14:57:28 GMT -8
Hey, Bennett 🚀 . A couple users over on Adoxography have noticed an issue with the update. The [newclass] tags for css are no longer "hiding" in the posts that use the plugin. I've rolled back to the previous version in the meantime so I can't link a live example, but here is an image example a member sent me. Edit: Doing some testing with my basic JS knowledge. It appears that the "changed" variable isn't changing it's state from false to true in some cases. For example, when using the [nospaces] tag within a post, the [newclass] tags hide as normal, but in all other (tested) cases, "changed" remains false. Edit Edit: Just noticed that the Googlefont tags only appear to work when [nospaces] is used as well. Both errors have been corrected and is in the latest version available in the PB library. Pending update, you should be using v2.0.2
|
|
inherit
220892
0
May 21, 2019 7:56:43 GMT -8
Morgan
69
April 2015
insurrection
|
Post by Morgan on Feb 10, 2016 19:50:15 GMT -8
Hey Bennett 🚀! I'm having trouble with something... So I have a roleplay site and one of the pages that uses a lot of style tag coding went completely blank last night. The coding is all still there when I click 'edit post' but nothing at all shows up. When I posted about this on the general proboards support board, I was told this: As far as I can tell something in the Style Tag plugin is causing the HTML content of the post to be discarded almost entirely, leaving nothing but a couple of <br /> tags inside the actual message when it's being changed by the plugin (however, the original post is still visible when attempting to edit it). And they recommended that I come here and ask for assistance! Do you have any idea what could be causing this? The link to the page is HERE.Thanks!!
|
|