inherit
209598
0
May 8, 2019 5:56:56 GMT -8
matthewgreg
151
May 2014
matthewgreg
|
News
Feb 20, 2015 15:23:20 GMT -8
Post by matthewgreg on Feb 20, 2015 15:23:20 GMT -8
www.psworld.sk/Hi, there's seems to be something wrong with the "Change the name of News" plugin because up until two hours ago, it worked normaly but now it does these weird things. When i disable it, it's ok, but when i reactivate it, the whole news feed is spoiled. It doesn't even change the name. It also shows one report elsewhere than the other (simply not the same). On this one, the changed text is pushed somewhere while the original remains the same. Here, there's a picture instead of text, and it shows one report like this and the other ones stays hidden or something. Like i said, it worked normalny untill now.
|
|
inherit
193844
0
May 19, 2015 5:01:45 GMT -8
Sassy
I love you Shaggy!
2,372
May 2013
sassylisa14
|
News
Feb 21, 2015 17:48:39 GMT -8
Post by Sassy on Feb 21, 2015 17:48:39 GMT -8
I'm having the same problem on my board.
When I try to change it, it doesn't change .. it stays the same ...
I had mine listed as: Whispers ... and now it's W news and I can't get it back to what it was, lol
|
|
inherit
209486
0
Mar 6, 2016 15:03:59 GMT -8
T.C.
2,614
May 2014
tacochuck
|
News
Feb 21, 2015 17:52:23 GMT -8
Post by T.C. on Feb 21, 2015 17:52:23 GMT -8
Try deleting and reinstalling the plugin, the recent threads plugin stopped on me a few days ago but after deleting and reinstalling it, it's been working!
|
|
inherit
193844
0
May 19, 2015 5:01:45 GMT -8
Sassy
I love you Shaggy!
2,372
May 2013
sassylisa14
|
News
Feb 21, 2015 17:55:23 GMT -8
Post by Sassy on Feb 21, 2015 17:55:23 GMT -8
That didn't work! LOLOL I deleted all the data as well, when I deleted the plug in .. and it when re-installed, I'm still getting W News:
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
News
Feb 21, 2015 18:24:28 GMT -8
Post by Pebble on Feb 21, 2015 18:24:28 GMT -8
You could try adding this to your main footer:
<script> $(document).ready(function () { if (proboards.data('route').name == 'home') { $('span.title').text('Hello') } }); </script> and getting rid of the plugin. There has been an update to the 'news' feed thingy which may have changed tings around so the plugin doesn't work.
|
|
inherit
193844
0
May 19, 2015 5:01:45 GMT -8
Sassy
I love you Shaggy!
2,372
May 2013
sassylisa14
|
News
Feb 21, 2015 18:33:47 GMT -8
Pebble likes this
Post by Sassy on Feb 21, 2015 18:33:47 GMT -8
You could try adding this to your main footer: <script> $(document).ready(function () { if (proboards.data('route').name == 'home') { $('span.title').text('Hello') } }); </script> and getting rid of the plugin. There has been an update to the 'news' feed thingy which may have changed tings around so the plugin doesn't work. Worked like a charm! Thank you so much Pebble!
|
|
inherit
209598
0
May 8, 2019 5:56:56 GMT -8
matthewgreg
151
May 2014
matthewgreg
|
News
Feb 22, 2015 13:10:42 GMT -8
Post by matthewgreg on Feb 22, 2015 13:10:42 GMT -8
Yes, that works, but i had it customized with an image. Is there a way to enlarge the text?
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
News
Feb 22, 2015 14:05:13 GMT -8
Post by Pebble on Feb 22, 2015 14:05:13 GMT -8
span.title{ css here }
should work. Give it a go and see if it works.
|
|
inherit
211998
0
Nov 2, 2023 19:15:32 GMT -8
marcusantonus
55
July 2014
marcusantonus
|
News
Feb 22, 2015 15:00:02 GMT -8
Post by marcusantonus on Feb 22, 2015 15:00:02 GMT -8
Where does this code go?
I tried entering it on the CSS Style sheet but I get a syntax error on the very first line of the code.
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
News
Feb 22, 2015 16:53:12 GMT -8
Post by Pebble on Feb 22, 2015 16:53:12 GMT -8
put this at the bottom of your CSS :
#news .nav>span.title { font-size: 24px; }
and change the 24px to what ever you want it to be.
|
|
inherit
209598
0
May 8, 2019 5:56:56 GMT -8
matthewgreg
151
May 2014
matthewgreg
|
News
Feb 23, 2015 4:07:21 GMT -8
Post by matthewgreg on Feb 23, 2015 4:07:21 GMT -8
Good, how do i change the height of the bar?
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Feb 23, 2015 16:52:15 GMT -8
What bar?
If you mean the whole thing then try adding :
#news{ height:30px; }
to the bottom of your style sheet, adjusting the 30px to what you want it to be.
|
|
inherit
The Great Cinnamon Roll
191518
0
Oct 19, 2016 22:17:44 GMT -8
David Clark
Care for some tai chi with your chai tea?
17,602
March 2013
davidlinc1
|
News
Feb 23, 2015 16:58:13 GMT -8
Pebble likes this
Post by David Clark on Feb 23, 2015 16:58:13 GMT -8
|
|
inherit
162752
0
Nov 7, 2024 3:58:23 GMT -8
Pebble
Where it all does or doesn't happen!
1,437
January 2011
pebbleleague
|
Post by Pebble on Feb 23, 2015 17:00:45 GMT -8
OOoops, I was editing the post above while you were posting.
|
|