UI.X 2 Dark

UI.X 2 Dark 2.2.15.0.2

No permission to download
How can I hide this "reply" button at the top of the thread?

View attachment 221318
I think you would simply go to the thread_view template, find the code that looks like:

HTML:
<xf:pageaction>
    <xf:if is="$thread.canReply()">
        <xf:button href="{{ link('threads/reply', $thread) }}" class="button--cta uix_quickReply--button" icon="write">{{ phrase('reply') }}</xf:button>
    </xf:if>
</xf:pageaction>

And I would recommend wrapping it in a <xf:comment> </xf:comment> or just removing it should be fine.
 
In the demo forum the widgets look like this

View attachment 221915
But in my forum they look like this

View attachment 221916

What did I do wrong?
EDIT: One of our developers mentioned that they already have a ticket with you on this but just for future reference for anyone here.

The difference is that the widget showing on our demo is the forum stats widget under the node list, so it isn't actually displaying in the sidebar. If you have a sidebar set to not collapse into an off-canvas menu, it would show the way @ssj2_ssbm screenshotted above.
 
Last edited:
I think, both of these screenshots were taken on an iPhone XS Max. The second screenshot has been cropped, that's why it looks like that. But the same thing happens on my MacBook, when I make the window smaller to force the responsive view.

On my site it looks like this

Bildschirmfoto 2020-04-06 um 22.30.03.png

On your demo site it looks like this

Bildschirmfoto 2020-04-06 um 22.30.29.png


and here are my settings for "sidebar"
Bildschirmfoto 2020-04-06 um 22.44.29.webp
 
Last edited:
I think, both of these screenshots were taken on an iPhone XS Max. The second screenshot has been cropped, that's why it looks like that. But the same thing happens on my MacBook, when I make the window smaller to force the responsive view.

On my site it looks like this

View attachment 222050

On your demo site it looks like this

View attachment 222051
@willl recently responded to the ticket you created on this issue. Please review his response to see if it resolves the issue you are experiencing. If not leave us a reply within that ticket or here :)
 
Yeah, I see neither the ticket I created nor a response. It'd be great if you could paste the answer in here.

View attachment 222054
Here is what @willl mentioned: In this case, that widget you've got in your screenshot of the demo is actually not part of the sidebar, but is set to display below the node list. The demo is using the off-canvas sidebar option for mobile devices (Appearance -> Style Properties -> Sidebar, with sidebar mobile canvas checked).
 
When I enable that setting, the widgets disappear from the button and it looks like this

Bildschirmfoto 2020-04-06 um 23.10.33.png
Bildschirmfoto 2020-04-06 um 23.10.42.png

I have to tap on the sidebar (the 3 dots in the top right corner) to show the widgets, but that's not what I want. I want the widgets to show up permanently, in full width while being in the mobile/responsive view. This only seems to happen with the UI.X theme though. When I choose the XenForo default theme it looks like this (and that's how I want it to be)

Bildschirmfoto 2020-04-06 um 23.12.14.png
 
When I enable that setting, the widgets disappear from the button and it looks like this

View attachment 222055
View attachment 222056

I have to tap on the sidebar (the 3 dots in the top right corner) to show the widgets, but that's not what I want. I want the widgets to show up permanently, in full width while being in the mobile/responsive view. This only seems to happen with the UI.X theme though. When I choose the XenForo default theme it looks like this (and that's how I want it to be)

View attachment 222057

That is just default behavior for UIX; because UIX has so many different ways of rendering content, such as the sidebar, it will by default go to that thinner width.

However, it is fairly easy for you to add just a few extra lines of CSS to get it to perform the way you'd like.

Just add the following into your extra.less:

Code:
@media (max-width: @xf-uix_sidebarBreakpoint) {
    .uix_sidebarInner > div {
        flex-grow: 1;
    }
}

Assuming you haven't made any other customizations that would impact the container for the sidebar, this should work fine for your situation.
 
