Recent content by Digital Jedi

  1. Digital Jedi

    Would you buy a 3-letter .org domain if the 3 letters are your website’s acronym?

    I mean, there's always a custom domain short URL.
  2. Digital Jedi

    Can u help me

    Could you be a little more specific? Are you a license holder? What aspect of forum creation are you needing help with?
  3. Digital Jedi

    XF 2.2 LESS: @media Queries Nested in Class

    Yes, it is a .less template in the Default Style. However I did just find out that I forgot to put the call in the Default Style template. With that said, it is in the CONTAINER template of the custom style. So even though I screwed that up, the .less template and the code to call it are in the...
  4. Digital Jedi

    XF 2.2 Clarification on How Creating Custom .LESS Templates Work

    Look. I'm old. I forget things. So to answer your question accurately...yes. Yes I did. But not the default style. Because as I may have mentioned. I am old.
  5. Digital Jedi

    XF 2.2 Email Server Error

    Heh, I forgot I even made this thread. Yeah, I've verified the records several times, then I went through my host, then I checked and verified them again. I reconfirm and wait a couple of days, and it still doesn't update. I went ahead and switched to Google Oauth SMTP, which I am 80% sure I did...
  6. Digital Jedi

    XF 2.2 Ongoing Email Issues

    Yeah, I don't know what any of this means. Okay, yeah, I know what a bounce error is. I just don't know how to fix it in this case. I've honestly had a hard time understanding xF 2's email configuration system. Previously it worked out the box. This hasn't worked since I upgraded. The last...
  7. Digital Jedi

    XF 2.2 LESS: @media Queries Nested in Class

    Am I missing something? I don't see any difference between the syntax I posted and the one you shared. Other than you nesting a media query within a media query.
  8. Digital Jedi

    XF 2.2 LESS: @media Queries Nested in Class

    Well, I did say I haven't been able to get this to work. My nesting doesn't work as expected.
  9. Digital Jedi

    XF 2.2 LESS: @media Queries Nested in Class

    Have you at least tried? I mean, more recently W3 posted a draft talking about nesting selectors in plain ol' CSS. https://www.w3.org/TR/css-nesting-1/ I'm new to using LESS functionality, but I presumed this wasn't something that went away when CSS was talking about doing it as far back as 2019.
  10. Digital Jedi

    XF 2.2 LESS: @media Queries Nested in Class

    That's...that's why I know it didn't work.
  11. Digital Jedi

    Not planned Ctrl + S for Submitting a Page/Post/Widget/Etc.

    I wasn't aware that it was something you could do with any shortcut. Hence the request. No one ever seems to have mentioned it (at least in a way that comes up in search.)
  12. Digital Jedi

    XF 2.2 LESS: @media Queries Nested in Class

    It's a thing: https://stackoverflow.com/questions/42167163/nesting-media-rules-in-element
  13. Digital Jedi

    XF 2.2 LESS: @media Queries Nested in Class

    You're supposed to be able to nest @media queries in a class in LESS. Like so: .class1 { width: 100%; @media screen and (min-width: 740px) { width: 50%; } } I haven't been able to get this to work in xF, though. Has anyone else tried this with any luck?
  14. Digital Jedi

    Not planned Ctrl + S for Submitting a Page/Post/Widget/Etc.

    As I understand it, keyboard shortcuts have different assignments when the text editor is in focus. This has been my experience, at least. Here and on my forum, Ctrl + S does nothing except activate the strickethrough formatting. Much like Ctrl + B hides/shows my bookmarks, except when I'm in a...
  15. Digital Jedi

    XF 2.2 Can "Click to Expand" be Used Elsewhere?

    Just wondering if it were possible to use either the javascript that functionalizes "Click to Expand" or otherwise use it in another template. I have a widget I'd like to apply the ability to. At the moment I'm going to just use some javascript I picked up elsewhere. But it would be nice to keep...
Top Bottom