BasePress
Forum Replies Created
-
This seems like a theme specific issue. Please change your theme and you will see the problem will be solved. Then, figure out what is causing the issue in your existing theme and you can fix it from there.
From the description given, I am not able to understand the problem. Maybe a screenshot would help.
If you are a paid customer, please create a support ticket with relevant information so we can guide you further.
Please refer to our documentation for further information.
codesavory.com/basepress/knowledge-base/features/statistics/You should be able to find this setting under
wp-admin > basepress > modern theme > enable settings > header title
see here: https://cln.sh/KxJ3kC
If this reply helped you, please consider to add a plugin review. This will help my small business.
Thanks
Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] basepageDepending on whether you set the knowledge base in Single or multiple knowledgebases, whether you set it as a homepage etc. could be the reason that this ignores any other content.
What you can do is create a simple page, do not set it as a homepage, and add [basepress] shortcode where you need this to be displayed. This should work.
Skip loading header and footer – exactly means that. It would strip out the header footer so you could have just the skeleton which you may use the way you want.
For loading a specific footer for posts in a particular taxonomy, for now, this would require custom coding on your part as this is the first-ever such request. I am adding this to our backlog to confider this in future versions.
Thank you very much for the recommendation.
Did a search on your site and it worked perfectly https://cln.sh/kXOu89
You mean a specific string of words? That is working with our plugin. But if you mean multiple words that appears, but not together, this is not available. Please refer to plugin documentation site
codesavory.com/basepress/knowledge-base/features/search-bar/
Sorry for the late reply, somehow missed the notification of this.
You will need to custom code it and by default, adding a file attachment field is not possible.
Based on the screenshots it seems like you already have sections added but not reflecting while adding a new article.
Still, just in case just check whether the sections work? Here’s a knowledge base article on this https://codesavory.com/basepress/knowledge-base/adding-content/adding-sections/
Also just to be sure, if you have any other plugins active on your site, temporarily disable them just to make sure this is not happening because of some conflict.
So you want to show the sidebar before the search results?
In mobile view, the sidebar is shown but after the search results. You will need coding knowledge for this. This could be achieved by tweaking CSS and applying flexbox ordering I think.
I am not sure what are you referring to. Can you please explain how and where do you see accordian in desktop-view (which you want in mobile view as well)
Thank you very much for your kind words and recommendation. We hope to make this plugin better and better.
Hi Daniel,
Unfortunately can’t help you with the code suggestion. But the plugin allows you to disable table of contents if you wish from BasePress > Settings.
The other simple hack I could think of is to hide nested list via CSS.
Thanks for explaining. Looks like you might need to create custom template for either blog or plugin taxonomy.
This articles might help
https://developer.ww.wp.xz.cn/themes/template-files-section/taxonomy-templates/
Thanks