UI.X 2

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

No permission to buy ($59.50)
If I wanted to center my logo in the middle of my nav bar, how would I go ahead at doing so?
It depends, as if there are things such as navigation items or other items say on your right, then logo wont have anything to center to. If you think of it as a position, and you enable logo block to be on its own line, then there is a setting for this. Its worth a video explanation but all in all, for a use of space, its typically not best. A cheaper way is to say for desktop show it as a background image.
Hello, how can I make this setting?

My settings are these:

Thanks in advance :)
Its looking like you just need the 100% on that last property.
Wondering when UIX.2 is being updated for the latest XF version
I believe @Ian Hitt is working on this
 
It depends, as if there are things such as navigation items or other items say on your right, then logo wont have anything to center to. If you think of it as a position, and you enable logo block to be on its own line, then there is a setting for this. Its worth a video explanation but all in all, for a use of space, its typically not best. A cheaper way is to say for desktop show it as a background image.

Its looking like you just need the 100% on that last property.

I believe @Ian Hitt is working on this
Ty, i just wanna be able to do something like:

HOME FORUM <LOGO> BLAH BLAH2

all centered in nav bar, and the logo goes over a bit
 
Thank you! I have a last question: How can I make this effect on my Forum logo?
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
Thanks :)
 
Hi Guys
I have latest UI.X2 and latest X2. I am using latest Admanager, and want to place a background advert behind some of my forum node pages. It work, BUT the current UI.X2 has gaps in the page and between the boxes, thus my image shows in those gaps.

Is there a way to set the block (page column) in white, so the background image only shows left and right of the page column, which I have set to max 1240px wide?
 
Thank you! I have a last question: How can I make this effect on my Forum logo?
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
Thanks :)
We've received your ticket on this and hope to have a response for ya soon.
Hi Guys
I have latest UI.X2 and latest X2. I am using latest Admanager, and want to place a background advert behind some of my forum node pages. It work, BUT the current UI.X2 has gaps in the page and between the boxes, thus my image shows in those gaps.

Is there a way to set the block (page column) in white, so the background image only shows left and right of the page column, which I have set to max 1240px wide?
Not sure on this but go ahead and create a ticket so we can take a deeper look into it, please! :)
 
ThemeHouse updated UI.X 2 with a new update entry:

Version 2.0.10.0.0 Released

UI.X 2 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...

Read the rest of this update entry...
 
Hello, I am trying to update UI.X from the AdminCP > Styles > ThemeHouse styles, but when I try to upgrade it, give me this error:

LogicException: Class ThemeHouse\UIX\Service\UpdateCheck does not exist in src/XF/Container.php at line 267
  1. XF\Container->createObject() in src/XF/App.php at line 1359
  2. XF\App->XF\{closure}() in src/XF/Container.php at line 228
  3. XF\Container->create() in src/XF/App.php at line 2508
  4. XF\App->service() in src/XF.php at line 527
  5. XF::service() in src/addons/ThemeHouse/UIX/XF/Admin/Controller/Style.php at line 30
  6. ThemeHouse\UIX\XF\Admin\Controller\Style->preDispatch() in src/XF/Mvc/Dispatcher.php at line 248
  7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
  8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
  9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
  10. XF\App->run() in src/XF.php at line 329
  11. XF::runApp() in admin.php at line 13

My server errors log:
1537473552404.webp
 
Hello, I am trying to update UI.X from the AdminCP > Styles > ThemeHouse styles, but when I try to upgrade it, give me this error:

LogicException: Class ThemeHouse\UIX\Service\UpdateCheck does not exist in src/XF/Container.php at line 267
  1. XF\Container->createObject() in src/XF/App.php at line 1359
  2. XF\App->XF\{closure}() in src/XF/Container.php at line 228
  3. XF\Container->create() in src/XF/App.php at line 2508
  4. XF\App->service() in src/XF.php at line 527
  5. XF::service() in src/addons/ThemeHouse/UIX/XF/Admin/Controller/Style.php at line 30
  6. ThemeHouse\UIX\XF\Admin\Controller\Style->preDispatch() in src/XF/Mvc/Dispatcher.php at line 248
  7. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
  8. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
  9. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
  10. XF\App->run() in src/XF.php at line 329
  11. XF::runApp() in admin.php at line 13

My server errors log:

Always upgrade the add-ons first before upgrading the Theme. It's good practice.
 
Hey there, trying to setup custom node icons with [TH] Nodes, they don't seem to apply with UI.X 2.

1537522167858.webp

I configured to have icons for those sub nodes, they haven't seemed to have changed.

Ty
 
After upgrade, REPLY button is disappeared at normal thread page, but it is still existed at xpress promoted thread page.
 

Attachments

  • Screenshot_1.webp
    Screenshot_1.webp
    50.3 KB · Views: 16
  • Screenshot_2.webp
    Screenshot_2.webp
    55.4 KB · Views: 16
I can confirm this also. Can't believe I didn't see it earlier.
I don't know why / how, the following codes are canceled at "thread_view" template.

Code:
<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>

Adding these codes just before the following code, solve the issue temporary.

Code:
<xf:description meta="false">
 

Attachments

  • Screenshot_1.webp
    Screenshot_1.webp
    49.1 KB · Views: 30
Hello, I have an error log generated this morning:

#0 src/XF/App.php(2406): XF\Extension->extendClass('XF\\Template\\Tem...', NULL)
#1 src/XF/App.php(1461): XF\App->extendClass('\\XF\\Template\\Te...')
#2 src/XF/App.php(1119): XF\App->setupTemplaterObject(Object(XF\Container), '\\XF\\Template\\Te...')
#3 src/XF/Container.php(28): XF\App->XF\{closure}(Object(XF\Container))
#4 src/XF/App.php(2692): XF\Container->offsetGet('templater')
#5 src/XF/Pub/App.php(361): XF\App->templater()
#6 src/XF/Mvc/Dispatcher.php(280): XF\Pub\App->preRender(Object(XF\Mvc\Reply\View), 'json')
#7 src/XF/Mvc/Dispatcher.php(44): XF\Mvc\Dispatcher->render(Object(XF\Mvc\Reply\View), 'json')
#8 src/XF/App.php(1931): XF\Mvc\Dispatcher->run()
#9 src/XF.php(329): XF\App->run()
#10 index.php(13): XF::runApp('XF\\Pub\\App')
#11 {main}
array(4) {
["url"] => string(154) "/index.php?shoutbox/refresh&last_id=2&_xfRequestUri=%2Fforums%2F&_xfWithData=1&_xfToken=1537733427%2C726c8cf8dee10cfaa3ca28849162813c&_xfResponseType=json"
["referrer"] => string(33) "----/forums"
["_GET"] => array(6) {
["shoutbox/refresh"] => string(0) ""
["last_id"] => string(1) "2"
["_xfRequestUri"] => string(8) "/forums/"
["_xfWithData"] => string(1) "1"
["_xfToken"] => string(43) "1537733427,726c8cf8dee10cfaa3ca28849162813c"
["_xfResponseType"] => string(4) "json"
}
["_POST"] => array(0) {
}
}
 
Hello, I would like to ask you for a favor. I

would like to set my picture as in other "default" links in an individual navigation link (in attach "Články"). How can I achieve this? I understand it's probably not going to be the setting. I have to use css, how? Example?

Thank you for your help, advice.

Výstřižek.webp
 
Back
Top Bottom