Discussion on Knowledge Base - A WordPress Wiki Theme

Discussion on Knowledge Base - A WordPress Wiki Theme

Cart 1,001 sales
Well Documented

InspiryThemes supports this item

Supported

This author's response time can be up to 1 business day.

174 comments found.

my site doesnt look at all like your live preview is showing

please help

url : http://mynametee.com/

how can i make it look like your preview theme?

Looks like you have switched the theme.

Anyway, you need to import dummy contents after installing the theme and setup the homepage as front page. Plus you also need to configure the menu and footer widgets to make it look like demo.

Please follow the documentation that comes with in the theme package for further details.

Regards

Is this theme support one static post on homepage? But I would like to have the header as the demo. Thanks.

You can use a static page on homepage and header and footer will remain the same. Regards

How can I demo the admin part of this, as I think the most important part is how easy we can write know hows and organize into categories.

Please advise before we purchase your product

Hi,

Sorry there is no admin demo available for now. But, adding knowledge base articles are as simple as writing an email. In fact some features are more easier than email like embedding images and assigning categories.

Regards

Hi,

I’m trying to reverse the order of the posts category which display on the homepage, I see it shows by order of the number of posts in that category.

How can I simply reverse the order?

<?php

$number_of_cat_articles = get_option('theme_number_articles_for_cat');
$number_of_cat_articles = empty($number_of_cat_articles)?5:intval($number_of_cat_articles);
$selected_categories = get_option('theme_selected_cats');
$cat_count = count($selected_categories);
if(is_array($selected_categories) && ($cat_count > 0))
{
    $category_count = 0;
    foreach ($selected_categories as $selected_cat_id )
    {
}
?> 
$category_count++;
    $cat_obj = get_category($selected_cat_id);
    echo '<section class="span4 articles-list">';
    echo '

'.$cat_obj->name.' ('.$cat_obj->count.')

'; }
$sub_categories_args = array(
                            'orderby' => 'name',
                            'order' => 'DESC',
                            'parent' => $cat_obj->term_id
                            );
$sub_categories = get_categories($sub_categories_args);
$categories_not_in = array();
if ( $sub_categories ) :
    echo '
    '; foreach($sub_categories as $sub_category) { echo '
  • ' . $sub_category->name.''; echo ' (' . $sub_category->count.') '; echo '

  • '; $categories_not_in[] = $sub_category->term_id; } echo '
'; endif;
list_articles(array(
                'order' => 'DESC',
                'cat' => $cat_obj->term_id,
                'posts_per_page' => $number_of_cat_articles,
                'category_not_in' => $categories_not_in
            ));
echo '</section>';
if((($category_count%2)==0) && ($category_count < $cat_count)){
    echo ' ';
}

looks like you have confused it.

the correct array variable is pointed in this screenshot http://screencast.com/t/9iLwOmjG

and you can reverse the array using php array reverse method http://www.php.net/manual/en/function.array-reverse.php

Regards

Thank you for your help!

Solved! For anyone who wants to do this for whatever reason: $selected_categories = array_reverse($selected_categories);

How can you order the posts on the homepage by most viewed?

Hi,

There is no way to know the post views by default. So, there is no such feature provided with this theme.

You can use following plugin to know post views https://wordpress.org/plugins/wp-postviews/

But, ordering them based on post views still be another task to do.

Regards

Does this theme still supported and can be used with current WP 3.9 version? TY

Yes. the demo of theme is running on WP 3.9 . Regards

Dear Buyers,

We have dedicated support staff that is available at our support site to help you in your questions.

So, please signup on our support site and create a ticket whenever you have a question.

Thanks & Regards

Visit our Support Site | How to get Item Purchase Code

Trying to style the child theme instead of using the quick css area (which works great, but doesn’t seem ‘solid’ enough long term) – anyway, updates to the logo padding weren’t working and I was scratching my head for why – turns out while the child theme css IS getting pulled and overriding the default parent theme that is getting overridden again by a media=”all” query putting back the default – any idea why this is and/or how I can remedy? I have a feeling it is something to do with browser compatibility and I don’t want to screw it up. Thx, Case

Hi,

You can override parent styles in child theme by simply increase the selector precedence/specificity.

http://css-tricks.com/specifics-on-css-specificity/ http://coding.smashingmagazine.com/2007/07/27/css-specificity-things-you-should-know/

For any further help you can reach our support staff through our support site. (support related links are provided below)

Regards

Visit our Support Site | How to get Item Purchase Code

Can you write custom metadata on the root of the knowledgebase page as well as custom metadata for each knowledgebase category and article? By metadata, I’m talking about page title, page description, keywords.

you can use following plugin with this theme for that purpose https://wordpress.org/plugins/wordpress-seo/

I bought the theme today. If you created a very nice theme. Congratulations. However single.php could be nicer

Please let me know if you have any suggestions.

Regards

The demo featured articles with the most votes at the article How do I list.

HI Support,

I would like to reduce the height of header on the main page of this theme.

Appreciate any reply,

Thanks,

Hi,

Header has two areas.

1. is logo + menu area

2. is search area

So, which area height you want to reduce ?

Regards

I need both height to be reduced pls Thanks

For search area

you can put following css in theme options >> styling >> quick css

.search-area-wrapper .search-area{
padding: 30px 0;
}
.search-area-wrapper{
min-height: 279px;
height: auto !important;
height: 279px;
}

You can change the values to your needs.

For top header

.logo-container {
padding: 19px 0;
}
.main-nav div > ul > li{
padding: 16px 14px 18px;
}

again you can change the values to your needs

Regards

Hi,

I’d like to purchase your theme, it’s what i was looking for. But before the purchase I’d like to try it specially search engine is really important for me cause i am planing to use it for publish my support document. It must work like google, my users even can search only one single keyword and they have to find with it. My users are really lazy so i know they will never try second time to search document. If it’s possible could you provide me a demo with my 10 document or may be you can provide a private user in your demo system which also will be private share. Thanks.

Hi,

Thanks for taking interest in this theme.

Sorry there is no arrangement for providing you an admin demo before purchase.

This theme uses WordPress default search to search through contents. You can even enhance or customize the search using plugin like http://wordpress.org/plugins/search-everything/

Regards

Saqib

does the theme allow for a standard homepage and also a separate posts category?

Hi, if you want to simply display posts on homepage then yes that is supported.

This theme also provides category archives.

Let me know if you mean something different ?

With this theme, can it be setup for login (register) to access the theme before viewing any knowledge base info?

Thanks

does a membership plugin come with this theme or need to purchase additionally? Thanks

no membership plugin comes with this theme and there are free available. So, you do not even need to even purchase.

Few Examples: http://wordpress.org/plugins/membership/ http://wordpress.org/plugins/members/ http://wordpress.org/plugins/s2member/

I have installed this theme and got it working. I would like to reduce the height of header area ” where is says:

Have a Question? If you have any question you can ask below or enter what you are looking for!

How can i reduce the height? Apprecaite your reply soon, Thanks

Greetings, I’m close to buying this but wanted to see if it has any way to show some posts for only some users if we protect the site. I know this may be require a third-party app or something, but I would need to know what each article is (i.e., a custom post, or something that is native to WP and that a third party plugin could “control.”)

Hi,

Thanks for taking interest in this theme.

This theme uses WordPress native post ( also known as blog posts ) for knowledge base articles. So, every standard wordpress plugin will work fine with these posts.

Regards

Por que, en la portada el site es full responsive y cuanto lo veo en mi iphone se ve asi como esta foto: https://drive.google.com/file/d/0BykZV4SGgCHXRjd4eEdLUlE1QkRHd2MzaUtIWVJTaThxaU04/edit?usp=sharing

Hi,

Please create a support ticket on our support site and related support guys will guide you.

Regards

Visit our Support Site | How to get Item Purchase Code

Presale question. Can I integrate WooCommerce plugin?

Sorry, I have not tested woo-commerce compatibility with this theme.

Hi there,

It’s nice theme! Some questions before purchase:

1. Is it possible to make the top menu bar fixed when the page is scrolling?

2. Is it possible to display feature photos of the posts on the front page?

3. If the two issues above are possible but need some modification in the source code, can you guide me how to do it?

Thank you very much!

Sorry one more question:

4. Can “Related Articles” be displayed after each article?

Sorry one more question:

5. Do FAQ posts have categories?

Hi,

Thanks for taking interest in this theme.

1. Menu bar can be made sticky and we can guide you about it on our support site after purchase.

2. Articles list page http://knowledgebase.inspirythemes.com/articles-list/ can be set as front page. If you want to display photos on a home page template then that needs code modification and you might need a WordPress developer to do it for you.

3. Yes, we can guide you and even help you for minor changes.

4. It can be easily achieved using following plugin http://wordpress.org/plugins/related-posts/

5. FAQs do not have categories

Regards

Very nice theme. Can posts have attachments (like powerpoint files, word documents etc), and listed underneath the post?

My client needs an internal tool to track their activities with stakeholders. Your theme would work nicely, if the logged-in user can also attach easily multiple files.

Thanks,

Hi,

Thanks for liking the theme.

Post can have attachments but you need a front end module to display/offer download of those files to viewers.

So, you can use a plugin with this theme like http://codecanyon.net/item/multiverso-advanced-file-sharing-plugin/5756019

Regards

Saqib

Sorry. Deleted my comment.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey