315 comments found.
and anotehr css rooky question: how to make the search box higher, lets say height: 50px
Maybe extend teh documentation with some costum CSS examples?
Hello,
Go to plugin option panel>Advanced>Custom css code and add following line code-
form.bkb-live-search-form #s{ height: 50px; }
Thanks.
Thank you for your reply
thank you. And how to make the form fields under the KB articles higher in costum CSS?
I mean <form id="bkb_ques_form" class="bkb_ques_form" action="#" method="post" name="bkb_ques_form">
Thanks for your message. But, I’m not sure about your question.
Thanks.
the form fields height of that form are to low for my fonts. I want to make the height 40 px like the css for the search box you gave me:
form.bkb-live-search-form #s{ height: 50px; }
whats the css code to add for the fields in the question form for form id =”bkb_ques_form”
<form id=”bkb_ques_form” class=”bkb_ques_form” action=”#” method=”post” name=”bkb_ques_form”>
Replied, check your email.
Thanks.
Hi, I need to add class=”no-livesearch” to the search field because otherwise also https://wordpress.org/plugins/daves-wordpress-live-search/ is loaded that I use on the wp site.
As told me in the https://wordpress.org/plugins/daves-wordpress-live-search/changelog/ I need to add: ‘Use class=”no-livesearch” to disable live search on a particular search box’
Can this be done with extra CSS in the options > advanced > Costum CSS? If so what? (Iam no CSS guru at all)
Hi,
- You can not add class using “CUSTOM CSS EDITOR” section.
- To add that class, open “shortcode/bkb-shortcodes.php” file and then add your class in line no-427.
Thanks.
Thank you for your reply; but that fix will not survive an upgrade….
maybe add an option in backend to add a class to that kkb-shortcodes.php file? Then it can survive updates…
I found the line but dont now Exactly what to add. Please spell it for me
Please tell me the current line, and then the line of code with teh change. (iam no developer you know)
hi, unfortunately now the ajax search of the KB also does not work anymore. Any other suggestions when looking at my support page on staging I send you privatly? Maybe just hide daves ajax resutls with css?
I’m not sure why it’s not working in your site? Did you customize code? I found some JavaScript error in console.
Let me know. Thanks.
Hi,
are all 519 Icons form http://fortawesome.github.io/Font-Awesome/ to choose in the plugin category settings?
Thanks for you’re feedback. I’ll add new icons soon.
Cheers!
Hi, this plugin is WPML compatible but I cannot found following strings in WPML string tranlations: Total xx Votes Like The post Dislike the post Add a How to Question Tell us how can we improve this howto? Add a How to Question Question Title: Category: Your Email: You will get a notification email when Knowledgebase answerd/updated! Verify Human or Spambot ? featured Poplar Recent Search keywords
any update about the translation?
any help?
Did you checked latest translation file? Last update I fixed those text translation issue. Check one more time 
Thanks.
I just installed after version 1.05 was launched. I use WPML string translation that should pick up all text in the .po file….
I’ve uploaded another quick update after 1.0.5 version released and fixed that translation issue on that version. Please download latest version from your account download section and upload in your site. Hope issue will be solved.
Regards,
Mahbub
feature request: please add also font awesome icons chooser the individuale KB articles to show up: - instead of the numbers on the ‘KB homepage’ (numbers now read like it has a order, but without real admin ordering, not yust on ID, title, date,the numbers are very confusing.) - In front of the H1 titel of the KB article itself
Nice idea. I’ve added this in my to do list.
Thanks.
hi xenioushk, thnaks, hope you can add it to the next release. The numbers are almost a ‘no go’ to use your great plugin. To add more details to the feature request. I do not need a per article different icon, yust a extra setting: use icon xx for individual articles
Hi, How to change the order of categories as displayed?
You need to change order inside shortcode.
For example -
- Before Ordering:
[bkb_category categories=”cat-2,cat-1,cat-3” cols=”1” /]
- After Ordering:
[bkb_category categories=”cat-1,cat-2,cat-3” cols=”1” /]
Thanks.
??
Please add more details: I have now: title=”Featured”] bwl_kb bkb_tabify=”1” meta_key=”bkb_featured_status” meta_value=”1” orderby=”meta_value_num” order=”ASC” limit=”5” bkb_tab title=”Popular” /bkb_tab bwl_kb bkb_tabify=”1” orderby=”ID” order=”DESC” limit=”5” /bkb_tabs
Do I need to add the cat id? Do I need the add the cat title name? (and what if it changes?) is cat-1 an example of a
What to add or change exactly? Or can I use the ‘add shortcode button’ in the editor to set the exact order?
is it:
[bkb_category limit=”4” orderby=”id” order=”ASC” posts_count=”1” categories=”cat-1,cat-2,cat-3” cols=”1” /] but then ‘cat-1’ is a cat name?
please reply…
Hi,
Here “cat-1” is the slug of category 1.
Thanks.
Oke, reorder cats and questions with drag and drop, save would be nice feature then!
Also to get it right category order for now:
[bkb_category limit=”4” orderby=”id” order=”ASC” posts_count=”1” categories=”cat-slug-1,cat-slug-2,cat-slug-3” cols=”1” /]
or [bkb_category limit=”4” posts_count=”1” categories=”cat-slug-1,cat-slug-2,cat-slug-3” cols=”1” /]
And no solutions to order the questions in the categories?
oke, thanks, that worked!
Great, Glad to know that 
greetings, Keesjan
Questions/ support requested:
1. I try and change background color of “Featured, Recent and Popular” posts. But I want a different color for ACTIVE, but when changing CSS, I get only option to change all, incl. active.
2. I would like to add a 1-2 px space between Featured and Popular buttons/ background. Today they are just in one long line, and not separated. But I could not find a way to do this.
3. I tried and target the magnifyer in the search-field, but when using the inspector it will only let me choose the whole line. How do I target the magnifyer, in order to change the color of it?
4. How to increase the space (vertical) between the categories in the listing?
5. The Featured text-bar (with white background) is missing some pixel color to the right. Meaning that I have some transparrent pixels, looking a little weird.
6. I do not see my sticky search + question bar…? Is that a z-index problem and where and how to change this?
Thank you so much!
http://www.voksenadhd.dk/brevkasse/?Hi Peter,
Question: 1-5: You need to customize stylesheet or add Custom CSS code in option panel.
Question: 6: Yes, that z-index issue. Add following lines of code in plugin custom CSS panel.
div.bkb-sticky-container{ z-index: 999; }
Thanks.
Thanks. There is no help to question1-5?
Hi mate. You could not help me with q 1-5?
Hi Mate,
- I’m sorry. It’s custom work and right now I’m busy with my other task.
Thanks for your consideration.
Cheers!
One thing that this plug-in really really lacks is a question-page an a question-button (URL) to add a question.
This is the main-feature I am missing as of now…
Hi Peter,
Ask a question link/button available since version 1.0.3 Please read documentation first 
Display Ask Question link shortcode:
[bkb_ask_form]
More: http://projects.bluewindlab.net/wpplugin/bkbm/doc/#howToUseShortcode
Thanks.
Ah cool!
Yeah sorry – I did read the doc first (before that release). But ENVATO is so stupid that they dont display update changes/ change-log inside the notification email that they send. It would make it much easier if they did…
Thanks
Oh ok, I see now it opens in a new overlay.
1. How can I build this into an existing button/ URL?, so that I can use my own button-style?
2. Can I add the fields etc. on a regular page and not a popup?
Is it possible you can reply to my question, please?
1. Sorry, You can’t. But, you can add custom CSS code to customize current URL.
2. Sure, Shortcode is- [bkb_ques_form /]
Thanks.
I think you misunderstood what I meant:
I want to create my own button instead of only being able to add your short-code which creates an underlined link. I would like MY button to do the same as yours. Just in a different look and feel
I got it, but still you can customize current URL/button using CSS code.
Thanks.
Whoops, also the category dropdown (when adding a question) should be alphabetically. Right now they are all in random order or so…
Hi Peter,
Will sort them “alphabetically” in next version. Right now, they displaying as menu id. Thanks for letting me know the point 
Your Email: You will get a notification email when Knowledgebase answerd/updated!
Still needs translation option in Localization
Sorry never mind – found it!
But in favor TOTAL XX VOTES cannot be translated
Send me an email via my profile page. I’ll send you latest translation file.
Thanks.
How do I get rid of this default long string? http://www.voksenadhd.dk/sp%C3%B8rgsm%C3%A5logsvar-category/diagnosticering/
Instead of simply just displaying the title, it displays ”- archive – PAGE TITLE”
Diagnosticering og udredning Arkiv – Voksen ADHD
I need to get rid of this. The text does not make sense at all in Danish.
Any reply?
I don’t get your problem. Also page displaying 404 issue.
Thanks.
Followup on previous question: Will the default search not also search your search-results? Or can this some how be done?
Yes, WP default search feature can search KB content.
Thanks.
Non of the icons matches my questions. Will it not be possible to upload my own in future update?
I’ve no plan to add icon uploading feature.
Thanks.
What it take a lot of work? Is it possible to overwrite the current icon using CSS?
Choosing own icon is like a great feature. I really hope you will reconcider
Alright mate 
I’ve added this in my to do list. Will let you know, once implemented.
Thanks.
yeaaaas
Any news on this one?
Features has been added, now doing tests. Will release new version soon.
Thanks.
Hi, pre-purchase questions.
1 – can this be customized and integrated in the default search box to popup ?
2 – can it by styled to be looking like this : http://theme.co/x/demo/renew/1/ click on the search icon and see how it is full screen and very smooth wayThanks
Hi,
Thanks for your questions.
1. KB search section works individually, It has no relation with default search box.
2. You need to customize code to achieve that look and feel 
Regards,
Mahbub.
Hello again!
I’m fully translated the language file, but some conent appear on the website in English. why? https://www.dropbox.com/s/xlo35zyepo93b9s/Screenshot_2015-02-18_01_04_10.jpg?dl=0Language file has been updated 
Thanks.
Hello!
I have a pre-sales question. Can I integrate to my site design? My site is: http://ecigitesztek.hu
This plugin’s will have own look, or use my theme?
Hi bernariusr,
Plugin can work with any WordPress Theme. Plugin has it’s own option panel to customize it’s colors.
Thanks.
Thank you for reply, I purchased!
Questions: I’m using this permalink structure: http://domain.name/%year%/%monthnum%/%day%/%postname%/ and I’d like to use “WIKI” custom slug, but does not work only if I set the permalink structure to default, and I want to keep my origin structure (http://mydomain.com/wiki). How can we fix this?
The other problem, which can be seen in the picture: the overhanging link button is located at the bottom of the web page.
https://www.dropbox.com/s/9yn77jcxt34nivc/Screenshot%202015-02-16%2022.26.40.png?dl=0
Hi,
Thanks for purchasing my plugin.
1. Yes, you can set custom slug in KB option panel. To do this, go to KB option panel>Advance Tab. There you will find a field called “Custom Slug”. Set “wiki” value in there and save.
Remember, If you change custom slug you need to “flush” permalink settings. You will also find instruction about how to “Flush Permalink settings” just below the “Custom Slug” field.
2. Send me your KB page URL via my profile page. I’ll check and send you custom CSS code. http://codecanyon.net/user/xenioushk#contactThanks.
It doesn’t work for me…
Hello xenioushk!
Have you looked my website? The slug is still not working if altered, and I would like to continue to use my own structure, and flushing permalink setings not worked for me…
looking forward best regards r
Issue solved.
Thanks 
Hi xenioushk,
i’m lookin for a plugin like yours but i want to use it as a glossary / encyclopedia. Is there any option for automatic internal linking (keywords in content should be automaically linked to a knowlage base entry, if it exists)?
Example: Title of an entry: “evolution” Content of another entry: “the human evolution has…” <—the word “evolution” should be automatically linked.
Hope you understand what i mean.
I’m sorry, automatic internal linking feature is not available.
Thanks.
PS, I have had this problem before… each time I chose the “Own structure”, but it will not save..? I dont know what is wrong, but definatlly something bout the plug-in…
http://www.voksenadhd.dk/brevkasse/Hi Peter,
I’m not sure what did you mean by “Own Structure”. Please send me details via my profile page. http://codecanyon.net/user/xenioushk#contactThanks.
Here you can see it… http://tardis1.tinygrab.com/grabs/000929f7ee2d4c913f612497db68abdca8982004d0.png
Hi,
Can you please explain exactly what is the problem? Please mark You’re issue inside screenshot.
Thanks.
PS, do you have a list with shortcodes? I would like to add like those u offer as widgets but within the content.