Recent content by chaot3ch

  1. chaot3ch

    XF 2.0 Using custom icons for node icons

    The code was indeed for xenforo 2.0 I believe he was making a reference to the last guy who was looking for help. People coming from 1.0 sometimes have trouble adapting to the new way 2.0 handles the code. As for using the addons it just makes it easier to manage usually. Just upload the...
  2. chaot3ch

    XF 2.0 Using custom icons for node icons

    Glad you got it figured out, and yeah, anytime you do something with paths in the new xenforo it has to be the absolute path.
  3. chaot3ch

    XF 2.0 Using custom icons for node icons

    Did you remove the code you were using before that changed the icons? Could there be a conflict occurring with old code still trying to change it, or have you removed everything that deals with icons from all of your custom templates? Is this a locally hosted file or is this a file you are...
  4. chaot3ch

    XF 2.0 Using custom icons for node icons

    Can you post the code you are using?
  5. chaot3ch

    XF 2.0 Using custom icons for node icons

    Sorry, just got around to looking into this. You'll need to do two things. First add:<link href="https://fonts.googleapis.com/icon?family=Material+Icons"rel="stylesheet"> I added this to PAGE_CONTAINER in the head section at the very bottom so it looks something like this: Then after that you...
  6. chaot3ch

    XF 2.0 How to change specific attributes on different pages separately?

    Thank you so much! I knew there had to be something like this in there I just couldn't find it.
  7. chaot3ch

    XF 2.0 How to change specific attributes on different pages separately?

    I think this is exactly what I'm looking for. I have one more question and I apologize in advance, since this is something I should probably already know. I have my data container for the page I would like to change. data-container-key="node-4" So if I wanted to change the background of the...
  8. chaot3ch

    XF 2.0 How to change specific attributes on different pages separately?

    Those are both good options. Mostly I was looking for when I want to edit specific forum nodes that don't have their own html pages.
  9. chaot3ch

    XF 2.0 How to change specific attributes on different pages separately?

    I figured out how to do this with a id tag in the html on the specific pages then calling it in the extra.less, however is there anyway to do this without adding anything to the page html? I see in 1.5 it was listed typically as .node_123 but that doesn't appear to work in xenforo 2.0.
  10. chaot3ch

    XF 2.0 I need help fixing my Iron on my site

    Can you copy and paste the code from your extra.less?
  11. chaot3ch

    XF 2.0 I need help fixing my Iron on my site

    What did you change? Also, do you have a link to your site? There isint much to go off with just the picture alone.
  12. chaot3ch

    XF 2.0 How to change specific attributes on different pages separately?

    I am trying to change the .p-body-content on specific pages. I though I would use something like .node--forum .p-body-content {changes} or .node--idx .p-body-content {changes} However neither of those work. Is there something I'm missing or is there another way to edit these things?
  13. chaot3ch

    XF 2.0 Remove breadcrumb on Page

    Thanks so much! that worked like a charm. I was missing the css part behind the xf. I am going to have to go and find some tutorial talking about the way to use the xf: better.
  14. chaot3ch

    XF 2.0 Remove breadcrumb on Page

    Yep, I tried to wrap it in there but kept getting an error for invalid syntax. Probably just missing something simple but I can't seem to find anything on how to wrap it correctly.
  15. chaot3ch

    XF 2.0 Remove breadcrumb on Page

    Tried adding it in the extra.less and the page template. Couldn't get it to work. I'm pretty new to this, would any care to explain exactly how to put this in?
Top Bottom