UI.X 2

UI.X 2 2.3.4.1.0

No permission to download
Could you go here and start a ticket? We'll want access to your board in order to troubleshoot further (you can send credentials via https://onetimesecret.com)
Okay, just want to make sure to point this out after a little more troubleshooting first. I am wondering if I have a more dated version, although I did download them (light and dark) for 2.3 from the official site, for reference I'm on 2.3.0.

I created a brand new stock template (not UI.X) and this is what the Basic Colors look like, I am able to change the hover and it works as designed.
Greenshot 2024-07-31 17.00.12.webp

This is what it looks like with UI.X 2 and all changes are being ignored.
Greenshot 2024-07-31 16.59.33.webp
 
Okay, just want to make sure to point this out after a little more troubleshooting first. I am wondering if I have a more dated version, although I did download them (light and dark) for 2.3 from the official site, for reference I'm on 2.3.0.

I created a brand new stock template (not UI.X) and this is what the Basic Colors look like, I am able to change the hover and it works as designed.
View attachment 307669

This is what it looks like with UI.X 2 and all changes are being ignored.
View attachment 307671

Our styles do not currently support variations; There are still bugs in how Variations handles colors with XF that we're waiting on them to fix (that they've confirmed as bugs).

We have a version of UI.X in development that's built with variations, but just note that it's essentially going to be a stand-alone style for the time being when we do release it.

As an aside, I wish XF would allow you to create a child style with variations when the parent doesn't have variations enabled, but unfortunately (for now) that isn't an option.
 
Our styles do not currently support variations; There are still bugs in how Variations handles colors with XF that we're waiting on them to fix (that they've confirmed as bugs).

We have a version of UI.X in development that's built with variations, but just note that it's essentially going to be a stand-alone style for the time being when we do release it.

As an aside, I wish XF would allow you to create a child style with variations when the parent doesn't have variations enabled, but unfortunately (for now) that isn't an option.
I see. Are you able to successfully make changes to Style Properties > Links > Link color (and hover) on your end under XF 2.3? Every attempt I have made will not work, it's being ignored.
 
I see. Are you able to successfully make changes to Style Properties > Links > Link color (and hover) on your end under XF 2.3? Every attempt I have made will not work, it's being ignored.
Im having the same issue as you. The link color is very hard to read and is ignored on XF 2.3. The link color won't set no matter what and the hover color is dependant on that. Haven't tested 2.3.2 yet. I ended up adding custom css in extra.less to force the link color to be blue instead of the unreadable dark gray it was.
 
Got it, this is why I didn't want to open a ticket with you guys because it's surely something on my end that I have to resolve, it all seems clean on your side.
In this case, we now have a second user having the same issue, so definitely need someone to create a ticket so we can better coordinate and I can get access to your board to investigate deeper.
 
Im having the same issue as you. The link color is very hard to read and is ignored on XF 2.3. The link color won't set no matter what and the hover color is dependant on that. Haven't tested 2.3.2 yet. I ended up adding custom css in extra.less to force the link color to be blue instead of the unreadable dark gray it was.

Could you do me a favor and share a screenshot of your styles list?
 
When I want to install the style I get this error:

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.

I have version 2.3.2 of XenForo
 
That's an odd one; Submit a ticket here and we'll see what we can find out: https://www.themehouse.com/contact/support
Some time ago, I opened a ticket on your site and was refused help because my site did not meet your "help criteria". Unfortunately, with the speech I had and how I was rejected even though I find that this is not justified knowing that my site offers correct content, I no longer wish to create a ticket because I already know the answer about me.
 
Some time ago, I opened a ticket on your site and was refused help because my site did not meet your "help criteria". Unfortunately, with the speech I had and how I was rejected even though I find that this is not justified knowing that my site offers correct content, I no longer wish to create a ticket because I already know the answer about me.
My apologies; I'm not aware of the specific ticket, but if you PM me directly here with your site I can perhaps give you a little more clarity as to why (or maybe even correct a previous mistake). I'm about to leave for the day, but will take a look in the AM!
 
