Fusion Gamer - PixelExit.com [Deleted]

@Russ on the Logout Button in the left Site , the over is Not going , the right Button its going

Did you revert logo_block like I instructed? That should get rid of that part completely... in fact that button is never in that spot unless you manually put it there.
 
yep but its not going ..... i have nothing change :(

my next problem is i will change the inbox alerts , etc.. in the nav tab .
what i must do?1.webp
 
@Lemminator I'm a little confused, you wanted to get rid of that box completely and I gave you instructions to do so.

Your past two problems have linked to still having that box there. Do you want to get rid of it?

If so, revert the logo_block on the Fusion Gamer style(your parent style), it'll trickle down.
 
yes that's true. this also works. this had re-activated because the buttons as in the above picture will be missing. that's why I wanted to ask this even if I make these buttons in the navbar. excuse her many questions, but I'm in it also, unfortunately, a beginner: (
 
yes that's true. this also works. this had re-activated because the buttons as in the above picture will be missing. that's why I wanted to ask this even if I make these buttons in the navbar. excuse her many questions, but I'm in it also, unfortunately, a beginner: (

You said you wanted to move those buttons back to the normal spot in the navigation bar, is that still correct?
 
Yes, I gave you instructions on how to get those links back. Revert the logo_block on Fusion Gamer, add the css I gave you.

Sorry for any confusion past this @Lemminator I'm not understanding exactly what you need.
 
i have found the problem !

it was not showing in the nav tab beacuase in xb header i have set the point enable top user bar
 
hi @Russ

can you help me please ? i have problems with the banner. its not showing as the same in the xenbase stxl . to better understand look my pics please

3.webp this is in the dark styl

4.webp this is in xenbase

i use this banner code in the extra.css
Code:
/* Custom Banners */

.userBanner.admin
{
color: white;
background-color: red;
border-color: red;
}
.userBanner.moderator
{
color: white;
background-color: green;
border-color: green;
}
.userBanner.vereinsmitglied
{
color: white;
background-color: blue;
border-color: blue;
}
/* End Custom Banners */

from this post http://xenforo.com/community/resources/creating-custom-user-group-banner-css.2000/
 
hi @Russ

can you help me please ? i have problems with the banner. its not showing as the same in the xenbase stxl . to better understand look my pics please

View attachment 71410 this is in the dark styl

View attachment 71411 this is in xenbase

i use this banner code in the extra.css
Code:
/* Custom Banners */

.userBanner.admin
{
color: white;
background-color: red;
border-color: red;
}
.userBanner.moderator
{
color: white;
background-color: green;
border-color: green;
}
.userBanner.vereinsmitglied
{
color: white;
background-color: blue;
border-color: blue;
}
/* End Custom Banners */

from this post http://xenforo.com/community/resources/creating-custom-user-group-banner-css.2000/


If you're looking for them to extend out, you'll need to remove a bit of a css:

open fusiongamer_extra.css:

Remove all of this, it's about 60% of the way down

Code:
.messageUserInfo .userBanner.wrapped span, .messageUserInfo .userBanner.bannerStaff.wrapped span
{
  top: 0 !important;
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

.messageUserInfo .messageUserBlock .userBanner /* User banner styling in userBlock */
{
  margin-top: 3px;
  margin-left: 0;
  margin-right: 0;
  border-radius: 3px;
  padding: 3px;
}
 
Russ, awesome theme, we are loving it! Your customer service through the install was second to none!

I have one question where color pallet is concerned. In your demos for the different colors, orange, grey, red all have sold color forum the title bars (xbcolor1) ... but in the Purple version, the one we are installing, your demo shows a puple background on the forums title bars that fades to a blue on the left side with a white glow ... how did you pull off that effect?

Thanks!
 
Back
Top Bottom