UI.X 2

UI.X 2 [Paid] 2025-03-05

No permission to buy ($59.50)
There is nothing to correct, the following style is our UI.X Pro Material style which is shown here. No need to install that style if you don't want too ;)
Ah. Okay, I was thinking the child xml file was to be installed as the child style of UI.X, as you guys advise, but I guess you just use the main xml file for both parent and child. I was wondering why there would be any actual difference between the parent and child versions, but it's been a while since I last updated and I thought I was just repeating the steps I had in the past...
 
so i wanted to change the phrase original poster to OP. edited the phrase th_original_poster. did not do anything. what am i missing here!

i also enabled the option named Visitor panel stats as icons but that seems to have also changed nothing to the Members online box on the homepage.

i am definitely doing something stupid here!
 
so i wanted to change the phrase original poster to OP. edited the phrase th_original_poster. did not do anything. what am i missing here!

i also enabled the option named Visitor panel stats as icons but that seems to have also changed nothing to the Members online box on the homepage.

i am definitely doing something stupid here!
I would suggest clearing your browser cache to see if that helps? I just attempted these with no issues :)
 
hehe. tried in incognito. tried in edge/firefox/phone browser. cleaned apcu. cleaned cloudflare cache. tried everything! would try again.
 
so i checked again. turns out <strong>Original Poster</strong> is hard coded in message_macros template. i am not sure what the phrase is for?
 
How would I fill in the category of the nodes section with a background image without it looking really weird?
I tried changing the BG of the category strip but it didn't have the intended effect.
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
Also, I am using nodes by TH
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
and the custom colors/css modification with it yields the same result.
 
Last edited:
How would I fill in the category of the nodes section with a background image without it looking really weird?
I tried changing the BG of the category strip but it didn't have the intended effect.
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
Also, I am using nodes by TH
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
and the custom colors/css modification with it yields the same result.
I've started a conversation with you on this, hope to hear from you soon :)
 
Anyone else here using UI.X who has created a homepage with a tabbed widget? If so, have you got the tabbed widget to display correctly? Just wondering because every single Themehouse style I've tried recently is stretched out to three times the width it should be when displaying the tabbed widget, with some side widgets on the right (where they should be) and some on the bottom left. Just a complete mess. Works fine on every single other style I have and used to work fine with TH styles.

Here's what the tabbed widget should look like:

FbvIcG1.png



Here's what happens with a TH style:

7DCAvGP.png



The tabbed widget code is:
<div class="block">
<div class="block-container">
<h2 class="widget-tabs block-tabHeader tabs hScroller" data-xf-init="tabs h-scroller" data-state="replace" role="tablist">
<span class="hScroller-scroll">
<a href="{{ link('whats-new') }}?skip=1"
class="tabs-tab is-active"
id="all_threads"
role="tab"
aria-controls="new_threads_homepage">Latest threads</a>

<a href="{{ link('whats-new/posts') }}?skip=1"
class="tabs-tab"
id="forum_overview_new_posts"
role="tab">Latest posts</a>

<a href="{{ link('whats-new/profile-posts') }}?skip=1"
class="tabs-tab"
id="whats_new_new_profile_posts"
role="tab">Latest profile posts</a>
</span>
</h2>
<ul class="tabPanes widget--tab">
<li class="is-active" role="tabpanel" id="tab_latest_threads">
<xf:widget key="new_threads_homepage" />
</li>

<li role="tabpanel" aria-labelledby="tab_latest_post">
<xf:widget key="forum_overview_new_posts" />
</li>
<li role="tabpanel" aria-labelledby="tab_latest_profile_post">
<xf:widget key="whats_new_new_profile_posts" />
</li>
</ul>
</div>
</div>
<xf:css>
.widget-tabs {
overflow: hidden;
.tabs-tab {font-size: 13px;}
}

.widget--tab .block[data-widget-id] .block-minorHeader {display: none;}
.widget--tab .block[data-widget-id] .block-header {display: none;}
</xf:css>

How to fix this?
 
I've got round to renewing and upgrading etc. However, my inbox, bells and icons are all missing since I've upgraded?

Everything shows as a square?
 
Back
Top Bottom