Any short length content which may be used to display term definitions, frequently asked questions etc.
Introduction
Feature rich, responsive centralized FAQ solution
Feature rich, responsive centralized FAQ solution
The following is the definition(s) of the concept(s) covered in the context of Knowledge Center app:
Any short length content which may be used to display term definitions, frequently asked questions etc.
Watch Knowledge Center Community introduction video to learn about the plugin features and configuration.
EMD Advanced Filters and Columns Extension for Knowledge Center Community edition helps you:
Most advanced and fully featured knowledge base solution ever built for WordPress. Unleash the power of self-service community with relevant, accurate, and fast information delivery reducing support costs and increasing customer satisfaction.
Learn how to create a self-service community using Knowledge Center Enterprise plugin
Using Knowledge Center, you can create, modify, delete, and search panel records, associated taxonomies, or relationships.
To create panel records in the admin area:
Panels can be modified by clicking on the "Edit" link under the panel title in the panel list page in the admin area. Make any necessary changes and then click Publish.
In Knowledge Center, users are only allowed to search panels they have access to. Users who have access to panels can search using the filter system in the panel admin area.
To schedule Panels for publication on a future time or date in the admin area:
To create a password protected panel in the admin area:
Only an Administrator and users with "publish" right can change the password set for your panel or modify visibility setting by clicking the "Visibility: Edit" link again.
When panel content is password protected, panel title displays the text "Protected: " before the panel Title and the content prints a password form with this text: "This content is password protected. To view it please enter your password below:".
If multiple panels have the same password, one will only have to enter the required password once. Only one password is tracked at a time so if you visit two different panels with two different password, you must re-enter the panel password to access content. WordPress saves passwords for maximum 10 days. After this period expires, one must reenter the password again to view the protected content.
Panels can be privately published to remove them from panel lists and feeds.
To create a private panel in the admin area:
Only an Administrator and users with "publish" right for the panel can change visibility setting by clicking the "Visibility: Edit" link again.
To preview panel content press the "Preview" button - a button directly above the “publish” button - in the publish box before officially publishing or sending for review.
To create a draft panel in the admin area:
Once the panel is published the user who created the panel is assigned as the panel author. Panel authors can view and edit the panel. One can change the panel author from the author box. The author box drop down is limited to the users who have panel "publish" right.
KC Group can be set by clicking on the desired option in "KC Groups" box and updating/saving the panel. Setting a value for KC Group is optional. KC Group is also not organized hierarchically meaning there's no relationship from one KC Group value to another.
KC Groups do not have preset values.
KC Tag can be set by typing the desired option in the empty text field and clicking "Add" button in "KC Tags" box and updating/saving the panel. Setting a value for KC Tag is optional. KC Tag is also not organized hierarchically meaning there's no relationship from one KC Tag value to another.
KC Tags do not have preset values.
Displaying Panel archives can be done by creating a link in the Appearance Menus Screen in the admin area.
Alternatively, if you'd like to display a specific Panel, you can select the link from Panel metabox and add it to your menu. If you don't see Panel metabox, check the Screen Options to ensure it is set to display.
To create a custom link for Panel archives:
In Knowledge Center, Panels are locked during editing, preventing other users from accessing and modifying the Panel.
If a user clicks to edit one of the Panel records that's currently locked they are presented with three options in a pop-up dialog:
The user that has been locked out receives the following dialog, and is no longer able to edit the Panel. It can take up to 15 seconds for the current Panel editor to be notified that another user has taken over.
You can use Panel Rating to create interactions from users.
Panel Rating module :
Click on ratings menu link under KC Settings menu to access configuration options.
Panel Rating feature is provided by wpas rating extension which is sold separately and must be activated to be used.
Widgets provide a simple and easy-to-use way of displaying content and features on your sidebars or dashboard.
Sidebar widgets can be added, removed, and rearranged on the WordPress Administration Appearance > Widgets panel. Dashboard widgets can be enabled or disabled using Screen Options tab in your app dashboard page. All widgets have drag-and-drop functionality.
The following sections list the Knowledge Center widgets:
Featured Panels is an entity sidebar widget. It shows latest 5 published panel records without any page navigation links.
Recent Panels is an entity sidebar widget. It shows latest 5 published panel records without any page navigation links.
Standard views display a single type of content in a custom format and can be used in place of archive views. Administrators can display standard views using their shortcodes by choosing the name of the view you want to display from the WPAS component list after clicking on the WPAS toolbar button on any page.
The following sections list the Knowledge Center standard views available:
"Frequently Asked Questions" is a standard view which displays -1 Panel records per page with a post status of publish in ascending order by menu_order. Page navigation is disabled. If you choose to install setup pages during plugin activation, a WordPress page is created with a title of "Frequently Asked Questions". You can visit this page to access the view. To display it in another page or post, use [std_panel]
shortcode or select the view name from the WPAS component list after clicking on the WPAS toolbar button.
Plugins are managed from the Plugins screen in the Administration Screens of your WordPress site. All Plugins listed on this screen are found in your wp-content/plugins directory. Each Plugin has a description in its header section of what it does, an author and website to refer to, and a version number. Find Knowledge Center from the list.
To install your Knowledge Center Plugin using the built-in plugin installer:
Replace VERSION in instructions with the version number of Knowledge Center you want to install. After the activation, the Knowledge Center plugin setup may display notification asking if you if you'd like to install setup pages or skip setup page installation, click the appropriate button.
To uninstall your Knowledge Center Plugin using the built-in plugin installer:
WordPress auto-update system displays notification in the Admin Bar and also on the plugins page when new version of the Knowledge Center is available.
To install the new version, simply hit the "Update automatically" button. WordPress will automatically download the new package, extract it and replace the old files. No FTP, removing old files, and uploading is required.
We offer different plugin editions to better match your needs. If you purchased a different edition of Knowledge Center, follow the steps below to upgrade your plugin:
Upgrading Knowledge Center Community edition does not have any impact on your existing data but it is always a good idea to back up your WordPress database as a rule of thumb before any changes.
Knowledge Center Community edition is configured to work with many plugin extensions. Most plugin extensions work regardless of the edition unless specified specifically in the plugin page.
if you purchased a plugin extension, follow the instructions in WordPress Codex to install and activate your plugin extension like any other WordPress plugin.
If your extension comes with a license key, you must save and activate your license key to get software updates and support.
The default entity base slug can be changed within entity tab of settings page in KC Settings menu. After you update, make sure to refresh your site's Permalinks under Settings. You can only change base slug if post name based permalink structure is selected.
For the most part, Knowledge Center templates will integrate nicely with most WordPress themes. However you may run into issues when the default Knowledge Center content wrappers do not match your chosen theme or your theme's CSS rules overwrite Knowledge Center CSS rules.
Theme related issues manifest themselves by;
Theme related issues can potentially affect all single, taxonomy, archive and shortcode pages because Knowledge Center uses templates of its own to display these pages and it’s impossible for eMDPlugins to know exactly what markup or CSS rules your theme uses.
There are three methods to resolve theme related issues;
If the issue can not be resolved through simply modifying the header and footer templates, you need to modify your theme's page.php.
Please note that this approach eliminates Your ability:
from KC Settings, settings page.
To set up this template page:
Next you need to find the loop (see The_Loop). The loop usually starts with a:
<?php if ( have_posts() ) :
and usually ends with:
<?php endif; ?>
This varies between themes. Once you have found it, delete it. In its place, put:
<?php kc_com_content(); ?>
You add custom CSS rules in the Custom CSS field of Tools tab under KC Settings menu, settings page to overwrite your theme's default CSS. The custom css rules added in the settings are not deleted when your plugin gets updated.
You can learn CSS language by completing the tutorials at w3schools.com
Knowledge Center can be translated into any language by editing kc-com-emd-plugins.pot and kc-com.pot files.
Follow the steps below to fully translate Knowledge Center into the desired language:
Screen Options is displayed as a hanging tab under the toolbar. Click on the Screen Options tab to expand the options available for a particular Screen, check (or uncheck) the desired options, then click the Screen Options hanging tab to collapse the Screen Options. Each screen may have a different set of Screen Options.
Edit page screen options allow the user to decide the edit boxes ,such as taxonomies, relationships or specific boxes such as authors, are presented in the edit area. You can turn on and off the ones that are not needed for a particular edit session.
List page screen options allow users to set the number of records displayed in the list table.
Shortcodes are small blocks of reusable code that can be inserted in a page to generate dynamic and often complex functionality. There is no limit in number of shortcodes that can be created and used. Multiple shortcodes can be used in the same page.
The following shortcode creates a Frequently Asked Questions page with panels of KC Groups category.
[std_panel filter="tax::kb_group::is::YOUR TAXONOMY VALUE;"]
The following shortcode creates a Frequently Asked Questions page with panels of KC Groups category.
[std_panel filter="attr::emd_panel_id::is::YOUR ATTRIBUTE VALUE;"]
The following shortcode creates a Frequently Asked Questions page with panels of KC Groups category where ID is emd_panel_id .
[std_panel filter="attr::emd_panel_id::is::YOUR ATTRIBUTE VALUE;tax::kb_group::is::YOUR TAXONOMY VALUE;"]
The following shortcode creates a Frequently Asked Questions page with the published panels of KC Groups category where ID is emd_panel_id in descending order by comment count, displaying 15 panels with no pagination.
[std_panel filter="attr::emd_panel_id::is::YOUR ATTRIBUTE VALUE;tax::kb_group::is::YOUR TAXONOMY VALUE;misc::post_status::is::publish;misc::order::is::DESC;misc::posts_per_page::is::15;misc::has_pages::is::false;misc::orderby::is::comment_count;"]
Note: Replace YOUR ATTRIBUTE VALUE with the value stored for that attribute and YOUR TAXONOMY VALUE with the slug of the corresponding taxonomy value.
Knowledge Center offers extensive customization options from plugin settings, settings page. The following customizations can be done without changing your theme's template files:
If your customization requirements are more complex and can not be resolved through the list of options provided above, you need to implement advanced customization techniques.
Knowledge Center advanced customization can be done on 3 different areas;
Plugin customization can be implemented by using 4 different methods:
If you'd like to modify the functionality, you need to modify the plugin design (sold separately) using WP App Studio ProDev API access (sold separately and monthly development plans are available).
If you like to customize how HTML elements are to be displayed on screen, you can add custom CSS rules with higher specificity to your theme's style.css file.
If you'd like to customize layouts of Knowledge Center, Please follow the steps below:
The layout files you added in the "emd_templates" has always precedence over the plugin's layout files. If the customized files get deleted, the layouts which came with your plugin are displayed. We recommend that you create a child theme if you'd like to minimize the risk of accidental deleting of the "emd_templates" directory because of theme updates.
The following layout file types can be customized:
Knowledge Center labels and messages can be customized to better match your needs through language files. The customization is very similar to localization but recommended for US English users only. If your language is different than US English, you should localize instead of customize. The customization can be done for the strings included in kc-com-emd-plugins.pot and kc-com.pot files.
The following steps cover the string customization of labels and messages.
Follow the steps below to fully customize Knowledge Center labels and messages:
All customization can be done by yourself or emarketdesign.com. Open a support ticket, if you prefer us to do the customization for you.
Below is the list of attribute and taxonomy definitions.
Any short length content which may be used to display term definitions, frequently asked questions etc.