inherit
150323
0
Sept 14, 2014 6:33:51 GMT -8
wolfehgirl
6
December 2009
wolfehgirl
|
Post by wolfehgirl on Aug 19, 2014 4:17:59 GMT -8
c: Thank you.
|
|
inherit
201162
0
Jun 19, 2020 19:26:01 GMT -8
wanderingjedi
Jedi Master Artist
138
October 2013
shakiah
|
Post by wanderingjedi on Sept 1, 2014 21:07:53 GMT -8
|
|
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 Sept 2, 2014 21:34:25 GMT -8
wanderingjedi Admin Home > Themes > Advanced Styles & CSS > Visual Editor > Pages > Threads(Post Lists) > Odd/Even-Numbered Coloring > Text
|
|
inherit
213014
0
Mar 4, 2016 23:42:50 GMT -8
Rennat
96
August 2014
rennat
|
Post by Rennat on Oct 14, 2014 9:05:54 GMT -8
Hey there! I've been helping a friend start up a forum (here) and though I've had a super easy time adjusting your theme to meet my needs, I can't seem to get rid of a thin blue strip that appears just below the navigation bar when you scroll up the max distance. EDIT: Also, I am trying really hard to incorporate the actual avatar into the mini profile but my limited knowledge is preventing me from completely derailing the whole layout. So, is there a way to anchor the avatar into the 220x120 image spot, or something, without it pushing everything out of the way and being uncentered and blah? I only really want to involve the avatar at all because the theme allows me to see avatars by the poster's display name in the thread list, and if no one is using avatars because there are two custom profile field images instead, it will serve no purpose.
|
|
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 Oct 15, 2014 8:56:24 GMT -8
Rennat, That forum is in maintenance mode, so I cant really help you. The thin strip must be something you did, as to my knowledge, it doesn't appear on the theme by default. Just putting the $[user.avatar] variable inside this div in the mini profile should keep it from going too crazy. It should be around line 128. <div style="width:220px;height:120px;margin-bottom:5px;background-image: url('http://placehold.it/220x120');{foreach $[user.mini_custom_field]}{if $[user.mini_custom_field.name] == "220x120 Image/Gif"}background-image: url('$[user.mini_custom_field.value]');{/if}{/foreach}background-size:cover;"></div> And add this to your css: .minipro .avatar_size_default { width:110px; height:110px; position:relative; top:5px; left:5px; } .minipro .avatar_size_default img { width:110px; height:110px; }
|
|
inherit
213014
0
Mar 4, 2016 23:42:50 GMT -8
Rennat
96
August 2014
rennat
|
Post by Rennat on Oct 17, 2014 5:16:02 GMT -8
Thanks a lot. And no idea how I'd add that blue thing. Also, I keep forgetting about the maintenance. It isn't my site and he only recently staffed me, so it slips my mind. EDIT: By the way, there's quite a large difference in the space left over below staff member 220x120 gifs and member 220x120 gifs. I assume this could be fixed by separating the sizes of both types of mini-profiles using if tags (making the member one smaller to compensate for the huge gap below the gif) but somehow, changing anything seems to send the minigrouprank box out of sight. Any fixes for this? I've currently just increased the height to the max. size that accommodates both profile sizes, even though there is still that sizable gap in members one. The first image is the member, the second is the staff. Attachments:
|
|
inherit
203684
0
May 2, 2022 23:03:31 GMT -8
Perolf
53
January 2014
jasonsaysroar
|
Post by Perolf on Nov 9, 2014 20:42:57 GMT -8
|
|
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 Nov 9, 2014 21:27:18 GMT -8
Perolf Go to Admin Home > Themes > Layout Templates > Board and replace it with this: {if $[board.sub_board_list]} <div class="container boards"> <div class="title-bar"><h2>Sub-Boards</h2></div> <div class="content cap-bottom"> $[board.sub_board_list] </div> </div> {/if} {if $[display_thread_list]} <div{if $[viewing_bookmarks]} id="bookmarks"{/if} class="container threads"> <div class="title-bar"> {if $[create_thread_button]} <ul class="controls"><li>$[create_thread_button]</li></ul> {/if} <h1>$[board.display_name]</h1> </div> <div class="control-bar ui-helper-clearfix $[scroll_class]"> $[search] <div class="controls"> $[selection_menu] $[action_menu] </div> $[pagination] </div> <div class="content cap-bottom"> <table class="list"> <tbody class="$[list_class]"> $[thread_list] </tbody> </table> </div> </div> {/if}
|
|
inherit
203684
0
May 2, 2022 23:03:31 GMT -8
Perolf
53
January 2014
jasonsaysroar
|
Post by Perolf on Nov 10, 2014 16:03:10 GMT -8
Thank you!
|
|
inherit
215810
0
Apr 20, 2015 2:21:09 GMT -8
rikutensei
5
November 2014
rikutensei
|
Post by rikutensei on Nov 13, 2014 5:01:30 GMT -8
Hey there! Great looking skin. Love it. Been using it on my forum for a while but, as the site has yet to open, I'm still doing maintenance on things and learning stuff. One peculiar thing I've encountered is the inability to change pages on a thread with more than a single page. On the forum page where I can see the posted threads, it displays the number of pages correctly and I can change pages there but, once I'm in the thread, the buttons for changing pages that displays on the search toolbar at the top of a thread (as proboards does) are missing. The toolbar itself and the search boxes are there, but the buttons to change the page are not. Have they been moved and I'm missing it or is this a bug?
|
|
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 Nov 13, 2014 7:04:33 GMT -8
rikutensei This has to be an error on your part. I can confirm the pagination does work in threads.
|
|
inherit
215810
0
Apr 20, 2015 2:21:09 GMT -8
rikutensei
5
November 2014
rikutensei
|
Post by rikutensei on Nov 13, 2014 15:21:37 GMT -8
Well see, that's where the issue comes in then. I don't know how to code so I have not messed with the coding with the exception of following your own given instructions to change the drop-down header. Do you know how I could rectify this?
|
|
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 Nov 13, 2014 16:10:36 GMT -8
rikutensei For starters, I would check whether you have any plugins or scripts that edit the pagination. I can't possibly do anything to help you other than that without a guest friendly link to your site - I'm not psychic or omniscient, you know! Haha.
|
|
inherit
215810
0
Apr 20, 2015 2:21:09 GMT -8
rikutensei
5
November 2014
rikutensei
|
Post by rikutensei on Nov 13, 2014 18:08:50 GMT -8
|
|
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 Nov 13, 2014 19:25:36 GMT -8
rikutensei I think I found the issue... Okay, can you go to Admin Home > Themes > Layout Templates > Forum Wrapper and make sure that the <head></head> tags near the top the template looks like this: <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>$[title] | $[forum.name]</title> $[head] <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Nothing+You+Could+Do' rel='stylesheet' type='text/css'> </head> It appears you have two copies of the content within the <head> tags, or at least two $[head] variables.
|
|