Recent content by brstrm

  1. brstrm

    UI.X

    It's hard telling without seeing the live site. Feel free to create a ticket. The link is in my signature.
  2. brstrm

    UI.X

    There is such a setting. Search for "uix_avatarShape" in your ACP. Unfortunately, there is no setting. You'll want to use one of Xenforo's designated breakpoint variables to apply custom CSS within a media query. I can't confirm that to be the case. External Accounts shows up both in the...
  3. brstrm

    UI.X

    I was unable to give this a thoughtful look in time for last release, as we try not to change much without substantial testing. My immediate solution is to increase the z-indexing of the side panels. That is a possibilty for the push effect. However, that is not a possibility for the reveal...
  4. brstrm

    UI.X

    There is a style property for the trigger. It's called Thread Sliding Trigger Style (uix_threadSlidingStyle). Just add a `float: right;` declaration.
  5. brstrm

    UI.X

    Can confirm this bug in non-webkit browsers. Has been fixed in the next release.
  6. brstrm

    UI.X

    There is a style property for media object titles in the off-canvas side panels. Under the UI.X Off-Canvas Panels style property group, look for "Panel Media Object Title".
  7. brstrm

    UI.X

    I'll be the first to admit that there have been growing pains with UI.X. The honest answer is that as the product has matured we've also matured as front-end developers. We carefully weigh whether specific features need to be refactored for the sake of long-term maintainability because you're...
  8. brstrm

    UI.X

    Thanks for pointing these out. It's super helpful, as there aren't enough hours in the day for QA! 1. This is a confirmed bug that will be fixed soon. Unfortunately, there isn't a good temporary fix without significant template edits. You can very well hide the .uix_breadCrumb_toggleList, but...
  9. brstrm

    XenForo 2.0 Discussion

    Since the introduction of libsass, developing with SASS has become platform agnostic. I'm fairly certain that this PHP wrapper ( sensational/sassphp · GitHub ) is analogous to the less.php project, but I could be wrong. If maintaining parity is a concern, note that the official SASS site links...
  10. brstrm

    Adding the XFMG Media Block to a sidebar or portal page

    @Jaxel I've made design decisions on a client job that require Xenporta 2. Can you confirm whether this tutorial also works for Xenporta 2? Following this tutorial, the block doesn't show up. Instead, text inside any xen:set is being printed to the front-end.
  11. brstrm

    [bd] Widget Framework

    Was curious if there are plans for a 'threads' renderer option to select threads based on tags -- when 1.5 rolls around, of course.
  12. brstrm

    Class

    UI.X makes this possible. Search for 'uix_navStyle' while in the Admin CP. Set this setting to 'logo inside navigation'.
  13. brstrm

    Lack of interest HTML Comments and xen:contentcheck

    You're correct. My concern was with certain add-ons that throw commented HTML into a template (via a hook or template modification) thus having the content check return true. It's a specific case, and isn't worth the exception when making content checks as Jeremy noted. I'm probably just being...
  14. brstrm

    Lack of interest HTML Comments and xen:contentcheck

    Maybe there is something I am missing here, but from the perspective of a theme guy, it seems that HTML comments shouldn't be considered content by the xen:contentcheck tag. I've noticed a few plugins will sometimes throw in HTML comments, and while this is nice, organized and dandy, it...
  15. brstrm

    XF 1.4 Which exact situations are notifications pushed instantly?

    Hi, all. I am wondering in what exact situations are notifications pushed instantly. I've noticed that when receiving a PM or having a post liked, I'm not always greeted with an alert and a nice little modal in the lower left-hand corner. I'm having to refresh to see updated notifications...
Back
Top Bottom