In this case, we now have a second user having the same issue, so definitely need someone to create a ticket so we can better coordinate and I can get access to your board to investigate deeper.

Just wanted to say thanks for the support, Will. With this advice of yours I'm all up and running so wanted to share in case anyone else runs into the same thing.
When you install one of our base styles, don't make it a child of anything. You'll also want disable it from being able to be selected.

You'll then create a new blank child style as a child of that style. This is the one you'll set as your default, and put all your changes
 
Direct messages stopped working if I accessed them on the phone, but work fine on the desktop. Is this a known problem and a fix is on the way, or I'm the only one with this?
 
Direct messages stopped working if I accessed them on the phone, but work fine on the desktop. Is this a known problem and a fix is on the way, or I'm the only one with this?

Alright, for a hot fix, just replace the contents of the uix_canvasPanels template with the following:

HTML:
<div class="sidePanel sidePanel--nav sidePanel--visitor">
    <div class="sidePanel__tabPanels">
        
        <div data-content="navigation" class="is-active sidePanel__tabPanel js-navigationTabPanel">
            <xf:macro id="PAGE_CONTAINER::canvasNavPanel" arg-widgets="{$uix_sidebarNavWidgets}" />
        </div>
        
        <xf:if is="$xf.visitor.user_id && (property('uix_visitorTabsMobile') == 'canvas')">
            
        <div data-content="account" class="sidePanel__tabPanel js-visitorTabPanel">
        <div class="uix_canvasPanelBody" data-menu="menu" aria-hidden="true"
             data-href="{{ link('account/visitor-menu') }}"
             data-load-target=".js-visitorMenuBody">
                <div class="offCanvasMenu-header">
                    {{ phrase('your_account') }}
                    <a class="offCanvasMenu-closer" data-menu-close="true" role="button" tabindex="0" aria-label="{{ phrase('close') }}"></a>
                </div>
                <div class="js-visitorMenuBody"></div>
        </div>
        </div>
        
        <div data-content="inbox" class="sidePanel__tabPanel js-convoTabPanel">
                <div class="uix_canvasPanelBody" data-menu="menu" aria-hidden="true"
                     data-href="{{ link('direct-messages/popup') }}"
                     data-nocache="true"
                     data-target=".js-convMenuBody">
                    <div class="offCanvasMenu-header">
                        {{ phrase('direct_messages') }}
                        <a class="offCanvasMenu-closer" data-menu-close="true" role="button" tabindex="0" aria-label="{{ phrase('close') }}"></a>
                    </div>
                    <div class="js-convMenuBody">
                    </div>
                </div>
                <div class="menu-footer">
                    <a href="{{ link('direct-messages/add') }}" class="u-pullRight">{{ phrase('send_direct_message') }}</a>
                    <a href="{{ link('direct-messages') }}">{{ phrase('show_all...') }}</a>
                </div>
        </div>
        
        <div data-content="alerts" class="sidePanel__tabPanel js-alertTabPanel">
                <div class="uix_canvasPanelBody" data-menu="menu" aria-hidden="true"
                     data-href="{{ link('account/alerts-popup') }}"
                     data-nocache="true"
                     data-target=".js-alertsMenuBody">
                    <div class="offCanvasMenu-header">
                        {{ phrase('alerts') }}
                        <a class="offCanvasMenu-closer" data-menu-close="true" role="button" tabindex="0" aria-label="{{ phrase('close') }}"></a>
                    </div>
                    <div class="js-alertsMenuBody">
                    </div>
                </div>
                <div class="menu-footer menu-footer--split">
                    <span class="menu-footer-main">
                        <a href="{{ link('account/alerts') }}">{{ phrase('show_all...') }}</a>
                    </span>
                    <span class="menu-footer-opposite">
                        <a href="{{ link('account/preferences') }}">{{ phrase('preferences') }}</a>
                    </span>
                </div>
        </div>
            
        </xf:if>
        
    </div>
</div>
 
Could you do me a favor and share a screenshot of your styles list?
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
 
Last edited:
Back
Top Bottom