Hey there Pure Pressure,
How are you doing today?
Regarding removing sidebar on that specific page this can be done with some custom CSS. To do that please try adding the following CSS code in the style.css file of your child theme or if your theme doesn’t have custom CSS tab add it in your site using the following plugin:
http://wordpress.org/plugins/simple-custom-css
.postid-45166 .td-pb-span8.td-main-content {
width: 100%;
}
.postid-45166 .td-pb-span4.td-main-sidebar {
display: none;
}
As for having Wiki title in capital letters this can also be done with CSS so please try adding this as well:
.incsub_wiki header.td-post-title {
text-transform: uppercase;
}
This should be the result: http://screencast.com/t/OF2uyXEnsa.
Lastly regarding having an ability to set who will have privileges to edit Wikis that can be done with the premium version of the plugin as it has settings that allows you to check WP user roles that will have access to edit Wikis.
Hope this helps 🙂
Cheers,
Bojan
I am looking at the Stylesheet.css and I added those two lines what you gave me to the bottom and there’s no apparent change, http://www.Rap.com/wiki/Eric_the_Prince
Ok the Custom CSS worked for that Wiki post, secondly I still want it to show up as Eric_the_Prince vs eric_the_prince to be more Wiki-like
Also how do others edit it?
I did quick edit in the wiki’s and tried to change the capitalization in the slug but it reverted to lower case
Hey Eirc,
Figured I would jump in here while Bojan is offline. Glad you got the CSS working 🙂
Also how do others edit it?
As mentioned in the email I just sent, this feature is restricted to the pro version only.
I did quick edit in the wiki’s and tried to change the capitalization in the slug but it reverted to lower case
It appears to be showing capitalized for me: http://screencast.com/t/RLF6ZwZw
Are you still seeing an issue on your end?