Flat Awesome - PixelExit.com [Deleted]

How do we get the default userbanner function back instead of the grey banner hardcoded in the style?
(Noticed someone had same issue with Blackend)

I'd like to use the default usergroup banner styling function.

Thanks so much and have a splendid day*
The main problem is the use banners use the color palette which is always changed when creating a style. On my mobile at the moment so I'm not much help but @Russ should be along to help out.
 
The main problem is the use banners use the color palette which is always changed when creating a style. On my mobile at the moment so I'm not much help but @Russ should be along to help out.

Thank you.

Looking at the user_banners.css template I copied the default style one to the FlatAwesome one. The gradient background appears and all default banner color choices except the ones using the color palette as you explained.

I think I can figure it out by swapping the color palette names with the actual colors from the default style ;)

Thanks for pointing me in the right direction. :)

Have a splendid day*
 
I have installed CTA Float BB Code and want to display buttons in Editor, I provided "Editor Icon URL" in custom bb codes advance options, but the icon is not appearing, how could I do that?

editor icons.webp
 
Got another question.. :p Is it supposed to do this?

4nBOPp0.png
 
@Russ, I have one small question. Still love your skin btw ;)
I've added some custom BBCodes via the standard Xenforo functionality. For some reason the button PNG's do not show up in the Redactor. If I switch to the default skin, I see the PNG's. Is there something I must change in the CSS?
 
@Russ, I have one small question. Still love your skin btw ;)
I've added some custom BBCodes via the standard Xenforo functionality. For some reason the button PNG's do not show up in the Redactor. If I switch to the default skin, I see the PNG's. Is there something I must change in the CSS?

Thanks :)

By default Flat Awesome uses font awesome for the editor. So it literally removes any image from loading.

To add new icons using Font Awesome:

https://xenforo.com/community/threa...ns-with-font-awesome.75277/page-2#post-832370
 
@Russ, thanks for your lightning speed answer! Will have some homework to do, to understand and implement this, but will get there ;) Keep up the excellent work!
 
@Russ, thanks for your lightning speed answer! Will have some homework to do, to understand and implement this, but will get there ;) Keep up the excellent work!
(y) if you have too much trouble just shoot me a PM with an temporary account(normal user doesn't need admin) and I can give you the css super quick.
 
@Russ, hehe thanks for the offer m8! I've been learning CSS this year by doing trial and error. Too lazy to really study it :P So far I can manage. This old padawan will get it done ;)
 
@Russ I'm trying out the theme and its great so far but I'm having some difficulty getting my custom BBCode buttons to show up with font awesome icons. In edior_ui.css I added in the same code that I added in for my other theme for the strikethrough, quote, and spoiler buttons I setup, but I can only seem to get the quote button to work. Here's the code:

Code:
}
html .redactor_toolbar li a.redactor_btn_insertquote:before
{
  content: "\f10e";
}
html .redactor_toolbar li a.redactor_btn_insertspoiler:before
{
  content: “\f071";
}
html .redactor_toolbar li a.redactor_btn_strikethrough:before
{
  content: "\f0cc";
}
Thoughts?
 
@Russ I'm trying out the theme and its great so far but I'm having some difficulty getting my custom BBCode buttons to show up with font awesome icons. In edior_ui.css I added in the same code that I added in for my other theme for the strikethrough, quote, and spoiler buttons I setup, but I can only seem to get the quote button to work. Here's the code:

Code:
}
html .redactor_toolbar li a.redactor_btn_insertquote:before
{
  content: "\f10e";
}
html .redactor_toolbar li a.redactor_btn_insertspoiler:before
{
  content: “\f071";
}
html .redactor_toolbar li a.redactor_btn_strikethrough:before
{
  content: "\f0cc";
}
Thoughts?

The extra top bracket is that just a miss-copy? It could cause some issues having an extra bracket.
 
Yeah, miscopy. I just added my additions to the bottom of the template and caught the final one.

The css looks correct off the top of my head, if you'd like I could take a look if you have it up and running somewhere, I would just need a temporary account. Feel free to PM me if you'd like.
 
Back
Top Bottom