Recent content by SaveTheWest

  1. S

    XF 2.2 PNG Image Embedding Issue

    I forgot about this, the issue somehow resolved itself after a while. Don't know what was wrong or how it resolved itself.
  2. S

    XF 2.2 How To Auto Re-Scale The Header Background Image Based On Browser Settings ?

    So here's the CSS code in extra.less that worked: @media only screen and (max-width: 480px) { .header--proxy { padding-bottom: 0%; background-image: url('data/assets/mere/the_image_480w_470h.png') !important; background-size: cover; background-position: top center; } }...
  3. S

    XF 2.2 How To Auto Re-Scale The Header Background Image Based On Browser Settings ?

    Ah, good to know, thank you. Your suggestions led me along a different line of thought, and I think I have found a solution. Will post the full details once it's all worked out. --------- Here's the gist of it. It seems to be the case that different browser settings end up with different...
  4. S

    XF 2.2 How To Auto Re-Scale The Header Background Image Based On Browser Settings ?

    I'm not really following, in that the CSS code you provided above doesn't specify the height (whether that be the background image or logo). I can see that it works on your Retrofit Southampton forum, yup Indeed, I've been careful about making sure I apply it to the correct style, as I've made...
  5. S

    XF 2.2 How To Auto Re-Scale The Header Background Image Based On Browser Settings ?

    Thank you Mr Lucky. I gave that a try, in both the extra.less and Header/row logo CSS It had no effect (including not changing the padding below) Don't understand why none of the changes are really having an effect
  6. S

    XF 2.2 How To Auto Re-Scale The Header Background Image Based On Browser Settings ?

    Thank you Davyc. I gave that a try, it does succeed in adding a red border around the background header image (when using the .header--proxy class within extra.less), but, no luck with any other changes in re-sizing the actual background image. I tried contain & cover for the background-size...
  7. S

    XF 2.2 How To Auto Re-Scale The Header Background Image Based On Browser Settings ?

    As the thread title suggests, we've been trying to get our header background image to re-scale based on the browser settings. As is, when we upload a header background image, the image looks alright for some browser configurations (e.g., Desktop, Chrome browser, 100% zoom, full screen)...
  8. S

    Upload manager [Paid]

    Hi Andy, Was wondering about a part of the functionality. If the PNG image has a transparent background, what happens when converted to JPG? i.e., does it preserve the transparent background, or, does it strip it / replace it with something like a solid white background (or allow for an admin...
  9. S

    [XB] Reaction Favourites [Paid]

    Works well for our forum, Our members like have their personal choices of reactions, while also not cluttering it up with too many reactions. Have never had an issues with the add-on since they developed it for us
  10. S

    Looking For An Already Existing Add-On For Moderator Notes

    Thank you very much @Ozzy47 & @AndyB for the quick responses It might have been both of yours that I was thinking about, they look familiar & I usually start by browsing your add-ons when looking around
  11. S

    Looking For An Already Existing Add-On For Moderator Notes

    I seem to recall coming across a (third party) forum add-on which would allow moderators to make notes about specific members on their profiles (but would only be visible to moderators or members with the necessary permissions). I cannot seem to find this add-on again. Does anyone happen to...
  12. S

    XF 2.2 PNG Image Embedding Issue

    To re-frame the question, I was looking through some add-ons, and found this one: https://xenforo.com/community/resources/convert-image.5609/ What our forum is currently doing is similar to the function of that add-on, except, we do not want it to do that. Our forum is currently taking all PNG...
  13. S

    XF 2.2 PNG Image Embedding Issue

    A possible workaround solution would be to use this add-on by AndyB: https://xenforo.com/community/resources/upload-manager.9212/
  14. S

    XF 2.2 PNG Image Embedding Issue

    A few weeks ago PNG image embedding stopped working on our threads/posts. When we upload the images, they do go onto our server (so not a memory issue), and what ends up in the post is a URL to the image (linked to files on the forum). Example: This occurs when using the typical "insert...
  15. S

    XF 2.2 Purchased XenForo add-ons and styles

    I tried that, no luck unfortunately. It's okay though, I'll figure it out, just thought there might have been a one-stop place for check.
Back
Top Bottom