570 comments found.
Hi,
Is there a PrettyPhoto / Lightbox effect with your theme ? If not, is there a way to implement easily this functionnality ? If I buy your theme, I would like to be able to insert zoomable screenshots with captions.
Thanks.
HI, no there is no lightbox feature but you could use one of the gallery/lightbox plugins from worpress.org, you can test them on default WP theme. Ivan
Hi, I purchased this theme a couple months ago (using a different account). I am wondering if it is possible to add a print.css function to the theme? How would I make this work with the existing file structure? Thanks
HI, the best way is to create a child theme and add the function there: http://codex.wordpress.org/Child_Themes
We are wrapping simple HTML with the “code” tag and it isn’t rendering properly. Any ideas on how to fix?
Hi, insure your editor is in Visual mode when pasting the HTML code, ie ”<” has to covert to ”<”
Is it possible to have it wrap in the “pre” tag so that it formatted in a modal box? It allows me to wrap the CSS, but not HTML.
Yes, you can use “pre” it works with HTML as well but it wont display in modal box.
Will this theme support multiple FAQ pages?
Yes you can create multiple FAQ pages.
AWESOME!!!!!!
Thinks I will nab this beauty then
I like this theme, but would prefer if it was updated to WP 3.8 and BootStrap 3.
Ii is both WP 3.8 ready and built on BS3.
Hello, I am trying to add custom log in and registration pages. Can you please tell me in which item within the theme I can find the following <?php echo wp_registration_url(); ?> so I can redirect the default registration page to a custom page. Thank you!
Hi, the theme doesn’t contain the above function but you can certainly add it if you want for example the header file is templates/header.php
Regards, Ivan
Hi,
Is there any possibility to change the order of the FAQ list it’s currently working by last date, i wish I could be able to rearrange them manually from wp, is that possible ?
Thanks Cheers UOU
+ could you please explain how to have the FAQ appearing in the live search ? if I type anything from the FAQ list in the search it simply doesn’t appear Thanks CHeers UOU
Hi, for the faq order either use a plugin such as http://wordpress.org/plugins/post-types-order/ or modify the query in function.php.
Ref the faq in live search, open lib/custom.php and change the line 37 to:$post_type = "'post','faq'";Regards, Ivan
Thank you Ivan and sorry for the late reply, I lost track of this question…
I have the knowledgebase setup. How do I create the FAQ, and Forum as shown in your demo? It does not seem to be detailed in the documentation.
I found it – dont worry
I just purchased the theme and tried to install it from the Zip file. I get the following error:
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme install failed.
Please help
Hi, thank you for your purchase. Unzip the download package zip file, read the documentation and install only the theme zip file.
Without sounding too stupid…
Does this include the modules that are listed on CodeCanyon? (Wiki, FAQ etc)
The theme includes FAQ plugin only.
Thanks for the fast reply. So this include a seperate knowledge base module? or if this theme the FAQ plugin that has the ability to be used as a knowledge base, faq, wiki.
Not sure what you are asking but the KnowledgePress theme uses default WP post as knowledge base post + you get a standalone FAQ plugin that uses “faq” custom post type.
The Knowledge Base Plugin is a standalone knowledge base plugin for those who already have theme and want to add KB functionality, the plugin uses “knowledgebase” custom post type.
Can you have an icon inside of a shortcode infobox or alert?
Hi, no there is no icon options.
Hello, is compatible with Wordpress 3.8 ?
Hi, yes it is.
Downloaded twice and no documentation! Please help. Thank you .
(I did get the PHP files and the other peripherals)
Regards, Ivan
Thanks. What is the documentation file called so that I can follow up?
It is called “User Documentation”.
Hello, I would like to increase the header height. I think currently its about 70px. Pls let me know where I can change that in the CSS.
Also, I would like to change the color of the Main Menu text from white to another color. Where can I change that in the CSS?
My site link is below: http://prodsvr.com/jobs/kb/I would prefer to make these changes(and others) in a child theme, but I had problems creating a child theme. I wrote another support post for that.
Thanks dude.
Hi, please use browser inspector to find CSS classes, in Chrome right click and element on page > Inspect Element. This way you can find any classes you need and also modify/test live in the browser. Regards, Ivan
Hello, I am trying to customize this theme using a child theme. I see in page 3 of the User Documentation 0.1.pdf, it mentions Child Theme in the Index as item 2.7. However when I look for item 2.7, it doesn’t exist. It jumps from 2.6 Translation to 3. Support.
I tried the regular method of creating a child theme as I have done many times before, but it doesn’t work. WordPress gives me the error message below.
Unpacking the package…Installing the theme…
The package could not be installed. The theme is missing the index.php file.
Theme install failed
Pls suggest a fix.
Thanks.
Hi, it seams to work fine on my end, email me at support@ressapps.co and i will send you a child theme.
TYPO in your reply above caused my email to get rejected: support@pressapps.co
When trying to setup the Twitter Footer Widget, I receive this error whenever my Consumer Key & Consumer Secret are applied >> PHP Warning: Creating default object from empty value in … \wp-wiki\wp-content\themes\knowledgepress\lib\widgets.php on line 511
Please advise!
Replied to your email.
Hi,
I would like to add more font options for the front end. What kind of files do I need to upload and where do I put it?
Hi, the 2.x theme versions has few hundred Google fonts available. As for adding more fonts that depends on the font type (web or local) and there is no quick single answer so you may need a developer to do this for you.. The main CSS files is assets/css/app.css, Dynamically generated CSS function is in lib/options-styles.php. Regards, Ivan