Assuming you haven't made any other customizations that would impact the container for the sidebar, this should work fine for your situation.
Yes, that really helped. Now it looks perfect.

Bildschirmfoto 2020-04-07 um 14.43.53.webp

Thank you so much. :) But I'm almost 100% sure that in previous versions widgets were displayed in full width when the mobile canvas setting was disabled. I don't know if that has something to do with the version of the theme, the ui.x add-on or xenforo itself but I remember my widget always looked like that without adding that css code.
 
ThemeHouse updated UI.X 2 Dark with a new update entry:
I still get this message though:
You are currently running 1 outdated version(s) of ThemeHouse styles, but no update is currently available. Some bugs/issues may be expected.

No update is available in Appearance -> ThemeHouse styles and I also ran the UI.X update cron a few times to make sure it did fetch all required information. My UI.X 2 Dark license is also not expired.

UI.X 2 had an update the other day, UI.X 2 Dark does not. There is also no new version available in the TH customer area:
1589556802504.webp
 
I still get this message though:
You are currently running 1 outdated version(s) of ThemeHouse styles, but no update is currently available. Some bugs/issues may be expected.

No update is available in Appearance -> ThemeHouse styles and I also ran the UI.X update cron a few times to make sure it did fetch all required information. My UI.X 2 Dark license is also not expired.

UI.X 2 had an update the other day, UI.X 2 Dark does not. There is also no new version available in the TH customer area:
View attachment 225203
Apologies @SeToY; This has now been fixed :)
 
Apologize if this has been covered in previous posts:

Is the difference between the UI.X 2 theme and the UI.X 2 Dark theme just the built-in color scheme? Are they functionally identical, except the light vs dark color settings?

I understand you would need to purchase both themes if you wanted both the light and dark color schemes out-of-the-box. But I assume you could also purchase purchase the UI.X 2 theme, create a child theme of that, and create your own "Dark" theme via color settings -- is that right?

Appreciate any help/info on this.
 
Apologize if this has been covered in previous posts:

Is the difference between the UI.X 2 theme and the UI.X 2 Dark theme just the built-in color scheme? Are they functionally identical, except the light vs dark color settings?

I understand you would need to purchase both themes if you wanted both the light and dark color schemes out-of-the-box. But I assume you could also purchase purchase the UI.X 2 theme, create a child theme of that, and create your own "Dark" theme via color settings -- is that right?

Appreciate any help/info on this.
They are functionally the same. There is a bit of differing code just to get it to look ideal. Some people want dark and some want light so price is the same. Our shopping cart doesn't support discounting based on previous licenses owned or bundles so we never got around to it. They are packaged and supported and managed separately.
 
They are functionally the same. There is a bit of differing code just to get it to look ideal. Some people want dark and some want light so price is the same. Our shopping cart doesn't support discounting based on previous licenses owned or bundles so we never got around to it. They are packaged and supported and managed separately.
Thanks for the info. I was interested in getting both -- getting the "Light" theme and adding the "Dark" as a option for users looking for a "Dark Mode" option. However, since I am new to Xenforo, I wasn't sure about all the ins and outs of themes. I am not sure if I can purchase both themes if they are functionally the same, which is why I wanted to make sure I could roll my own "Dark" theme as a child from the main UI.X 2 theme.

If you ever decide to bundle them together or merge them into a single theme/product, please let me know. ;)

Thanks.
 
ThemeHouse updated UI.X 2 Dark with a new update entry:

Version 2.1.10.0.0 Released

Changelog:
  • XenForo 2.1.10.0.0 compatibility
  • Improved footer widget styling
  • Fixed an issue with tooltip arrow styling
  • Improved discussion list coloring properties which now allow you to color both even/odd colors
Note: This release cannot be used on XenForo 2.0, it is exclusively for XenForo 2.1 only.
Note: This update does not require a UI.X add-on update to function properly.

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