Dealing with 2 Issues
Quote from boywonder52 on January 20, 2018, 1:14 am#1: Is there a way to create a “Sub-Category”?
EXAMPLE:
Boat Accessories (Main Category)
Trolling Motors (1st Sub-Category)
Minn Kota (Forum)
Motorguide (Forum)
Chargers & Portable Power (2nd Sub-Category)
Battery Chargers (Forum)
Portable Generators (Forum)
#2. Is there a way to “Import & Use” custom Icons for Categories using the Media Library?
Thanks for any and all assistance.
B.W.Gentry
#1: Is there a way to create a “Sub-Category”?
EXAMPLE:
Boat Accessories (Main Category)
Trolling Motors (1st Sub-Category)
Minn Kota (Forum)
Motorguide (Forum)
Chargers & Portable Power (2nd Sub-Category)
Battery Chargers (Forum)
Portable Generators (Forum)
#2. Is there a way to “Import & Use” custom Icons for Categories using the Media Library?
Thanks for any and all assistance.
B.W.Gentry
Quote from Asgaros on January 20, 2018, 5:58 pmHello boywonder52
You can create sub-forums inside of forums which should allow you to create a similar structure.
Custom icons need explicit css-rules. You can have a look at an example here:
https://asgaros.com/support/?view=thread&id=531&part=1#postid-2426
Hello boywonder52
You can create sub-forums inside of forums which should allow you to create a similar structure.
Custom icons need explicit css-rules. You can have a look at an example here:
https://asgaros.com/support/?view=thread&id=531&part=1#postid-2426
Quote from boywonder52 on January 21, 2018, 9:35 pmQuote from Asgaros on January 20, 2018, 5:58 pmHello boywonder52
You can create sub-forums inside of forums which should allow you to create a similar structure.
Custom icons need explicit css-rules. You can have a look at an example here:
https://asgaros.com/support/?view=thread&id=531&part=1#postid-2426
I tried adding the below code in: “wp-content/plugins/asgoros-forum/skin/style.css” and it didn’t work for me. Is this the correct path? Does the icon have to be certain dimensions? Not sure what I’m doing wrong. Thanks for any help.
#af-wrapper #forum-2 .forum-status span:before {
content: “”;
background-image: url(“http://fishing-east-texas.com/wp-content/uploads/2018/01/lake-category-icon.png”);
}
Quote from Asgaros on January 20, 2018, 5:58 pmHello boywonder52
You can create sub-forums inside of forums which should allow you to create a similar structure.
Custom icons need explicit css-rules. You can have a look at an example here:
https://asgaros.com/support/?view=thread&id=531&part=1#postid-2426
I tried adding the below code in: “wp-content/plugins/asgoros-forum/skin/style.css” and it didn’t work for me. Is this the correct path? Does the icon have to be certain dimensions? Not sure what I’m doing wrong. Thanks for any help.
#af-wrapper #forum-2 .forum-status span:before {
content: “”;
background-image: url(“http://fishing-east-texas.com/wp-content/uploads/2018/01/lake-category-icon.png”);
}
Quote from Asgaros on January 22, 2018, 11:15 amYes, the icon should have a size of 32×32 pixels.
Yes, the icon should have a size of 32×32 pixels.