Flat Awesome - PixelExit.com [Deleted]

The extra Div terminating at the end of the copyright seems to mess with addons that use the footer_after_copyright hook for template edits.
upload_2014-9-10_18-39-5.webp

Moving the terminating div tag to after the hook point seems to sort this out well:
upload_2014-9-10_18-40-32.webp

Template:
upload_2014-9-10_18-43-56.webp

Not sure if it's the proper fix.
 
I just downloaded the latest version here but it has a small problem. I hope this is not already addressed but i didn't see it.

The little online indicator is off, or is it supposed to be this way?

flat.webp
 
Does this support XF 1.4? Tks

Yes for the most part :), probably a few minor fixes.

I just downloaded the latest version here but it has a small problem. I hope this is not already addressed but i didn't see it.

The little online indicator is off, or is it supposed to be this way?

View attachment 83428

As designed :D, actually thought this was caught before. Put this in extra.css:

Code:
html .messageUserBlock div.avatarHolder .onlineMarker { left: 24px; }

The extra Div terminating at the end of the copyright seems to mess with addons that use the footer_after_copyright hook for template edits.
View attachment 83417

Moving the terminating div tag to after the hook point seems to sort this out well:
View attachment 83418

Template:
View attachment 83419

Not sure if it's the proper fix.

Thanks I'll take a look at it.
 
Russ updated Flat Awesome with a new update entry:

Minor fixes

This adjusts a few small issues:
  • Footer div position
  • Text: "STAR" on conversations replaced with FA Icon
  • Online Indicator properly adjusted
  • flatawesome.css moved into public.css(frees extra.css completely for your edits)
If you're installing as a new style, enjoy!

If you're upgrading, first of course make a backup of your style first. Import and overwrite your parent version. On your extra.css you may need to remove this:

Code:
<xen:include...

Read the rest of this update entry...
 
Top Bottom