BasePress
Forum Replies Created
-
Hi @chamoymary,
an extension for import/export is still in development.
If you want to try a beta version please open a support ticket from the plugin’s menu and I can send you a copy and the details on how to use it.Thanks
Thanks @advwebmaster777 for sharing your opinion!
That’s also very appreciated!Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] Search overallHi @antons21,
to search in all KBs you can use the shortcode [basepress-search with=”600px”]
I do see some of the shortcodes working on your sample page but others are just appearing as text.
I have tested the first search bar appearing on your sample page and it does loads results from different KBs.
Just make sure to add the shortcode correctly on the page using the Shortcode block.
If you have any other question let me know!Hi Sarah,
yes it is possible but we need to customize the template for that.
As it easier and quicker to do than explain, if you can open a support ticket from the plugins menu I’ll be happy to prepare the files for you.
I’ll get the other request as well in one go!Thanks
Hi Sarah,
it is possible to make a small customization to a single template to have the voting appear for a single Knowledge base.
If you can tell me which BasePress theme you are using (Default, Modern or Zen) and on which side you have set the sidebar I’ll guide you on how to make this customization.Thanks
Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] Tag support?Hi @ericsandes,
tags are available in the BasePress Premium version.
You can find a list of all major BasePress free and premium features here:
https://codesavory.com/features/If you have any question about premium features you can get in contact from the contact from in our site as well.
Thanks
Hi,
the code would apply to images only.
if you want to make BasePress inherit the styles from your theme you could also:1. Make a copy of this file:
wp-content/plugins/basepress/themes/modern/template-parts/post-content.php2. Paste the copy in:
wp-content/themes/your-theme-folder/basepress/modern/template-parts/3. Edit the file and replace this line:
<article id="post-<?php the_ID(); ?>">
with this:
<article id="post-<?php the_ID(); ?>" class="main-content">That should make it work with your theme styles.
Hi Jamie,
BasePress is not on GitHub but if you want to share your changes you can contact me at info @ codesavory.comThanks!
Hi Jamie,
there is not a way to bulk assign articles.
If it can help in any way, the KBs and sections are terms of the same taxonomy “knowledgebase_cat”.
The parent terms are the KBs and the child terms are sections or sub-sections.
Articles need to be assigned to the section only as the KB is implied.
You might be able to export and re-import the content with some plugin but I haven’t tried to say if it is possible.
If there is any other info that can help let me know!Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] Same slugHi,
implementing this is not as trivial as it may seem.
We have not long ago rebuilt the logic for the permalinks and it is not possible to just change it again without risking to break other features.
I’ll add this the feature request but I cannot guaranty that it can be done or when it would be done.
I hope you understand!Hi @benitaorozco,
BasePress doesn’t style the content of the articles and leaves that to the main WordPress theme.
It seems that your WordPress theme doesn’t have styles for images outside of its own elements.
You can get that fixed by going to BasePress > Modern Theme, enable the settings if you haven’t yet and in the Custom Css field add this lines:.bpress-content-area img { max-width: 100%; height: auto; }That should do it.
Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] Same slugHi,
that is how WordPress permalinks work. You cannot have two posts with the same slug. It is in fact WordPress that automatically adds the number after the slug if there is already a post with the same slug.What you can do is prefix or suffix the slug:
domain.com/documentation/plugin-1/p1-getting-started/
domain.com/documentation/plugin-2/p2-getting-started/Forum: Plugins
In reply to: [Knowledge Base documentation & wiki plugin - BasePress Docs] Theme BrokenHi Rachel,
I have replied to the ticket opened in our system as it is for a Premium support.
I’ll close this thread but we will keep following you from our channel.Thanks
Hi,
there is not any function to do that as the header is generated by your main theme so the solution depends on how the theme was developed.
The solution I proposed is the easiest.
If you can open a support ticket from the plugin’s menu I’ll help you prepare the new template.Hi @rolito,
BasePress can load a different header as explained in this article: https://codesavory.com/knowledge-base/basepress/basepress-themes/how-to-customize-the-header-and-footer/
You can make a copy of your theme’s header.php file,
rename it as header-basepress.php and then customize it as necessary.If this is not what you are looking for or I misunderstood your request let me know!