UI.X 2

UI.X 2 2.3.4.1.0

No permission to download
I updated to the new version and it's still there now

You are currently running 2 outdated version(s) of ThemeHouse styles, but no update is currently available. Some bugs/issues may be expected.
 
I updated to the new version and it's still there now

You are currently running 2 outdated version(s) of ThemeHouse styles, but no update is currently available. Some bugs/issues may be expected.
ya, seems UI.X needs an update to support your XF 2.3.2
 
You are currently running 1 outdated version(s) of ThemeHouse styles, but no update is currently available. Some bugs/issues may be expected.
Same here. Everything is fully updated my end.

Seems everything is working without issue though...🤪
 
I updated to the new version and it's still there now

You are currently running 2 outdated version(s) of ThemeHouse styles, but no update is currently available. Some bugs/issues may be expected.

ya, seems UI.X needs an update to support your XF 2.3.2

Same here. Everything is fully updated my end.

Seems everything is working without issue though...🤪

Actually, the latest version of UIX 100% compatible with 2.3.2; XenForo decided that cloud XenForo would only show as version XF 2.3.1, unlike self-hosted which shows at 2.3.2.. Even though they are the same versions. :/ Since there is no functional difference, we opted to just keep the 2.3.1 version number so as to not confuse XF cloud users or create issues.
 
YdOZjXIDZl.png


This is what it looks like on the ACP
fEGffNgMSS.png

The Link color is ignored no matter what it was selected to. I still have this custom CSS to override it back to blue
Code:
.bbWrapper a.link {
    color: #4080FF !important;
}

You can interestingly see with certain links that it's this unreadable gray and other times it's blue
WgYhOhNCuS.png


I'm about to upgrade to XF 2.3.2 and I'll see if it's fixed.

Edit: still happening on XF 2.3.2 with the latest themes

Mind submitting a ticket here? https://www.themehouse.com/contact/support - that way we can better troubleshoot and coordinate.
 
For whatever reason I cannot create a ticket on your site. Just appears a blank page. I'm having the issue whereby it says:

For context, I'm running 2.3.2.
There are no versions of this style that are compatible with your currently installed version of XenForo. If this version of XenForo has recently been released, please try again later.
 
Last edited:
For whatever reason I cannot create a ticket on your site. Just appears a blank page. I'm having the issue whereby it says:

For context, I'm running 2.3.2.
Since XenForo decided that XF Cloud would just run a manually-patched version of 2.3.1, we opted to keep our styles with the 2.3.1 version number to avoid compatibility issues there, and are running the latest version needed.

Can't wait for XF to release XF 2.3.3 so we can skip all this confusion :)
 
The easiest in that case will just be to update the phrase; Under Appearance -> Phrases, find "forum_list" and update the Phrase text there.
 
After upgrading to the latest version of ui.x for xf 2.3.2, it shows me three outdated templates. I don't remember if I made any custom change. In any case, I'm willing to lose these changes to be 100% aligned to the official them. What should I do? Click on "revert"?
 
After upgrading to the latest version of ui.x for xf 2.3.2, it shows me three outdated templates. I don't remember if I made any custom change. In any case, I'm willing to lose these changes to be 100% aligned to the official them. What should I do? Click on "revert"?
Assuming the outdated templates are on your child theme, it'll depend on the template and the changes. You can attempt to automatically merge changes, which is the first step to take. If that doesn't work, then I'd open up the template and click "View custom changes", to see if anything is important to keep.. If not, then yeah, hit revert.
 
Hello, I want to report that the "search icon" for the "search forum" type is missing in ui.x theme after upgrade to 2.3.2.
Furthemore, how to add a font awesome icon as a node icon with the TH Node addon after 2.3.2? It seems it doesn't work.
 
Hello, I want to report that the "search icon" for the "search forum" type is missing in ui.x theme after upgrade to 2.3.2.
Furthemore, how to add a font awesome icon as a node icon with the TH Node addon after 2.3.2? It seems it doesn't work.

Thanks for letting us know - I'll get a fix in place for the next release.

As far as adding icons using TH Nodes in 2.3.2, XF has changed how icons are implemented pretty significantly, so you'll have to use a different method.

You'll set a class for the node icon in the node layout & styling for the node, but you won't use Font Awesome classes; instead, you'll use a custom class name and some custom CSS in extra.less.

So, as an example, you'll set the node read & unread class to the following: myCustomIcon

Then, in extra.less, you can add the following:

Less:
.myCustomIcon {
    .m-faIcon(@fa-var-solid-car);
}

You'll change out the @fa-var-solid-car for whichever icon you want to use.

Also, just FYI this fix won't work for the search node issue until we get the default icon fix in place.

EDIT: Actually, this will work on the search node icon; just make sure you pop the class into the field for the search node icon and not the regular icon class.
 
Last edited:
Thanks for the above feedback :)

All these properties does not seems to work on XF 2.3.2.
I've already checked that Use advanced node grid is disabled from style properties.

1725004282308.webp
 
I currently have the problem that, using UI.X 2 Dark, all my links are unreadable. This didn't happen with the XF 2.2 version. I narrowed it down to the following css class:

1725105089516.webp

Is this one of yours? I didn't change any color settings or style properties, so this is supposed to be default?
 
Not sure how that one slipped by me; XF added a new style property for UGC link colors. You can fix this under Appearance -> Style Properties -> Basic Colors; in the Links section you'll see "User-generated content link color" (and the corresponding hover version).
 
Back
Top Bottom