Here it is
View attachment 168806
I have having an issue with the Jump to Buttons not displaying when I scroll.
This is is happening under UI.X styles only. I checked the default style and I get scroll to top. I had 2 outdated templates for the UI.X and UI.X Dark themes and that was core_hscroller.less. When I checked the difference between the UI.X and default core_hscroller.less the changes where these:I am unable to replicate this issue. Can you check to see if the issue is n an uncustomized version of UI.X, or just in a child theme? If I had to take an initial guess, I would say that either page_container or uix.less templates (or both) are outdated.
.m-faContent(@fa-var-chevron-left, .72em, ltr);
.m-faContent(@fa-var-chevron-right, .72em, rtl);
}
}
&.hScroller-action--end
{
right: 0;
justify-content: flex-end;
text-align: right;
&:after
{
.m-faContent(@fa-var-chevron-right, .72em, ltr);
.m-faContent(@fa-var-chevron-left, .72em, rtl);
}
.m-faContent(@fa-var-chevron-left, 0.72em, ltr);
.m-faContent(@fa-var-chevron-right, 0.72em, rtl);
<xf:macro template="uix_icons.less" name="content" arg-icon="chevron-left" />
}
}
&.hScroller-action--end
{
right: 0;
justify-content: flex-end;
text-align: right;
&:after
{
.m-faContent(@fa-var-chevron-right, 0.72em, ltr);
.m-faContent(@fa-var-chevron-left, 0.72em, rtl);
<xf:macro template="uix_icons.less" name="content" arg-icon="chevron-right" />
}
This is is happening under UI.X styles only. I checked the default style and I get scroll to top. I had 2 outdated templates for the UI.X and UI.X Dark themes and that was core_hscroller.less. When I checked the difference between the UI.X and default core_hscroller.less the changes where these:
There is no other outdated template.
will do. Thanks.It may be a product of incorrectly merged templates as well. If you make a ticket over at themehouse.com I can help investigate your site specifically so see if we can find a solution to your issue.
Hm, do you mean like sticky? If you change the logo position via style properties and move it into the navigation bar, it will be sticky just like your nav.
It's more for making the logo section in the header remain sticky on the desktop display. Would be great if you could consider adding that option.![]()
Hm perhaps I dont understand. You can indeed sticky the navbar always, all the time, not on scroll. Or have it not stick and have the logo in the nav. Pretty much every permutation exists. If you can do a diagram, we may already support this.It's more for making the logo section in the header remain sticky on the desktop display. Would be great if you could consider adding that option.![]()
Hm perhaps I dont understand. You can indeed sticky the navbar always, all the time, not on scroll. Or have it not stick and have the logo in the nav. Pretty much every permutation exists. If you can do a diagram, we may already support this.
Theoretically it could, but we'd advise against it simply because it takes up a lot of screen space, Some of your users would probably not appreciate it, in our opinion at least, so its probably not something we would do at the framework level. Apologies for that but if you want someone to do it custom Im sure most devs for hire here at XenForo can take care of it!In your demo for UIX.2 (in the desktop version) do you see the UIX2 logo at the top left, with the search bar in the same row?
Can that row be made sticky, and if so how?
If not, could we please have that feature?
Of course, I may have completely over-looked the setting, in which case I'm happy to be advised.![]()
In both UI.X 2 and UI.X 2 Dark I am getting an error around the message_macros template. When I try to merge them, it says that the syntax is off. Everything else is working fine after the upgrade. I am not seeing any actual errors on my site, but I don't like having the "Outdated Templates" notification in my admin home.
As far as I know, I've not added any custom code to the message_macro's template at all. Seems similar to a few other people's issues with the templates, just hold on until there is a fix?
Theoretically it could, but we'd advise against it simply because it takes up a lot of screen space,
At your UI.X Child Styles, open PAGE_CONTAINER templates find the following codes, which must be 249 .What's new icon not showing on mobile screens.
How can i make it on for mobile screens.
<xf:comment>
<xf:set var="$uix_whatsNew__component">
<a href="{{ link('whats-new') }}"
class="p-navgroup-link p-navgroup-link--iconic p-navgroup-link--whatsnew"
title="{{ phrase('whats_new')|for_attr }}">
<i aria-hidden="true"></i>
<span class="p-navgroup-linkText">{{ phrase('whats_new') }}</span>
</a>
</xf:set>
</xf:comment>
We use essential cookies to make this site work, and optional cookies to enhance your experience.