• I have it now at https://www.Rap.com/wiki – I would like there to be some sort of a “wiki” home page for example I have https://www.Rap.com/wiki/eric_the_prince two things there is that one, it’s not full screen, I dont know how to remove the sidebar there, and two it’s not case sensitive, like Wikipedia.org/wiki/Eric_the_Prince is capital, wondering how I can make it look like that so it feels more wiki like as we’re making profile on producers and engineers, in addition to that I want to allow registered guests to edit it, not anonymous guests, I dont want them to have to sign in through WordPress or anything either, I’d rather it be somewhat separate – how can we do this?

    https://www.ads-software.com/plugins/wordpress-wiki-plugin/

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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:

    https://www.ads-software.com/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: https://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

    Thread Starter Pure Pressure

    (@pure-pressure)

    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, https://www.Rap.com/wiki/Eric_the_Prince

    Thread Starter Pure Pressure

    (@pure-pressure)

    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: https://screencast.com/t/RLF6ZwZw

    Are you still seeing an issue on your end?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Basic Installation’ is closed to new replies.