Hello, my read only link is below. I had mixitup working on my site before but for some reason it no longer works anymore. Please can someone help me figure out where I am going wrong and tell me what I need to do to fix it?
Thanks for replying, but I say again , I’m not an experienced web designer and do not know JavaScript.
Which part of my code do I have to change and what do I change it to? I understand what you say about ID needing to be classes, but I don’t know how to identify it.
I tried changing all the document.querySelectorAll(‘.filter-group’); to document.getElementsByClassName(‘.filter-group’); but it didn’t work.
I also saw for line 37 it says getElementByID so I changed it to ClassName instead of ID but it didn’t work also.