Dec 13, 2016 19:16:04 GMT -5
hi can you help me with something in the mini profile? i saw that you haven't replied to other people but i hope you will help me with this.
i am trying to add Peter's "amount of money" into the mini profile, but putting any span class such as this:
<span class=”money_text”></span><span class=”money_symbol”></span><span class=”money_amount”></span>
does not work in the mini profile layout template because apparently the template isn't wrapped entirely in this:
<div class="$[miniprofile_class]"> </div>
and, apparently, for span to work it needs the entire template to be wrapped in this:
<div class="$[miniprofile_class]"> </div>
when i tried to wrap the entire mini profile template in the div class="$[miniprofile_class] code, it messes up the styling completely (not centered anymore, no drop shadow, the widths are off, and more problems).
so i am wondering if you can help me modify the mini profile template to wrap it in that div class code entirely so i can put in the span class code to show how much money each member has?
thanks so much!!
Dec 13, 2016 19:17:23 GMT -5
U N D E R C O V E R[ A theme by
Smangii ]
hi can you help me with something in the mini profile? i saw that you haven't replied to other people but i hope you will help me with this.
i am trying to add Peter's "amount of money" into the mini profile, but putting any span class such as this:
<span class=”money_text”></span><span class=”money_symbol”></span><span class=”money_amount”></span>
does not work in the mini profile layout template because apparently the template isn't wrapped entirely in this:
<div class="$[miniprofile_class]"> </div>
and, apparently, for span to work it needs the entire template to be wrapped in this:
<div class="$[miniprofile_class]"> </div>
when i tried to wrap the entire mini profile template in the div class="$[miniprofile_class] code, it messes up the styling completely (not centered anymore, no drop shadow, the widths are off, and more problems).
so i am wondering if you can help me modify the mini profile template to wrap it in that div class code entirely so i can put in the span class code to show how much money each member has?
thanks so much!!
I'm around and round we go
OP
Moderator
Dec 13, 2016 19:31:48 GMT -5
danny2 oh yikes this is why I hate templating
I will take a look and see what I can do...
Dec 13, 2016 19:43:47 GMT -5
danny2 oh yikes this is why I hate templating
I will take a look and see what I can do...
alright cool, thank you for your help!!
I'm around and round we go
OP
Moderator
Dec 13, 2016 21:16:59 GMT -5
Ok so I figured this out...
Your new mini-profile template is this:
<div class="mini-profile-divide">
{if $[user.gender]}<span class="float-left">$[user.gender.image]</span>{/if}
$[user]<br />
{if $[user.is_guest]}Guest{/if}
</div>
<div class="$[miniprofile_class]">
{if $[user.group]}
$[user.group.name]<br />$[user.group.stars]<br />
{elseif $[user.rank]}
$[user.rank.name]<br />
{if $[user.rank.stars]}
$[user.rank.stars]<br />
{/if}
{/if}
{if $[user.custom_title]}$[user.custom_title]<br />{/if}
$[user.warning.bar]
<br />
{if $[user.avatar]}
<div class="avatar">$[user.avatar]</div><br />
{/if}
</div>
<div class="mini-profile-divide $[miniprofile_class]">
<div style="display: none;">$[user]</div>
{if $[user.personal_text.message]}
$[user.personal_text]<br />
{/if}
{if $[user.is_member]}
<div class="info">
<span class="money_text"></span><span class="money_symbol"></span><span class="money_amount"></span><br />
Posts: $[user.posts]
{foreach $[user.mini_custom_field]}
<br /><span class="$[user.mini_custom_field.content_class]">$[user.mini_custom_field.name]: $[user.mini_custom_field.value]</span>
{/foreach}
{if $[user.is_online]}<br /><span class="italic">Member is Online</span>{/if}
</div><br />
{/if}
{if $[user.badges_miniprofile]}
<div class="$[user.badges_miniprofile_container_class]">
{foreach $[user.badges_miniprofile]}
$[user.badges_miniprofile.icon]
{/foreach}
</div>
{/if}
</div>
In the stylesheet css, add this to the very end:
.mini-profile-divide { background: @category_color; padding: 10px 10px; margin: 0 12px 0px 0; text-align: center; }
.mini-profile-divide { font: 1em 'Roboto Condensed', Arial; color: #FFF; text-shadow: 0px 1px 1px rgba(0,0,0,0.75); }
.mini-profile-divide .user-link { font: 18px 'Roboto Condensed', Arial; color: #FFF; text-transform: Capitalize; text-shadow: 0px 2px 1px rgba(0,0,0,0.75); }
Then do a search for these applied default styles and comment/remove the lines that they exist on (You can press Ctrl + / to make a comment), this step is just to get it to look as how it was intended to in the original theme design but the money should show up with the changes above.
.mini-profile .personal-text
.mini-profile .info
.even .mini-profile .personal-text
.even .mini-profile .info
It will take me a little bit to post a new version, if you would prefer to wait for that, but in the mean time this is the fix.
Let me know if that works or if you have any issues!
Jan 2, 2017 23:11:05 GMT -5
Hi, is there a way to make so the banner image doesn't repeat, and the first category gets the plain gray background instead? Thanks for your time.
I'm around and round we go
OP
Moderator
Jan 3, 2017 0:11:54 GMT -5
Hi, is there a way to make so the banner image doesn't repeat, and the first category gets the plain gray background instead? Thanks for your time.
Yes!
In the stylesheet find:
.category-0 .catimg:before {
And remove the background-image from there
Jan 7, 2017 1:30:30 GMT -5
To keep things short:
I want to delete/change the line highlighted (which I've been unable to find in the CSS editor) because I'm not using the original image. The idea here is to feature art from different artists, so I don't want people to be confused and end up going to "Stanly Lau" and thinking they did whatever art is featured. How would I go about changing this?
I'm around and round we go
OP
Moderator
Jan 7, 2017 9:19:44 GMT -5
Should be located in Forum Wrapper layout template, at the bottom.
Jan 7, 2017 21:02:41 GMT -5
Great theme. I may use it in the future.
Feb 1, 2017 15:52:14 GMT -5
Hey Smangii,
Loving your work. I'm currently using this theme for my website but am having a hard time figuring out how to change the colors through CSS/ Visual editor. I have the stock photo removed currently but I am dealing with a white background that I am trying to change to black. Ive tried changing every background color on the css I have saw and still havent quite got it where I would like it to be.
Please forgive my noob-ness hahahaha
Thanks,
Matt.
I'm around and round we go
OP
Moderator
Feb 28, 2017 13:59:24 GMT -5
Hey Smangii,
Loving your work. I'm currently using this theme for my website but am having a hard time figuring out how to change the colors through CSS/ Visual editor. I have the stock photo removed currently but I am dealing with a white background that I am trying to change to black. Ive tried changing every background color on the css I have saw and still havent quite got it where I would like it to be.
Please forgive my noob-ness hahahaha
Thanks,
Matt.
Sorry for being gone... If you want to send me a link or screenshot I may be able to help more. Because you are trying to change something that is white, it is quite possible that the color doesn't exist and it is defaulting to white, so if you know the element try adding a background-color property.
Mar 23, 2017 19:01:49 GMT -5
Hi. So, fun fact: I'm moving my RP forum from Forumotion to boards.net specifically because of THIS theme I love it so much.
However, I am having two problems
1) Is there a way to have a sidebar like likku in post #13 has? I need a way to make a plot synopsis visible to potential players.
2) My shout box is simply not working. I've tried it in firefox, chrome, with adblock, without adblock, as a guest, as admin and my shouts are not showing up. They work with other skins, but not this one? Yes, it is activated.
My forum is
scatterstar.boards.netThank you!
EDIT: I disabled the chat and just decided to go with Chatango and I installed the Sidebar redux plugin. I think all my problems are solved.
Mar 31, 2017 1:41:40 GMT -5
wow..this is very wonderful theme, i like to use this but my forum is about NBA simulation game and its important to have shoutbox or chatbox in any page. I use this a while ago and i notice that the shoutbox can only be seen in home page, how can i fix this? and another thing is we use a plugin called Award system this is the link:
support.proboards.com/thread/437466/awards-systemthe plugins result can be seen in the mini profile of members labeled by Achievement.
this is my forumsite right now i want to improve this site.link:
nbaxeries.proboards.com/ i hope you can help me sir
Smangii.
May 6, 2017 10:06:00 GMT -5
Hello!
First of all, this theme is JUST wonderful. Thank you so much for creating it!
On to the noob questions.
(1) I am looking for ways to change the background image so it doesn't stop at the first category. I want the background image to be visible until the last category (assuming I may make additional categories/forums in the future).
If it's not possible, would it work if we make the background image static while we scroll down the index page?
(2) Is there a way to add sub-title to the name of the forum at the header?
If it's not possible, can we add some kind of text box at the sidebar to let guests know what the forum is about? (I wonder if the codes can also be used in another theme, specifically your 'Night and Day' theme.)
I have read your previous answers, but I can't seem to make it work the way I want it.
I hope the questions are clear enough. Thank you so much to whoever helps me!
May 9, 2017 17:07:46 GMT -5
How could I change the container's colour, it has a grey colour I cannot understand how got there.
May 31, 2017 11:04:19 GMT -5
this is so nice! gonna add this to my list bc i might use it.
May 31, 2017 16:12:41 GMT -5
And I'm back.
I'd like to change the sidebar from white to a grey that matches my menu tabs. How do I do that?
My forum is
scatterstar.boards.net/
Jun 14, 2017 14:24:15 GMT -5
Update!
Ok I managed to make most of the white into grey but, now I've decided I want everything to be able to see the background image like on the main page. Failing that, I would like to make everything on
This page and pages like it grey instead of white. Please help! I love this theme and also my old forumotion board is crap on smartphones.
Thank you.
Aug 8, 2017 1:21:27 GMT -5
This is a very beautiful theme
I'm around and round we go
OP
Moderator
Oct 5, 2017 22:26:09 GMT -5
quenvala do any of the posts above help you? I believe a bunch of people have asked that question in this thread. If not I can take a deeper look.
Nov 26, 2017 11:53:32 GMT -5
I love this theme so much, not sure where I'm planning to use it yet, though!