Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter strider1551

    (@strider1551)

    Also, is there a way to change “Create new” to “Add a Sub Wiki”? As far as I can tell, that button always makes the current wiki the parent of the newly created wiki.

    Hey there strider1551, hope you’re well today!

    You should be able to remove advanced tab with some custom CSS. 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

    li.incsub_wiki_link_advanced_edit {
      display: none !important;
    }

    This should remove the advanced tab, normally I wouldn’t suggest the use of the !important declaration. However, it can sometimes be a necessary evil when over-writing existing styles. You can find more info on the use of important declaration here:

    https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity#The_!important_exception

    As for changing Create New since the word is translatable you could use plugin translation files to change it to what ever you want. You’ll find more info on how to translate plugin here: premium.wpmudev.org/blog/how-to-translate-a-wordpress-plugin/

    Hope this helps ??

    Best regards,
    Bojan

    Thread Starter strider1551

    (@strider1551)

    Perfect. Thank you so much for the help. It hadn’t occurred to me that there might be a way to hide elements from within css, and I’ve already used translation files to change some wording in BuddyPress so that was easy.

    Glad that help ?? Please let me know if you have additional questions.

    Have a great day!

    Cheers,
    Bojan

    pandreas

    (@pandreas)

    It doesn’t work for me.

    Could you please tell me what to write to css?

    Thank you!

    Andreas

    Hey pandreas,

    If you’re referring to removing advanced tab the above CSS should work. Where are you adding the CSS?

    Also please post link to your site and keep the CSS added so I can take a look.

    Cheers,
    Bojan

    pandreas

    (@pandreas)

    Ok Bojan, the problem is solved!

    I didn’t have put the css code in the right way.

    Thank you!

    Awesome! Glad you managed to figure that out ??

    Cheers,
    Bojan

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Remove "Advanced" button’ is closed to new replies.