BasePress
Forum Replies Created
-
Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] Footnotes?Closing this as this is not yet officially supported by core WordPress. Only pages and posts support footnotes. Ref: https://github.com/WordPress/gutenberg/issues/52812
You can set any page as homepage in WordPress.
You can use basepress shortcode on a page and then set it as a homepage?
https://basepresskb.com/docs/knowledge-base/adding-content/adding-articles/
Take a look at this https://cln.sh/pndpmrNx
What you need to do is you need to click on the actual parent section to get to the sub section. If there is a sub section under a section, it will show up.
This is little confusing I know. And in future major update of the plugin, I will try to come up with better UX for this.
Hope this helps?
This might be because of the confusing UI.
When you are managing the sections, you need to select the parent section. Once you are into managing that section, the sub sections will appear in that same drop down.
Please let me know if this is still confusing and I will try to create an image guide for you.
Yay! Finally.
If you liked our plugin and support, please consider adding a genuine review here. It would help my small business.
I couldn’t find a page specific class here. But if you can find a way to add a unique class to this page, it could work. For example..
- Edit the page where basepress is embedded
- Create a div with unique class for example <div id=”basepress-home”> place basepress tag here </div>
- Then target the breadcrumb using this class.
If you still need help, you may have to contact a frontend expert for this.
Hope it helps. Thanks
What needs to be done here is that the main page where this KB is embedded, needs to have a unique page ID or class from where we can target the CSS class of the breadcrumb.
We have tried this with numeric page and post ID which may work but I would need exact URL of your site where this knowledge base is in place. Can’t really help further on this without that.
I tried looking into this to find a homepage specific class for breadcrumb. But couldn’t find it.
The only solution I could think of is to add !important to the first solution you tried and see what happens. i.e.
.page-id-7794 .bpress-crumbs { visibility: hidden!important; }This is not an ideal solution as we are targeting a unique page ID but this should most probably work.
Unfortunately, you will have to custom code this.
Our documentation site, especially this article https://basepresskb.com/docs/knowledge-base/basepress-themes/theme-files/ may help you locate relevant files to edit.
Hi Chris,
Can’t really help with the local server and a sysadmin may know more about this. The plugin really doesn’t have anything to do with a port/custom port.
But I am adding this in list of issues so a dev could look into it just in case.
No, it will not be overwritten as you have created a separate folder with new name.
If you love our product and support, could you please add a genuine review? It will help my small business.
I am glad it worked out for you! And that is a right solution.
Please feel free to ask for help if you need in the future.
BasePress does not provide customization separately for different devices at the moment. It has to be a custom code if you wish to do so.
This seems to be a common error, doesn’t specially have anything to do with BasePress. May I request you to please check this guide and see whether it works for you?
The BasePress has it’s own themes, so Ideally you should clone one of the themes in the plugin, rename it to a different one and then tweak it. So in a way, it is a new theme in the plugin with your changes.
Please refer to articles on this link for more information https://basepresskb.com/docs/knowledge-base/basepress-themes/