inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Feb 5, 2017 15:15:07 GMT -8
Tiffy-Bean , @joecool111 , can you please try this... Forum Photo FaderYou need to add a cell with an ID of 'forum_photo_fader' to your template where you'd like the fader to be. And, although you have the option for a scroller in the plugin, be aware that only the fader is currently functional. A scroller will be added at a later date, or if I can't get it to work properly, the option will be removed. ERROR JS Error: Error: Syntax error, unrecognized expression: nth-of-type I have it set to fade. I tried adding an image and it saves it in the key (I know cause if I click edit it shows it), but doesn't display it on the page. I did put the divider in the header for now.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Feb 5, 2017 17:07:33 GMT -8
Tiffy-Bean , @joecool111 , can you please try this... Forum Photo FaderYou need to add a cell with an ID of 'forum_photo_fader' to your template where you'd like the fader to be. And, although you have the option for a scroller in the plugin, be aware that only the fader is currently functional. A scroller will be added at a later date, or if I can't get it to work properly, the option will be removed. ERROR JS Error: Error: Syntax error, unrecognized expression: nth-of-type I have it set to fade. I tried adding an image and it saves it in the key (I know cause if I click edit it shows it), but doesn't display it on the page. I did put the divider in the header for now. Aye?? I checked this in everyway possible... Could you tell me which browser you are using please?
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Feb 5, 2017 19:11:03 GMT -8
ERROR JS Error: Error: Syntax error, unrecognized expression: nth-of-type I have it set to fade. I tried adding an image and it saves it in the key (I know cause if I click edit it shows it), but doesn't display it on the page. I did put the divider in the header for now. Aye?? I checked this in everyway possible... Could you tell me which browser you are using please? Chrome.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Feb 5, 2017 19:12:26 GMT -8
proboards.combined_363.js:27 An error occurred during a document.ready call: Error: Syntax error, unrecognized expression: nth-of-type While executing: function () { var FPF = $('#forum_photo_fader'); if($(FPF).length == 1) { var cssStyling = $('<style></style>').html(pb.plugin.get('forum_photo_fader').settings.fader_css); … (anonymous) @ proboards.combined_363.js:27
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 22:01:40 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 6, 2017 4:21:58 GMT -8
Todge <div id="forum_photo_fader"></div> is this the cell i put in ? if it is it's not working for me edit: actually somethings happened ... brb rappella.ml/ somethings working so i go test stuff edit: yea i got the error aswell like tiffbean JS Error: Error: Syntax error, unrecognized expression: nth-of-type Read more: RAPPELLA.ML/#IXZZ4XUKOCHQZ
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Feb 6, 2017 13:40:40 GMT -8
Tiffy-Bean, @joecool111. Can you please try downloading the plugin again from the same link as before. I have made a small change that should hopefully allow it to work in webkit.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Feb 6, 2017 19:51:32 GMT -8
close JS Error: Error: Syntax error, unrecognized expression: nth-of-type
still getting the error
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 22:01:40 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 7, 2017 2:47:38 GMT -8
im getting this aswell
|
|
Former Member
inherit
guest@proboards.com
225992
0
Nov 27, 2024 22:01:40 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 7, 2017 4:49:29 GMT -8
currIMG = localStorage.currentFaderImage; // undefined
Make sure currIMG is never "undefined" and always an "int", this should fix that.
var currIMG;
currIMG= (!Modernizr.localstorage || !localStorage.currentfaderImage) ? 0 : parseInt(localStorage.currentfaderImage, 10);
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Feb 7, 2017 16:27:35 GMT -8
currIMG = localStorage.currentFaderImage; // undefined Make sure currIMG is never "undefined" and always an "int", this should fix that. var currIMG;
currIMG= (!Modernizr.localstorage || !localStorage.currentfaderImage) ? 0 : parseInt(localStorage.currentfaderImage, 10); The plugin does already check for undefined, I just put it inside quotes by mistake. Tiffy-Bean, @joecool111 can you please try it again.....
|
|
Former Member
inherit
guest@proboards.com
225992
0
Nov 27, 2024 22:01:40 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 7, 2017 16:47:38 GMT -8
No worries TodgeJust informing you of the behavior I watched. No doubt you will have it patched up soon.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Feb 7, 2017 21:57:06 GMT -8
Perfect. Works.
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Feb 7, 2017 22:29:02 GMT -8
Can I make one little feature request for the final product? Can you change the z-index so the edit/add image is likely to appear in front of any other content? I want this on a bottom drawer slider on my forum and if I do that then the add/edit appears behind that and you have to close to add anything.
Also, knowing the triggers to change the color of the add or edit would be awesome. <3
|
|
inherit
220772
0
Mar 24, 2023 21:43:23 GMT -8
Tiffy-Bean
I support plugin and theme makers rights to create themes and plugins that are paid for.
1,052
April 2015
tiffythecodingwhiz
|
Post by Tiffy-Bean on Feb 7, 2017 22:41:37 GMT -8
turned out great.
|
|
Former Member
inherit
guest@proboards.com
222576
0
Nov 27, 2024 22:01:40 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 8, 2017 3:41:49 GMT -8
Todge it's works fine for me thank you .... can i have all the css selectors pls so i can play around with it. thank you great plugin
|
|