Recent content by Russ

  1. Russ

    XF 2.3 Replacing node icons via css

    I don't see how this works on 2.3. I think you'll need to update the resource with hiding the SVG icon as well @BassMan
  2. Russ

    XF 2.3 Replacing node icons via css

    2.3 Beta 5 that code on a completely stock default style: No add-ons installed.
  3. Russ

    XF 2.3 Replacing node icons via css

    This does indeed load a second icon. This CSS only approach seems to work: .node .node-icon i { &:before { .m-faContent(@fa-var-upload); width: 100%; } svg { display: none; } } But it's essentially hiding the default SVG icon. Would you...
  4. Russ

    If logo width/height is not set, switching to light/dark breaks logo

    Ideally, you should set your logo width/height but if either Public logo width or Public logo height is not filled out (or both), it results in the logo loading width="0" or height="0" when switching to light/dark Easy steps to reproduce: 1.) Remove "Public logo width" value, leaving it blank...
  5. Russ

    Duplicate Ctrl-s in templates not saving

    Ctrl-s doesn't work on 2.3 Beta 5 I thought there was an open report... but I don't see anything outside of a post in the HYS forum.
  6. Russ

    Confirmed Enabling variations on child styles where the parent doesn't have variations misses most variation settings

    https://xenforo.com/community/threads/reverting-property-shows-object-oject.220955/ Jeremy says it might be related. Reverting (and refreshing) fixes it for now.
  7. Russ

    Fixed Export as independent style should be behind Development Mode

    This appears to be implemented in 2.3! This should solve a lot of problems for clients exporting incorrectly.
  8. Russ

    Confirmed Reverting property shows [object Oject]

    Easy way to replicate this specific issue: Edit any basic color on the default style on 2.2.15 install. I'm attaching the style archive here for easy testing. All I changed in this was "Content background color" to rgb(72, 72, 72) Import it to a 2.3 install, then enable style variations...
  9. Russ

    Fixed Error evaluating hue after creating Color property w/ variations enabled

    Went to create a bug report, but I think it's the same issue: If you simply remove the background color from Header/logo row and enable style variations, the CSS is completely broken. I think in this specific case it's because "Meta theme color" is calling the background color from the header...
  10. Russ

    Confirmed Reverting property shows [object Oject]

    When variations are enabled, if a color property is customized it will not show the second column for the variation color. You need to revert the property which results in [object Object] showing. A page refresh fixes it but it still seems off: (Accent content border color) After reverting it:
  11. Russ

    This person loves giving away likes

    I'm over here thinking I was special with all of their likes.
  12. Russ

    Featured Threads widget should use featured image if one is set

    Currently, the featured image is only used if you use the "Standard" view. On the RM, if you featured a resource it would use the resource icon. I feel like for threads it makes sense to always use the featured image if one is set.
  13. Russ

    Fixed Can't feature specific thread

    I have an "Ultimate test thread" on my dev site and for whatever reason I can't seem to feature it. Nothing crazy in the thread. Images inserted, images attached, zips attached, various default BBcode's on the first post. Not sure what's going on. Error: No webhooks activated (mentions that)...
  14. Russ

    Fixed Check all in customized components not working

    Inside Customized style components, you can't use the checkboxs in the blue bars to select all properties or templates. It selects the check box but doesn't actually select any of the elements below them. (Select all at the bottom works)
  15. Russ

    Remove the text search from p-nav-opposite

    The Inbox + alerts actually have the option to have text there if you fill in the phrases: nav_inbox nav_alerts As for removing the search, not sure if XF will implement it but a quick extra.less will remove the text: .p-navgroup-link--search .p-navgroup-linkText { display: none; } Same...
Top Bottom