Recent content by Russ

  1. Russ

    XenBase - PixelExit.com [Paid]

    You're safe to run the update now. There's a single outdated template which can be merged https://pixelexit.com/threads/xenforo-2-3-8-preview-is-out.15784/#post-70102 I'm out of town for a wedding at the moment, but working to get the updates out soon.
  2. Russ

    Try out the XenForo 2.3.8 Preview!

    A lot: https://xenforo.com/community/forums/resolved-bugs/ pretty much goes back to page 7.
  3. Russ

    XF 2.3 Navigation slides to the right. Infuriating...

    I can replicate it on the default style. Not sure why it's doing it though As a temporary measure, since you have a really long nav you could disable the auto-scroll. It's meant to scroll to the selected navigation item. PAGE_CONTAINER: Find <div class="p-nav-scroller hScroller"...
  4. Russ

    XF 2.3 Node title/Note title unread for light/dark variations

    If I recall, those won't work when someone chooses system. Why wouldn't the code below work? It's a mixin defined by XenForo within setup.less
  5. Russ

    XF 2.3 Node title/Note title unread for light/dark variations

    You technically can have different font sizes for light/dark (although I don't know why you'd want to?). .classname { font-size: value; .m-colorScheme(dark, { font-size: valuefordark; } ); } Unless I'm not understanding the question.
  6. Russ

    XF 2.3 Member login is the same as admin.php login.

    Not with a setting or anything. You could probably achieve it using CSS only (extra.less). You'd have to just had almost everything and style the box of course.
  7. Russ

    Font awesome icons 2.3 - categories, nodes, prefixes, phrases, templates etc...

    I guess I don't see the issue outside of you just have the names wrong? house-chimney-user v7 || house-user v5 screen-users v7 || users-class v5 face-smile v7 || smile v5
  8. Russ

    Font awesome icons 2.3 - categories, nodes, prefixes, phrases, templates etc...

    They never switched to FA6 for licensing purposes. They just changed the way they used FA icons in 2.3: https://xenforo.com/community/threads/boosting-performance-in-xenforo-2-3.216767/#post-1648280
  9. Russ

    Font awesome icons 2.3 - categories, nodes, prefixes, phrases, templates etc...

    You need to use this to find icon names: https://fontawesome.com/v5/search as an example: exclamation-triangle = v5 triangle-exclamation = v7 XenForo uses version 5.
  10. Russ

    [OzzModz] Google Adsense tips and visual overview of ad positions

    You could just do the conditional check inside the thread_view template, and add the: <xf:sidebar>code</xf:sidebar>
  11. Russ

    XF 2.3 Nodes are gone (but not really)

    That's a "problem" with Bolt. Style properties -> Bolt properties -> Enable statistics. It's calling the default XenForo stats widget. I don't think there's really a way to check if it exists as far as I recall. Sorry for the trouble. I'll look again to see if we can't avoid that.
  12. Russ

    [XB] Xmas Garland

    The boxed version appears to be a little different, sorry. Try this: .b-page_newyear { position: relative; top: -10px; }
  13. Russ

    [XB] Xmas Garland

    An easier CSS only fix might be to just add this to extra.less: .b-page_newyear { position: relative; }
  14. Russ

    [XB] Xmas Garland

    I installed it and it seems to work fine with the styles. The exception would be if you're using a custom setting like the logo in navigation (or Bolt's header version). If you are using Bolt's custom header approach, you will need to manually apply the edit: Open PAGE_CONTAINER Find: (line...
Back
Top Bottom