hi! i'm trying to use your network 3 theme, but the combination filters aren't working. i've tried installing it from all three code sources in the post (code, raw, and alternate) but every time, it only lets me use one filter at a time. the combination filters work on the preview page though, so idk what it is i'm doing wrong. who knew you could mess up copy-pasting? 😂
hi! I just tried and it's working fine so I don't know what's going on on your end but I can take a look at the page you're trying it on
hi there! i am using your 'network iii' theme and was wondering if there was a specific code where i could make the username links not link to anything but simply just headers?
hi! I'm not sure what you mean by headers but if you want to remove the link, just change this line <div class="url"><a href="">@username</a></div> into this <div class="url">@username</div>.
hi! for network iii, is there a way to make the filter section wider (i have. a lot of them) while keeping the description the default size? i've tried just increasing the width of the sort section but it messes up the positioning. thank you!
hi! yeah just change the width under .header { to what you want and then add this part
hi! i'm using network iii, and after taking out the filters because i don't really need them, i can't center the title/description of the page. is there a way i can center it without having to keep the filters? thank you xx
hi! you just need to delete this section it doesn’t change the positioning of anything else
hey! i looked through your network iii asks tag and couldn't find this issue, but i was just wondering how to make it so that you can only select one filter at a time? currently it allows me to select multiple filters at once, but i don't want that. any way to change it? thanks!
hello! you can follow this post but change the exact opposite of what’s being said under ‘to get combination filters’ - ie the second section of code is what’s currently in the code, replace that with the first section. then you’ll need to change .media to .box
hello! i’m using network iii and i’ve managed to figure out everything but the categories. i was wondering how do the category filters work?
hi! there are instructions on how to use the filters in the code the categories are just there if you want to split the filters up into smaller groups - you don’t need to have them and it not using them won’t do anything to the page. however, if you do use the categories, the filter names in each category do need to be unique.
ever since I released the page, I knew there was an issue with the name section, namely being that you couldn’t have more than one word there. I never knew how to fix it but with daylight’s release, I’ve finally learnt how to use the transform-rotate properly. it’s taken a long time haha but it’s fixed now!
the code has been updated on both pastebin and google drive but I’ve included the section you need to change under the cut.