Former Member
inherit
guest@proboards.com
131621
0
Nov 28, 2024 10:14:47 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 22, 2013 14:15:31 GMT -8
This is not a Love Struck Theme question. This is not an appropriate place to ask it. Sorry
|
|
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 Dec 22, 2013 14:36:32 GMT -8
Absolutely love this Theme, so many props to you for making it. Quick question, the side table cuts off part of the info at the end and I was wondering if there was a way for it to scroll? I guess maybe my screen is too small or something, but it doesn't scroll as-is and I can't view all the info in the side tables. The second thing I've run into, is that my boards do not re-size evenly. When I have two, it always makes the board on the left very small and gives the one on the right a lot more room. I dislike them being uneven, and in the previews it shows them how I want them. What would I need to edit to fix this problem? Once I add a third board in it works properly, but there are a few categories with just two boards so I'd like to find the problem and fix it if possible! You can fix the cut off by adding overflow:auto; to #sidebar in the stylesheet. As for the boards, find line 14, it should say "width=100%" or "width=50%" depending on what theme version you have, and replace it with this <td width="514" id="$[board.content_id]" class="$[board.content_class] boardtd" valign="top">
|
|
inherit
103123
0
Apr 1, 2015 18:50:37 GMT -8
SERENITY.
259
April 2007
shat
|
Post by SERENITY. on Dec 22, 2013 19:49:43 GMT -8
Would the boards bit be under Layout Templates - > Boards? Because looking there, I saw nothing along those lines, definitely not on line 14.
Overflow worked though, thanks for that!
Edit: I have also discovered that the music player does not appear to be playing any of the files that I put in it, whether they were ones I uploaded to Kiwi6 or not.
|
|
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 Dec 23, 2013 1:14:05 GMT -8
Would the boards bit be under Layout Templates - > Boards? Because looking there, I saw nothing along those lines, definitely not on line 14. Overflow worked though, thanks for that! Edit: I have also discovered that the music player does not appear to be playing any of the files that I put in it, whether they were ones I uploaded to Kiwi6 or not. Admin Home > Themes > Layout Templates > Board > Board ListFor the mp3 player, I know that it only plays when you have an mp3 file uploaded. I also think the link has to have .mp3 at the end of it for it to work properly. Make sure all of those things are in order and see if it works.
|
|
inherit
103123
0
Apr 1, 2015 18:50:37 GMT -8
SERENITY.
259
April 2007
shat
|
Post by SERENITY. on Dec 23, 2013 23:23:17 GMT -8
Boards bit did the trick nicely, thanks!
And I figured out the music bit, I had it set as private and that's why it wouldn't play hehe. Thanks for all your help, much appreciated!
|
|
ROAM
New Member
Posts: 23
inherit
180371
0
Mar 16, 2014 22:08:18 GMT -8
ROAM
23
June 2012
roamingwhirlwind
|
Post by ROAM on Dec 24, 2013 19:20:40 GMT -8
Hello again! I just wanted to ask if there's a way for the application in the miniprofile to stretch all the way across when there's not a plotter link, and then go back to its original position when there is a plotter link? Thanks a ton.
Also, I'm having an issue where the added Google fonts that are in the forum wrapper won't show up in posts? Is that a v5 thing or something to do with the skin?
|
|
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 Dec 24, 2013 21:38:50 GMT -8
Hello again! I just wanted to ask if there's a way for the application in the miniprofile to stretch all the way across when there's not a plotter link, and then go back to its original position when there is a plotter link? Thanks a ton. Also, I'm having an issue where the added Google fonts that are in the forum wrapper won't show up in posts? Is that a v5 thing or something to do with the skin? I beleive that was something I added in the update for the theme. Most things should only show up when they are actually filled in. Do you have the newest update? To to this you would put the if statements outside the td, like so: {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] == "Application"} <td class="hoverinfo"> <span class="$[user.mini_custom_field.content_class]"> <a href="$[user.mini_custom_field.value]">Application</a> </span> </td> {/if} {/foreach}
As for the fonts, they should work fine, I've used them on my test forum. I know they don't work when using the preview pane of the posting page. Try moving the fonts inside the <head></head> tag in the forum wrapper and see if they show up then.
|
|
ROAM
New Member
Posts: 23
inherit
180371
0
Mar 16, 2014 22:08:18 GMT -8
ROAM
23
June 2012
roamingwhirlwind
|
Post by ROAM on Dec 25, 2013 20:18:50 GMT -8
Unfortunately, the font issue wasn't fixed. ^^; I guess it might be a stray bit of code that's causing it or something?
Edit: Figured it out! Nevermind!
|
|
inherit
113508
0
Feb 3, 2016 20:14:43 GMT -8
amber-mae
he's dead, Jim
227
November 2007
veggigirlclark
|
Post by amber-mae on Dec 27, 2013 1:38:57 GMT -8
Hi! I love, love, love this. I just have one question. I went to edit it so that the sub boards do not appear on the main page (because several of my boards have a lot of sub boards and it makes things look weird). Anyway, I followed the instructions for removing it from the support topic on here, but it didn't help. So I was just wondering if there was something in this template in particular that I should be looking for to fix that? If this isn't a problem with the template I apologize, I just wanted to make sure I wasn't missing something. Thanks
|
|
ROAM
New Member
Posts: 23
inherit
180371
0
Mar 16, 2014 22:08:18 GMT -8
ROAM
23
June 2012
roamingwhirlwind
|
Post by ROAM on Dec 28, 2013 13:14:00 GMT -8
Hi! I love, love, love this. I just have one question. I went to edit it so that the sub boards do not appear on the main page (because several of my boards have a lot of sub boards and it makes things look weird). Anyway, I followed the instructions for removing it from the support topic on here, but it didn't help. So I was just wondering if there was something in this template in particular that I should be looking for to fix that? If this isn't a problem with the template I apologize, I just wanted to make sure I wasn't missing something. Thanks I agree with this! I'd love some help hiding the sub-boards, if that's alright. Thanks. ^^
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Dec 28, 2013 13:21:34 GMT -8
To hide the sub-boards, go to Admin > Structure > Layout Templates > Board Lists and comment out the div with the class "subboard."
|
|
Ever
New Member
Bob was so awesome
Posts: 37
inherit
199942
0
Jan 13, 2015 12:29:59 GMT -8
Ever
Bob was so awesome
37
September 2013
sexypinkshoe2point0
|
Post by Ever on Jan 2, 2014 16:44:28 GMT -8
I know not sure what I am doing wrong or what I am not doing, but how do I change the color of the theme from pink to blue? I tried putting in hex color I want in the style sheet but it didn't change. I did it on line 40
|
|
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 2, 2014 16:59:31 GMT -8
I know not sure what I am doing wrong or what I am not doing, but how do I change the color of the theme from pink to blue? I tried putting in hex color I want in the style sheet but it didn't change. I did it on line 40 There are several colors you would need to change, not just one on line 40. Find the hex codes in the setup guide, my second post in this thread.
|
|
ROAM
New Member
Posts: 23
inherit
180371
0
Mar 16, 2014 22:08:18 GMT -8
ROAM
23
June 2012
roamingwhirlwind
|
Post by ROAM on Jan 2, 2014 22:03:55 GMT -8
For some reason, all the avatars uploaded for the 200x350 one seem to get a little blurry. Is this something to do with the skin?
|
|
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 3, 2014 1:15:36 GMT -8
For some reason, all the avatars uploaded for the 200x350 one seem to get a little blurry. Is this something to do with the skin? I was not able to reproduce this issue on my test board, so no, I do not think this is an issue with the skin. EDIT: It appears that 200x350 isn't the correct size. For some reason I didn't notice the mini profile padding. The actual dimensions are 230x386. You can fix this by changing the mini profile padding and adjusting some widths for the elements like the left panel for profiles, posts, and messages, as well as the display name, custom title, mp3, and member group/rank. I'll be fixing this in the theme and pushing it out with the next update. Changes in the stylesheet: Around line 974Around line 1037Around line 1146Changes in Admin Home > Themes > Layout Templates > Mini ProfileAround line 92Changes in Admin Home > Themes > Layout Templates > User ProfileAround line 25
|
|