Recent content by ItsAConspiracy

  1. I

    XF 2.3 Tooltips CSS Conflict?

    Thanks for your help, Jeremy. I really appreciate it!
  2. I

    XF 2.3 Tooltips CSS Conflict?

    Sorry for making stupid assumptions about how XF works. This is WAY easier than I had made it out to be! THANK YOU! Probably just another stupid question, but how do I get the tooltip for each specific element to change to "Copied" after they are clicked? Updating the title like so...
  3. I

    XF 2.3 Tooltips CSS Conflict?

    Thanks for the response. So I had assumed that popper.js required bootstrap, but now its obvious thats not the case. I removed BS and added in popper.min.js by itself. Now I have what looks like unstyled and mispositioned popups. Looks like crap but at least there are no CSS conflicts and the XF...
  4. I

    XF 2.3 Tooltips CSS Conflict?

    Also, when I include that css it messes with the appearance of links, which is quite annoying:
  5. I

    XF 2.3 Tooltips CSS Conflict?

    I have almost gotten my site 100% sorted but running into an issue with tooltips. So, obviously Xenforo is using bootstrap components like tooltips natively. I am trying to use my own custom tooltips and there appears to be a conflict: When I include the standard tooltips css like so: <link...
  6. I

    [OzzModz] Logo Essentials

    Yeah, still doesnt work for me either: Inspecting the element shows the following html: <img src="/styles/default/xenforo/How2piLOGO.png" alt="How2Pi - SBC How Tos Made Easy" srcset="/var(--xf-publicLogoUrl2x) 2x"> Highlighted what I think the problem is. The src attribute is correct, but...
  7. I

    XF 2.3 Inline Code Tag Doesn't Span Across Text with Line Breaks

    If I select text that includes line breaks and format it as inline code: First line of text Second line of text Third line of text For some reason the <code> tag doesnt span beyond any line breaks. Is there a way to force this? It separates each line like so: Preferred: <code...
  8. I

    XF 2.3 Creating a Custom Text Formatting Option for Terminal Command w/ Copy

    Thank for the response. After some more thought, I think what Im looking for is to be able to tag text like so: sudo apt update Is there a way to create a custom BB code like that so I can apply the appropriate css? Sorry for the noob questions...
  9. I

    XF 2.3 Creating a Custom Text Formatting Option for Terminal Command w/ Copy

    How would I go about creating a custom text formatting option that will mimic the following behavior? See it in action here: how2pi.com Im working on moving my half baked "How to" instructional website to Xenforo and Id really like to carry over this functionality. If I can make it into a...
Back
Top Bottom