Print

Other Topics

Yes we offer Lifetime license for our Professional Bundle here.

You can rename a KB on the Overview screen:

Our Knowledge Base has responsive design. Desktop, tablet and mobile screens will display the KB in responsive manner. In addition, the admin can configure the width of an article and screen breakpoints. For more details see Article Width

We do not provide support for RSS, however the following article describes some way to setup RSS: Creating Separate RSS Feeds for Custom Post Types in WordPress
 

Echo Knowledge Base has RTL for its pages built-in. If you have any issues please contact us.

For our free Knowledge Base plugin, go to echo-knowledge-base — WordPress Plugins.

For bundles, price, overall pricing and add-on information see our Getting Started page.

Our individual add-ons are listed here: add-ons

To submit a support ticket, please go here: Support form

Yes, Knowledge Base, Elegant Layouts, Multiple KB, Widgets, Advanced Search and Linked Editor all work in multi-site WordPress structures.

Access Manager is not setup to run in a multi site structure.

If you need to delete all data for Echo Knowledge Base and add-ons to start over or to fully uninstall the plugin, follow these steps:

  1. Go to Admin > Knowledge Base > Configuration > Tools > Other tab
  2. Find “Delete All KBs Data” box
  3. Follow the instructions in the box

This action will remove all KB articles, KB categories, KB tags and KB options. It will also delete any custom tables used by KB add-ons.

Currently, KB search cannot index a PDF document. However, you can:

  • Use Advanced Search add-on to add appropriate tags to the article that contains an embedded PDF document.
  • Use Links Editor add-on to link to a PDF document and specify keywords that will be searched for

KB Basic Search searches:

  • Article Title
  • Article Content

( it uses the WordPress search code.)

The Advanced Search add-on searches:

  • Article Title
  • Article Content
  • Article Tags

The Link Editor add-on can be used for PDFs and other files and link to those directly but the search will only use the

  • Link Title
  • Link Keywords
  • Link Tags

Echo Knowledge Base is compatible with LearnPress. You can learn more about KB and LearnPress here

If you are interested in removing the seq_no in the URL Please read the following first.

This will cause issues with the Navigation Sidebar for Elegant Layouts if you have one. Also it will default the article breadcrumbs and bottom navigation to the primary category, just like how the default WordPress behavior works ( Yoast is the same ).

Please note that typically articles belong to only one category. The seq_no is not used for those articles. If article belongs to more than one category, then WordPress / Yoast SEO adds a canonical link tag that clearly indicates this is a duplicate content.

If you need to apply this code, please speak with your web developer.

WordPress Shortcode
				// Removes the seq no in URL
 add_filter( 'article_with_seq_no_in_url_enable', '__return_true'); 
			

First, check your server error log to see what caused this issue. For example, you can see the following root cause:

<[05-Jul-2023 06:32:27 UTC] PHP Fatal error:  Allowed memory size of 67108864 bytes exhausted (tried to allocate 151552 bytes) in /home/<your site>/public_html/wp-admin/admin-ajax.php on line 39>

This error indicates that you will need to increase the size of your PHP memory.

Additionally, you can use the following community tool to check your system’s health:  https://wordpress.org/plugins/health-check/

Was this article helpful?
4.5 out Of 5 Stars

2 ratings

5 Stars 50%
4 Stars 50%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.
Need help?
Table of Contents