Phil_TubeBuddy
Member
Appearance/ Style Properties/ Avatars / Avatar Shape
How do you get them to stay on the node like so too

Appearance/ Style Properties/ Avatars / Avatar Shape
Coming soon? I'm getting all plans in place to get our forum upgraded from 1.5 to 2.1, and want to have some nice UI.X variants in place when we go live. (Paid for the theme last year in December but have never used it....one single add-on from another developer prevented us from upgrading to 2.0, and it's still in beta, last time I looked!)Not at this time no, we haven't released a 2.1 based version as of yet.![]()
I believe our Last Post Avatar add-on is ideal for what you are looking for.How do you get them to stay on the node like so too![]()
This is coming soon, yes!Coming soon? I'm getting all plans in place to get our forum upgraded from 1.5 to 2.1, and want to have some nice UI.X variants in place when we go live. (Paid for the theme last year in December but have never used it....one single add-on from another developer prevented us from upgrading to 2.0, and it's still in beta, last time I looked!)
Quick question, if you don't mind...This is coming soon, yes!![]()
If you make all your changes on a child theme, as is strongly recommended everywhere we can say it, then you should just be able to upgrade UI.X itself when its ready and you'll maybe have a few things to tweak but otherwise easy upgrade.Quick question, if you don't mind...
I started on a customization of UI.X 2 for our XF2 testing forum. Botched it a little, but, not a big problem either if I have to fix it or scrap it. Is 2.1 a total rewrite, or will there be some sort of upgrade path from your 2.0 and 2.1 versions of the theme?
Yes, we're all on child themes, so it's all good there. What I always do is create a "master" child theme with our forum customizations (logo and placement, other branding, font standards, etc.) and save any color changes to child themes below that one. Works really well for us that way, and upgrades are a breeze.If you make all your changes on a child theme, as is strongly recommended everywhere we can say it, then you should just be able to upgrade UI.X itself when its ready and you'll maybe have a few things to tweak but otherwise easy upgrade.
You are able to view what this update includes by going here: https://github.com/Audentio/xf2theme-issues/milestone/23?closed=1
Note: This update doesn't require a UI.X add-on update to function properly.
I have the same question.Just upgraded at my demo site. I have just noticed that "Sidebar" definition is missing nowHow can we add it ?
View attachment 189791
Not at this time, no. But it is plannedIs this update compatible with XenForo 2.1?
Go ahead and create a ticket on our support portal so that one of our developers can take a closer lookconflict with xpress as i got error "funtional_tags". I have other style it works perfectly! The previous one doesn't get this error!
Just upgraded at my demo site. I have just noticed that "Sidebar" definition is missing nowHow can we add it ?
View attachment 189791
Just spoke to Ian about this and he said go to the uix.less template, look for line 412 (or roughly that depending on the theme) and comment out the following code:I have the same question.
.uix_sidebarTrigger--phrase {
display: none;
}
Gonna go ahead and tag @Ian Hitt on this.Hello, before the upgrade from xf1 to xf2, I used to have the following CSS to manipulate the prefixes:
Prefix style: prefix test
extra.css:
.prefix.test {
color:#E70219;
background-color: #FFFFFF;
border-color: #0251A0;
}
Now, for XF2, I have changed to:
Prefix style: pre-test pre
extra.less:
.pre-test{
color:#E70219;
background-color: #FFFFFF;
border-color: #0251A0;
}
But the border is not getting the style. Whats wrong ?
Oh I didn't knowNot yet, XF 2.1 it's still a pretty early beta, and isn't recommended for production use
Thanks for your reply. But it did not work for me.Just spoke to Ian about this and he said go to the uix.less template, look for line 412 (or roughly that depending on the theme) and comment out the following code:
<xf:comment>
.uix_sidebarTrigger--phrase {
display: none;
}
</xf:comment>
/*
.uix_sidebarTrigger--phrase {
display: none;
}
*/
.uix_sidebarTrigger--phrase {
display: inline;
}
We used to have a SP to control when this hides/shows. @Ian Hitt is that gone?But adding the following code at "extra.less" did work![]()
Ha thank you, made an issue for it so we get that fixed
We use essential cookies to make this site work, and optional cookies to enhance your experience.