570 comments found.
I fixed it…..
It is working fine, you just need to set it up. Go to your home page in admin (page edit) and set all the home page metabox settings.
Glad it worked for you.
I forget to change the settings – Reading – A static page to Home
Bought the theme and my search seems to be broken, this is what I get:
http://imgur.com/UhOuEwYPlease help
From what i can see on the screenshot it seam like you haven’t installed the shortcode plugin, please see the documentation. Otherwise email support with details and site url at support@pressapps.co
Is the icon page the default page when there aren’t any results?
No it isn’t.
it seems to pull up if I search anything that is in that icon post. IS there a way to delete that post?
nevermind. I think I figure it out. It is a page and not a post. 
How do I change the Hero font size?
.page-template-template-home2-php #hero h1 {
font-size: 60px;
}
or
#hero h1 {
font-size: 90px;
}
depending on page template. Modify and add to custom css text area in options panel.
What is the code to change the font color of the nav menu? The nav background color is black by default and the text is white. I’d like to change the text color to black. Thanks!
Jenny
.navbar-nav>li>a {
color: rgba(255, 255, 255, 0.8);
}
.navbar-nav>.active>a, .navbar-nav>.active>a:hover, .navbar-nav>.active>a:focus, .navbar-nav>li>a:hover {
color: #fff;
}
.dropdown-menu>li>a {
color: rgba(255, 255, 255, 0.8);
}
.dropdown-menu>li>a:hover {
color: #fff;
}
Thanks! I was able to change the nav links to black and the drop down menu to black and text shows up white but when I click on a link to a page, that page name in the drop down menu turns white and so does the background. The drop down menu item of the page I am on now has a white background with white text. Can you take a look at http://www.learntoechalk.com/?page_id=108 and mouse over FAQ, notice the first drop down menu is now white on white? I know this is probably a trivial thing to edit; sorry for pestering you! I’m not too great with CSS. Thanks!
Hi, i can’t access the site, the link is throwing “Error establishing a database connection” error. Use the browser inspector to find css for any element. Ivan
Hello I am really enjoying your theme and all the features you packed into it. I just have one question about the Boxes Section on the home page. How did you get it to show up in the div that overlay’s the Hero Background Image. For me it just puts them under the Live Search and stretches out the Hero Background Image. I have included a link to a screen shot. [Here]
Thanks in Advance!
Hi, thank you. There are two Home page templates so try using the other one. If still no luck email me at support@pressapps.co with the site url. Regards, Ivan
Thanks, Ivan! That worked. Great job on the theme! 
Hi,
How to sort all articles by it’s name in knowledge base page template?
Thank you, Mike
Hi, do you want to sort articles or categories?
sorry, I was not specific – I mean article titles
categories are already sorted – I’d like to sort article titles in each category
hi, is it possible?
$cat_posts = get_posts(array(
'numberposts' => -1,
'category__and' => $category->term_id,
));
and replace width:
$cat_posts = get_posts(array(
'numberposts' => -1,
'category__and' => $category->term_id,
'orderby' => 'title',
'order' => 'ASC',
));
thank you a lot!
Hello,
Is it possible to have role permissions so that specific group of people can read specific categories?
Basically I want to hide / protect some categories regarding Administration from all the other users.
If this is not supported it would be a great addition.
Hi, it is not a theme feature. There are third party plugin you could use for this.
Regards, Ivan
Hello,
I really like you theme and I’m thinking of purchasing it. Do you happen to know how well it supports chat plugins? The two plugins I’m looking at are Lively Chat Support or Quick Chat.
Thanks so much!
Thank you. I havent tested the plugins.
May I ask how can I add more social icons? I tried to change the social.php by editing both option and duplicating one of the existing option and changing accordingly but it did not show up.
Meanwhile, how can I edit them theme in a way I don’t loose the changes when you update it? Create an action hook?
Hi, you can edit the icons in templates/social-icons.php file. The best way is to create a child theme with the modified file. http://codex.wordpress.org/Child_Themes
Thanks
Will do so
Supported Google fonts with Cyrillic?
No, currently not. All Google fonts will be added in the next update (2-3 wks)
ok, thanks
Hi,
I developed my website on localhost.
Finaly, I moved it to my hosting.
Steps taken: 1. installed Wp Migrate DB and set appropriate directories.
2. configured wp-config (db name, user, password)
3. moved my site to ftp
The website works fine, however I tried to remove background photo on home page – i clicked remove icon and clicked update to save changes. And nothing changes.
It happens only on hosting (on localhost I can do it witout a hitch).
Can you help me?
Hi, disabled all other plugin to see if there is a jquery issue, please email support@pressappps.co with login details, thank you.
Hello, I sent an email to this email address but I get it back from mailer delivery deamon (domain name not found)
Sorry a typo, it is: support@pressapps.co
thank you, problem solved. The reason was because of hosting settings of Suhosin – they modified .htaccess for me.
I love this theme, its great! Any plans to introduce mobile support?
Thank you. Not sure what you mean, the theme supports mobile devices ie responsive layout, videos.
Hi. I did not see breadcrumbs on the articles. Can we add it?
Thanks.
Hi, it is not a theme feature so you would have to modify the theme.
Hi,
Is it possible to remove the live search box from the home page?
Thanks!
Not in options panel, you would have to modify the page template.
Since this template hasn’t been updated since 3.6 I need to know if it is going to be updated for 3.8 of if you know if already works? I just need to update a site using this template but don’t feel like breaking it.
Thanks,
The theme is 3.8 ready, you can update, thank you.
Hi, I bought your theme. It’s great, but I need a small feature – a possibility to choose with checkboxes which categories to display in a page ‘Knowledge bas’.
I know, there’s no such option in default theme, however I’d like to commission it to you. It’s a small stuff, and many of your customers ask about it.
Kind regards, Michal michal.wasikowski@gmail.comHello,
I am interested in purchasing the theme, but was curious to know if there was [code] shortcode to show code for ease of copy and paste?
Sorry, I see it has the shortcode. Did not see it at first…
Can the responsiveness be turned off easily ?
Also can subcategories be displayed ?
Can the responsiveness be turned off easily ? No, you need to modify bootstrap css. Also can subcategories be displayed ? Knowledge base page can display up to 3rd level child category.
Do you do Custom work ?
No, thank you.
Hello,
Can I exclude a post category from knowledge base page? actually it seems knowledge base display all post categories.
regards
Yes the knowledge base template displays all categories, if you have the coding skills you can modify the template-knowledgebase.php file to exclude some categories.
ok thanks
Hi,
Please tell me how can I turn on display of article excerpt in live search results?
Regards, Micha?
Of course I mean those results which appear live in autocompleter.
Hi, you have to modify the theme, open lib/config.php and increase “100” on lines 37 & 39. Ivan
Hey Ivan, I wanted to turn it off (not turn it on – my mistake – lack of sleep).
I entered the config.php file and I do not see any place to modify with “100”.
Sorry my mistake it is in file lib/custom,php, set it to 0.
Ivan, thank you. Now it works
However, instead of article excerpt I get ”...” or “nul…”. How to get rid of them?
File assetes/js/vendor/autocomplete-plugin.js line 25