inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Oct 31, 2016 11:32:01 GMT -8
Pebbles Dude, I literally just told you: I have not had the time. Do you know when I usually reply to support questions? During down time at work. And what do you think happens when work gets busy...? Do you think I'm going to be here, or doing the job I'm paid to do? I am and always have been happy to help, which is why I made that final point in the OP, but it has to be done on my time. I have helped you resolve every other issue you've posed in this thread, as you pointed out, and we were cool. But when you come back in here and chide me for not answering quick enough, and accuse me of ignoring you, that doesn't make me happy. That makes me not want to help. Kami has pretty much summed it up. I should just give you a, "bye, Felicia" after this tantrum, but I'll give you a chance to be cool: be patient, give me a few days, and I'll get you HTML for the .mp3 player from Adoxography. Sound good?
|
|
inherit
237571
0
Dec 28, 2016 4:42:20 GMT -8
haxingrulez
15
September 2016
haxingrulez
|
Post by haxingrulez on Nov 6, 2016 1:59:51 GMT -8
elli i need some help can i chg font to normal? / Caps work ? i mean like this picture :
NORMAL :
I Want : [ SSA ] TeamESP - BETA / [SSA] HaXiNgRuLeZ
at NORMAL picture dont have any Caps.. eg :
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Nov 10, 2016 10:45:09 GMT -8
Pebbles Okay, here you go. What you'll want to do is go to Admin > Layout Templates > Mini Profile and find this block of code (at least as it appears in the original theme): {foreach $[user.mini_custom_field]} <div class="info $[user.mini_custom_field.content_class]"><span class="field">$[user.mini_custom_field.name]:</span> <span class="value">$[user.mini_custom_field.value]</span></div> {/foreach} You'll be replacing it with this: {foreach $[user.mini_custom_field]} {if $[user.mini_custom_field.name] != "Music"} <div class="info $[user.mini_custom_field.content_class]"><span class="field">$[user.mini_custom_field.name]:</span> <span class="value">$[user.mini_custom_field.value]</span></div> {else} <div class="player" style="height:30px;border:1px solid #b5bac0;"> <object width="198" height="30" data="https://cldup.com/1gyTt8zrXC.swf" type="application/x-shockwave-flash"> <param value="https://cldup.com/1gyTt8zrXC.swf" name="movie"> <param value="#e2e6eb" name="bgcolor"> <param value="mp3=$[user.mini_custom_field.value]&bgcolor=e2e6eb&loadingcolor=b5bac0&buttoncolor=585c61&slidercolor=585c61;" name="FlashVars"> </object> </div> {/if} {/foreach} And of course, you'll need to follow the steps in the tutorial on Adoxography to change the colors to suit your theme customizations and add this as a custom field -- make sure you call it "Music". If you find yourself having trouble, post your HTML for this layout template and I will correct it. Further, I'm not sure how to remove the Flash play button overlay yet. I'll keep trying to understand where it's coming from. haxingrulez It's here: Admin > Themes > Advanced Styles & CSS > Stylesheet.threads table.list > tbody > tr > td > table > tbody > tr > td.title .link { padding-right: 8px; font: bold 15px 'Open Sans',Verdana,Arial,sans-serif; text-transform: lowercase; }
|
|
inherit
239637
0
Apr 13, 2020 0:39:52 GMT -8
Madison Maxwell
you're gonna go far, kid
2
December 2016
modenrnmythics
|
Post by Madison Maxwell on Dec 1, 2016 22:11:29 GMT -8
Hey Elli! I'm struggling to try and get hoverable mini-profiles working... All I'd like is when you hover over an image it shows the information underneath on threads/posts. I get it somewhat working as in you can see the cover image just fine, but when you hover over it the information underneath isn't constraining to the box and just looks plain weird, with the profile image pushed off to the side and the post and likes count sliding out. Is there any way to fix this?
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Dec 2, 2016 10:13:59 GMT -8
Madison Maxwell Use position: relative; on the parent element to contain absolutely-positioned child elements.
|
|
inherit
230464
0
Feb 18, 2023 17:22:41 GMT -8
mellotangelo
32
April 2016
mellotangelo
|
Post by mellotangelo on Jan 27, 2017 18:36:47 GMT -8
Hi Elli! It's me again! I'm not sure what happened, but the header font wrapping (I think) on my forum suddenly broke even though I haven't changed anything, and I'm not sure how to fix it. I noticed that you mentioned in the first post that 'Steelfish Regular' was hosted on your resources, so I'm wondering if something messed up on that end, changing the font. Let me know if you can! This is your preview: This is mine:
Edit: Oh whoops, I only just now saw that you made a thread about this! I hope you're able to get all the file work worked out!Save
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Jan 27, 2017 20:08:24 GMT -8
mellotangelo Yeah, broke it all to bits. You can replace the font reference with the new URL: @font-face { font-family: 'Steelfish Regular'; src: url('http://ellimccale.com/projects/proboards/breathe/fonts/steelfish.eot?') format('eot'), url('http://ellimccale.com/projects/proboards/breathe/fonts/steelfish.woff') format('woff'), url('http://ellimccale.com/projects/proboards/breathe/fonts/steelfish.ttf') format('truetype'); } Admin > Themes > Advanced Styles & CSS > "Style Sheet", near the top Hopefully I can get this fixed soon for everyone else.
|
|
inherit
230464
0
Feb 18, 2023 17:22:41 GMT -8
mellotangelo
32
April 2016
mellotangelo
|
Post by mellotangelo on Jan 28, 2017 6:34:29 GMT -8
elli Thank you! I just checked and everything seems back to normal as far as I can tell. I really appreciate it!
|
|
inherit
231303
0
Feb 12, 2017 23:31:28 GMT -8
baltimore
3
April 2016
baltimore
|
Post by baltimore on Feb 12, 2017 22:47:16 GMT -8
elliHi! I was wondering if there's any way to replace the forum header title (the one above the subheader) with a picture/logo instead of text?
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Feb 13, 2017 9:07:52 GMT -8
baltimore Have a look at page 10 of the readme. The header text is right above the sub-head in the HTML.
|
|
inherit
237817
0
Jul 15, 2017 1:30:54 GMT -8
seaturtle
63
October 2016
seaturtle
|
Post by seaturtle on Mar 6, 2017 14:35:17 GMT -8
elli I'm not sure if you are aware but I found a bug with your theme. The awesome glyphs become broken on the threads list if you click on page 2, 3, 4. They seem to load up whatever has been uploaded as the thread icons in the admin theme settings. Just letting you know, could it be something that can be resolved? Again, I love the theme and really appreciate your generosity
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Mar 6, 2017 15:29:35 GMT -8
seaturtle I'm aware, thanks for checking. It's just not something that has been a priority to fix. @synthtec I use $[forum.title] since it's plain text. As for the SVG viewbox, I found the percentages somewhere on StackOverflow, but I don't remember where or why it even works. All I know is that this works to center the text.
|
|
inherit
227679
0
May 1, 2017 19:13:11 GMT -8
ludachrist
39
December 2015
ludachrist
|
Post by ludachrist on Jul 7, 2017 11:24:06 GMT -8
elli Thanks for this great theme! I'm having trouble with some of the coding and was wondering if you (or anyone else reading this) could help! 1. I want to have more control over the colors. For example, The background color is the same for the background of the thread posts/content containers and I want it to be a different color. How do I do that? 2. There's a large/random space in between the forum header and the boards info (where the ads should be). I'm not using an adblocker so I don't know what happened. 3. For links text I'm having the same issue as number one - I need more control over colors. As a side note, has anyone managed to convert this into a responsive design? Will PM my forum's URL if needed.
|
|
inherit
227679
0
May 1, 2017 19:13:11 GMT -8
ludachrist
39
December 2015
ludachrist
|
Post by ludachrist on Jul 11, 2017 18:59:26 GMT -8
I've been experiencing a lot of problems with this theme. The first time I modified it last year everything was fine, but the times I have downloaded the base theme and/or exported and reuploaded the modified version to a new site (with no major changes), things like the notification system (for messages AND regular notifs) don't work among other things.
I'm trying to figure out how to fix it myself since this theme seems to no longer have any support, but the fact that it's incredibly hard to just mod stuff like colors makes this almost seem impossible to the amateur code reader/writer.
Still a great theme...but if anyone wants to start some sort of support group (lol!) for this theme let me know.
|
|
inherit
96289
0
May 17, 2020 9:37:00 GMT -8
elli
1,822
January 2007
ebbymac
|
Post by elli on Jul 11, 2017 19:42:01 GMT -8
ludachrist You know that you can edit the colors however you like... right? The options I built into the Visual Editor are meant for a basic setup. They aren't, like... your only outlet for changes. Besides the rest of the Visual Editor, there's an entire stylesheet for you to edit to your heart's content. Colors, that "random space" (which is intentional spacing btw -- there needs to be space between the header and the content), post containers, they can all be changed! The stylesheet is very clearly commented according to which section the styles are meant for -- I put extra care into that. But, I would recommend learning some CSS first. And as I specifically noted in the OP: I have no plans to make this theme responsive. To my knowledge, only one person has made any kind of responsive theme in all the years v5 has been released. There's no point when ProBoards forces a mobile version. So, so sorry you're having all these troubles. It's interesting because you're the first person, out of thousands of downloads and very creative modifications, to have such trouble. I downloaded the theme fresh from my server and was able to install and edit it with the Visual Editor, no issue. I also exported it, and re-imported it without any notification system failure. Is it not possible that your exported modifications aren't working because you made an error? You say you're an amateur coder... Of course, you can always use another theme. Or make one of your own. This is only a premade, after all.
|
|