I cannot figure out where to change my icons...the ones like these:
Capture.JPG
I cannot figure out where to change my icons...the ones like these:
Capture.JPG
In the settings group "VaultWiki: Aesthetics" make sure at least one option is selected for:
"Allow Custom Icons for Wiki Content?"
Then it should appear on the Edit tab, somewhere below the text editor.
Otherwise it will just use the default icon that appears in the area list:
Capture.jpg
- lead developer for VaultWiki
Oh yeah, I meant to ask you about that exact place in the admin. If I change those settings, it does not change with the SAVE button. So no matter what I chose there, it only has the custom font box checked.
So, we cannot chose our own custom thing we would like there? Or if we want it to be blank, there is no option for that? Or for the sizing of it either?
I am also trying to figure out where the style sheets are for the wiki now? I went to Styles>CSS but it is just a blank page.
The above issues should be fixed on your site now.
The sizing can be adjusted via CSS (vw-icon.css):
vw-icon-small, vw-icon-large, vw-icon-xlarge are 3 classes that are used for the icons in various situations.
- lead developer for VaultWiki
Thank you.
Is there any way to disable the icons completely?
You can't disable the icons completely, but you can reproduce the RC behavior of not showing the icon when you're reading the article. Add the following to your custom CSS:
Code:.vw-title-box .vw-status-icon { display: none; }
- lead developer for VaultWiki
Bookmarks