Flare

Flare [Paid] 2.2.15.0.2

No permission to buy ($35.00)

ThemeHouse

Well-known member
ThemeHouse submitted a new resource:

Flare - A Flarum Inspired Theme For XF2

hero-flare.jpg
Flare
Inspired by Flarum, Flare brings a simple, flexible design to XenForo 2. Using stylized versions of nodes and covers, Flare offers an easier user experience. The simple, modern design uses the UI.X 2 framework for maximum flexibility and a fully responsive theme ready for any screen...

Read more about this resource...
 
Nice skin but need flarum style login and register on the same popup than redirecting to xenforo standard register page.
Anyway demo site loads very slow than Flarum. Can't we use the lightweight JavaScript framework Mithril like flarum do for the UI?
flarum loads very fast and lightweight
 
Nice skin but need flarum style login and register on the same popup than redirecting to xenforo standard register page.
Anyway demo site loads very slow than Flarum. Can't we use the lightweight JavaScript framework Mithril like flarum do for the UI?
flarum loads very fast and lightweight
This is still very much XenForo. We cannot add libraries like that as it will break add-ons. The topics filter on homepage is going to be released soon, so you will have the benefits of Flarum in many ways. Also, our demo is in an iframe if you close the top bar or access directly you will see no performance issue.
 
This is still very much XenForo. We cannot add libraries like that as it will break add-ons. The topics filter on homepage is going to be released soon, so you will have the benefits of Flarum in many ways. Also, our demo is in an iframe if you close the top bar or access directly you will see no performance issue.
This is the direct link without iframe right?
https://demo.themehouse.com/xf2/themes/index.php

What is the topic filter? The tag-based thread homepage thread display system on Flarum?
You are talking about "Adding libraries will break addons" for Mithril frame work or creating flarum style login and register on the same popup?
 
ThemeHouse updated Flare with a new update entry:

Version 2.0.7.2.0 Released

Flare 2.0.7.2.0 Changelog:
  1. Fixed an issue with the alignment on highlighted posts
  2. Added more space to the page navigation above the avatar
  3. Fixed an issue that caused orange flushing to show when scrolling
  4. Improved review styling on XenForo Resource Manager
  5. Fixed an issue which caused the category widget icon from missing
  6. Fixed an issue with Resource Manager header alignments
  7. Fixed an issue with the Bookmarks icon and icon sizing
For an entire list...

Read the rest of this update entry...
 
You know normally I love me some Themehouse BUT this is not great guys. It looks a bit messy and unfinished and the colors????
 
ThemeHouse updated Flare with a new update entry:

Version 2.0.10.0.0 Released

Flare 2.0.10.0.0 Changelog:
  1. Fixed cookie notice alignment
  2. Fixed the issue that caused registration field names from not being aligned with the field boxes
  3. Improvements were made to the styling for the media column sidebar
  4. Improvements were made to button sizing
  5. Fixed scrolling notice display issues
  6. Removed the negative margin in the title bar
  7. Improvements synced styling on quick reply messages
  8. Social media links now open in a new tab
  9. Improved sticky...

Read the rest of this update entry...
 
I have problems with the DragonByte eCommerce plugin, they say they should contact the creators of the theme to solve the icon problem.

Can either developer explain how? There are several users using this and we all have the same problem @DragonByte Tech @ThemeHouse


190676
 
@est3ban129 Copy & Paste the following code in your extra.less in your style.
Less:
.p-navgroup-link
{
    &.p-navgroup-link--dbtechEcommerceCart
    {
        i:after
        {
            .m-faBase();
            display: inline-block;
            min-width: 1em;
            .m-faContent(@fa-var-shopping-cart, 1em);
            <xf:macro template="uix_icons.less" name="content" arg-icon="shopping-cart" />
        }
    }
}

190682

Maybe @ThemeHouse could add this to their third party entries.. ;)
 
@est3ban129 Copy & Paste the following code in your extra.less in your style.
Less:
.p-navgroup-link
{
    &.p-navgroup-link--dbtechEcommerceCart
    {
        i:after
        {
            .m-faBase();
            display: inline-block;
            min-width: 1em;
            .m-faContent(@fa-var-shopping-cart, 1em);
            <xf:macro template="uix_icons.less" name="content" arg-icon="shopping-cart" />
        }
    }
}

View attachment 190682

Maybe @ThemeHouse could add this to their third party entries.. ;)
Can if needed but I don't understand why it wouldn't just use that css from the add-on. Taking @Ian Hitt
 
Top Bottom