Recent content by BassMan

  1. BassMan

    XF 2.3 Replacing node icons via css

    I did, thank you. But for some reason it was working before too. 🤷‍♂️
  2. BassMan

    [cXF] Icons in sidenav on Account page - Code update for XF 2.3

    updated the code for XF 2.3 with applications icon and support for applications page
  3. BassMan

    [cXF] Icons in sidenav on Account page

    BassMan updated [cXF] Icons in sidenav on Account page with a new update entry: Code update for XF 2.3 Read the rest of this update entry...
  4. BassMan

    [cXF] Change default FA node icon - Code update for XF 2.2 and 2.3

    Code update for XF 2.2 and 2.3 (thank you @Jeremy P)
  5. BassMan

    [cXF] Change default FA node icon

    BassMan updated [cXF] Change default FA node icon with a new update entry: Code update for XF 2.2 and 2.3 Read the rest of this update entry...
  6. BassMan

    XF 2.3 Replacing node icons via css

    Then you can use this code, to adjust padding: .node.node--idX { &.node--forum { .node-icon { padding-left: 5px; i { .m-faContent(@fa-var-dot-circle); } } &.node--read .node-icon i {...
  7. BassMan

    XF 2.3 Replacing node icons via css

    This is working for me on XF 2.3 Beta 5: l .node.node--idX { &.node--forum { .node-icon i { .m-faContent(@fa-var-dot-circle); } &.node--read .node-icon i { opacity: 0.4; } } }...
  8. BassMan

    [cXF] Membership Page [Paid]

    The block is stretched to 100% width when you reach the Medium responsive break point:
  9. BassMan

    [cXF] Membership Page [Paid]

    Yes, this is expected. The width is for the "pack" block (from edge to edge). The price is always centered.
  10. BassMan

    [cXF] Membership Page [Paid]

    It changes the width of the pack like this (changed Pack A to 180px): It does not work for you?
  11. BassMan

    [cXF] Membership Page - 1.5.4

    bugfix: main title phrase is now working correctly corrected some typos in descriptions for options Both versions of the add-on for XF 2.2 and 2.3 have been updated.
  12. BassMan

    [cXF] Membership Page [Paid]

    BassMan updated [cXF] Membership Page with a new update entry: 1.5.4 Read the rest of this update entry...
  13. BassMan

    [cXF] Membership Page [Paid]

    Yes, I'll check everything and test it.
  14. BassMan

    [cXF] Membership Page [Paid]

    🤦‍♂️😊 I need to slow down... Thank you for reporting this. I'll try to update those descriptions (again) over the weekend.
  15. BassMan

    [cXF] Advanced Footer - 2.3.2

    fixed alignment for X icon CSS changes for footer columns and social icons [WARNING] In case you missed it, please read the description in the previous three updates.
Top Bottom