UI.X 2

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

No permission to buy ($59.50)
Looks like floating notices break the sticking of the save button at the bottom of account settings pages (pushing it up).

204116
 
Hey guys,

how can I expand the padding between the header and the forum? Red in the image attached. I can't find the setting.

Thanks

blank1.webp
 
Been using Firefox on mobile lately and I've noticed that the search bar goes crazy on my UI.X pro, but only in Firefox. It seems to be fine in Chrome mobile. This is on my Pixel.

You click the search icon then you can't really type because the pop-up keyboard keeps hiding/showing. Seems to be worse if slightly scrolled down.
 
Hey guys,

how can I expand the padding between the header and the forum? Red in the image attached. I can't find the setting.

Thanks

View attachment 204844
Been using Firefox on mobile lately and I've noticed that the search bar goes crazy on my UI.X pro, but only in Firefox. It seems to be fine in Chrome mobile. This is on my Pixel.

You click the search icon then you can't really type because the pop-up keyboard keeps hiding/showing. Seems to be worse if slightly scrolled down.
Please go ahead and create a ticket on our support portal so that we can assist with resolving these issues or answer any questions you may have.
 
ThemeHouse updated UI.X 2 with a new update entry:

Version 2.1.3.0.0 Released

UI.X 2 2.1.3.0 Changelog:
  • XenForo 2.1.3 compatibility
For more information: https://github.com/Audentio/xf2theme-issues/issues?utf8=✓&q=is:issue+milestone:2.1.3+is:closed+

Note: This release cannot be used on XenForo 2.0, it is exclusively for XenForo 2.1 only.

Note: This update does require a UI.X add-on update to function properly. You can download the latest version...

Read the rest of this update entry...
 
There used to be a way to adjust the width of the "latest post" column in XF1. How do I do that in XF2/UI.X?

edit: I can do this in the CSS like so, but is there a setting I'm missing?

CSS:
.structItem-cell.structItem-cell--latest {
    width: 140px
}
 
Last edited:
There used to be a way to adjust the width of the "latest post" column in XF1. How do I do that in XF2/UI.X?

edit: I can do this in the CSS like so, but is there a setting I'm missing?

CSS:
.structItem-cell.structItem-cell--latest {
    width: 140px
}
There is no setting in this for XF2, you will have to write custom css to do so as you mentioned.
 
I'm trying to update the path/file name for my logo. In the ACP

Appearances --> Style Properties --> Basic Options --> Logo

Logo URL: images/tbw h 120.png

(Edited to add - I've also tried with images/tbw_h_120.png and that doesn't work either.)

Doesn't work. What path do I need to use / where do I need to put the file?

Alternatively, when I click "upload" at that spot, I get an error:

Code:
Oops! We ran into some problems.
LogicException: Entity XF:styleProperty (class: XF\Entity\styleProperty) could not be found in src/XF/Mvc/Entity/Manager.php at line 51
XF\Mvc\Entity\Manager->getEntityClassName() in src/XF/Mvc/Entity/Manager.php at line 123
XF\Mvc\Entity\Manager->find() in src/XF/Mvc/Controller.php at line 431
XF\Mvc\Controller->assertRecordExists() in src/addons/ThemeHouse/UIX/Admin/Controller/UixSpImageUpload.php at line 50
ThemeHouse\UIX\Admin\Controller\UixSpImageUpload->assertStylePropertyExists() in src/addons/ThemeHouse/UIX/Admin/Controller/UixSpImageUpload.php at line 32
ThemeHouse\UIX\Admin\Controller\UixSpImageUpload->actionIndex() in src/XF/Mvc/Dispatcher.php at line 321
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 244
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 100
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 50
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2178
XF\App->run() in src/XF.php at line 390
XF::runApp() in admin.php at line 13

Please help!
 
Last edited:
Back
Top Bottom