570 comments found.
Hi guys, i have purchased the theme and im very impressed about it, nice theme. The Theme is based on bootstrap framework as i see. But when im try to use on of the javascript features of bootstrap, it dosnt work. For example i try to add some Modal or Dropdown, nothing happens. Why?
I have added this line of code (with the corresponding div) in the content-single.php but nothing happens – the modal isnt comeing up 
(angle brackets removed) a href=”#” role=”button” class=”btn btn-mini” data-toggle=”modal” Report error! /a
Hi Thank you, go to bootstrap site: http://twitter.github.com/bootstrap/javascript.html#modals and use the code just under “Live demo” to get you started. I just tested that and it woks fine. Ivan
I have tryed it again, and now it works. No idea where was the error.
Thanks for your fast answere 
Hi,
I haven’t purchased your theme yet. I had a quick question to ask before I do.
Is it possible to set the knowledge base page as the homepage?
Thanks, Matt
Hi, yes you can set it as home page, it is a page template. Ivan
Awesome, I’ll pick up the theme shortly then. Thanks for the quick response Ivan!
Also I would like to add a top logo on the left ( as it is on the right ) where should I add the code for it?
Sorry I not sure what you mean, the logo is already left aligned?
i would like add one logo on the left and one on the right , where would be the section to add that ?
Modify header.php file located in templates folder.
hey , just installed the theme, looks nice , may I ask if it is possible to have more than 3 boxes and more than 4 featured articles ? I don’t mined if I have to add code. thanks
Sure it can be done,you will have to modify page-home.php and options.php fies.
I already figured out the last question I asked so disregard that but I did want to know if I am able to have different sidebars on different pages? From the looks of it I am not able to, please let me know.
Currently there is only one sidebar, there should be a widget wordpress.org you could use for this. Ivan
Just bought the theme and I love it.
I did have a question though, how do I change the search bar text that says – Find help! Enter search term here??
Please let me know
Hi,
Kindly share the steps on how to add the Icons for each Category/ Page in the Menu.
Thanks in advance.
This would require customising the theme, get a developer to do this for you if you dont have the skills.
Hi -
The theme looks great, but I had a few questions. How does it work for visitors on the site? Can users login and add posts and then comment on others? I would like to find something were users can create posts on a topic of their choosing and be able to upload videos.
Thanks,
Hi, this is not a theme feature but you could use a plugin, thank you. Ivan
Hi,
Great theme! I’m really pleased with how easy it is to setup and it looks amazing.
Could you please tell me how I can edit the text in home page search input box that says “Find Help! Enter Search Term here.” It would be useful to have this in the Admin panel.
Thanks
Thank you for your comments, much appreciated. Edit search-hero-live.php file located in templates folder (line 3). Ivan
Thanks for your help, much appreciated.
Great theme! I was wondering if there is a way to override the fonts that are provided in the them and use Typekit? Thanks for your help!
Hi, thank you. You will need to customise options-functions.php in lib folder to disable Google fonts and then use a plugin to use your Typekit fonts. Ivan
Hi, can I use your theme with the Relevanssi-Better-Search Plugin? http://wordpress.org/extend/plugins/relevanssi/ Best, Chris
Hi, I have just added an option to disable the live search in the options panel (will be available within few days on TF) so there shouldn’t be any issues with the plugin but no guarantees, thank you. Ivan
Hi there,
This is a dumb question but am I able to change the text content that says support center to whatever I want?
Please let me know
Yes you can change this through admin panel, thank you.
Hi, the fold of the home page seems to end just after the button in the 3 boxes and does not show content underneath that or the full home page boxes as depicted in your screen shots on the sales page. Is this something that can be rectified as I would like the full three home page boxes to be above the fold?
Hi, you can certainly customise css for page-home.php in assets/app.css, reduce the spacing and sizes to achieve what you need. I don’t see this as an issue, generally the search field and the three boxes should direct user to the content they want and the theme wasnt designed as a landing page theme. Depending on your requirements if you want to lead a user straight to some content use the articles page template or use page template. Regards, Ivan
This is beautiful design. Is there any way to incorporate it into an existing website (HTML) that does not use WordPress? For instance, could I copy and paste the HTML into a static page and still keep all the functionality?
Thank you, I don’t have plans for a html theme at this point.
Awesome
I love it. Only one thing i would like to know.
Possible to use our own font? We do have an costum font we would like to use! is that possible and how can i do that?
Thank you, I would advise to have a developer to do this for you as you will need some coding skills. It depends on the font type and how you want to implement. You will need to either create a child theme (which will pay off when want to update the theme) or customise app.css stylesheet and options-function.php file. Ivan
There is a huge difference in load time if you have menu with sub entries and try to get main menu item. Let me explain: I have a shop menu with sub menu cart and categories. If i click on shop the load time was extreme slow. If i create a menu with shop only site will load very fast. Does anyone can confirm this? May i am the only one who has this behavior?
Hi Could you please email me a message from my profile with the two links if possible, thank you.
I am missing read more button if i use more tag in articles. Could you please check this?
And there are still some missing phrases in .po files like continue, view all results, etc.
And i just realized that this theme has no comfortable shortcode generator in editor. You have to add all shortcodes manually. May you can add this in future releases?
Hi The theme uses post excerpt function for content so you can set your post excerpt length globally for all posts under options panel rather than using more tag on every post. This function doesnt display “Read more” link.
I have updated the .po file and the update will be available within few days as I want roll some other fixes into this update.
Shortcode generator is already on my list of improvements.
Thank you for your feedback. Ivan
Is there a way to have footer postioned on the bottom of the screen? On big screen the footer is not at the bottom.
Yes it can be done but it’s not straight forward, there are some css hacks on the internet but not all work 100% in all browsers alternatively it could be done using jQuery. Can you post a link to the page where you have this problem, thank you. Ivan
“Please fill in all the fields correctly.” and “Message” and “Name” cant be translated.
Thanks
I am brand new at WP, so bare with me. The photo of the knowledge base is a great looking knowledge base for this theme, how is this created…
Hi, I not sure what are you asking me… if mean how to upload background image to homepage you do this under “Home” tab in theme options panel. Ivan
No, on the sample of your Knowledge Base page, How do I create a Knowledge Base page like the one pictured on the purchase screen.
nevermind I figured it out, one more question though, how can I get the Hero image to display the full length…right now my template is boxed…
To have the image show full screen you have to customise the theme using jQuery script.