283 comments found.
Hello, i try to put some articles in the slider’s homepage (BK SLIDER Feature). I would to show only one category, but the slider work only if we used “all categories”. Is it a bug ?
Thanks
Hi,
How many posts you have for the slider? Could you please create about 5 posts for your category and try again?
And please disable the “display feature post” option in the module setting
Thanks
Hi, Thanks for you reactivity !
There is any bug
It’s my fault, i didn’t saw the checkbox “features”.
To enter we must change the visibility of the article after his publication.
Problem solved !
Sorry for the inconvenience !
No problem 
Hi, can you tell me how I can put several category posts on my page. Now I just have the last recent posts! And how can I put the slider in my Dasboard! Thanks
Hi,
To have your homepage ready for setting up, you need to go to Pages -> Add new to create a newpage. In page edit screen, choose page template option on right side to be Home Page, then click Publish.
After that, please go to Settings -> Reading. In Front page displays option, select a static page and set Front page to the page you previously created. Click Save changes and your homepage should have all widgets as you desire.
You can find all these instruction in the documentation comes with the theme.
If you have further problems, feel free to contact us again.
Regards,
Hi, ah I now I got it! Thanks.
Hi there, great theme! I just have one question: How can I center the logo? 
Hi,
Thanks
Hello! I was wondering wether I can place the editor box above the text in a post or not. Is there a way to do that?
Thanks a lot for the support Nikos
Hi
Did you mean that you want to move the comment box to above the post content? If so, please email us the FTP and WP admin account, we will help you do that
Thanks
I don’t have an ftp account. I thought it could be done by copying the code for author box in single.php and place it in the correct line to be projected above the text in single.php (below the image for instance)
Thanks
it is not possible to be done this way?
Hi,
Sorry for late reply, can you give me the WP admin account? I will try to do this via editor tool from the admin panel.
Thanks
hello! where should I send the account?
Hi,
Please send the account to bkninja.team@gmail.com
Thanks
Is this theme compatible with woocommerce 2.5.0?
Hi,
Because this version of Woocommerce is still not stable, so we are waiting for the stable version then update it to the theme
Thanks
Is it safe to update to woocommerce 2.5.3 while using this theme? Will everything still work?
?
Hi,
Sorry that I have losing your question. Please feel free to update woocommerce via plugin tab.
Thanks
Hello,
I would like to ask if there is a way in a video post to have autoplay option?
thank you Nikos
Hi
Do you mean that you want to have autoplay in video post page? The theme doesn’t support this option, but we can edit the code to have it.
Regards
Hi
I would ask you how make the following changes :
I would like to remove and replace the little mountain icon that appears on the gallery, how can I do?
I’d like to contrast better the articles title on the main slide of site’s home, even when the mouse cursor is not onmouseover (in fact very often the photos have a white background and the title is unreadable). then I would like to add a shadow, how can I do it?
I installed the plugin ‘The Events Calendar’, but when I publish articles they overlaps their photos to the events. Does this plugin enter in conflict with the theme? How can I resolve? I also have already reported it to the authors of the plugin, maybe it’s useful to report it to you too.
Thanks for your kind attention.
Thank you for using our theme. We would like to answer your questions
1) Could you give us a screenshot that showing the mountain icon appeared on the gallery? Sorry that we are not sure where it is.
2) Please add this snippet code to the Custom CSS field in theme options to add a shadow effect to the title of the slider
.module-mainslider ul li.item .post-content h2 {
text-shadow: 1px 1px 3px #333;
}
3) We cannot sure that we can help if you have an issue with a plugin, but please give us the link to the issue, we will try to help you fix it Thanks
Hello, I made an update to the theme and now the background website image is gone. Please advise.
Hi,
Please upgrade the theme to the latest version, then re-assign the sidebar and check again
Thanks
I did what you said and nothing. Please advise.
Can you email us the WP admin account? we will check and give you a solution
Thanks
What email should I use?
Hi,
Please email us at bkninja.team@gmail.com
Thanks
We emailed no response. Please help. We are also having http issues. We can’t upload any content!
Hi
Please email us again, we didn’t receive your message.
Thanks
Awesome theme! I have 2 questions.
Are you able to hide the category tag (shown in pink), author and comment icon? And just have the title show?
Also for the menu feature in Education, are you able to click or hover over the sub menu items in the left and load the thumbnails in the right? Or are these just “featured” items?
Thank you!
Hi
Thank you for your interest in our theme
1) Yes, I can help you with a snippet custom CSS code
2) Sorry that the theme doesn’t support this feature. It’s displaying the latest posts from Education menu item
Thanks
Hi, I updated my wordpress and upload the new theme and my sidebar still isn’t showing up…Please advise immediately!
Hi,
After upgrade the theme, please go to the pagebuilder Setting panel and assign the sidebar again for the Content Section
Thanks
Tried it and it still isn’t working!
Please give me the FTP and WP admin account, I will take a look to help you fix the issue soon
Thanks
I do not have a FTP account…i just have a WP account..i can send you the info via email if possible!
I even tried creating another home page with the page builder capability and when I preview the page, the sidebar is still coming up short. I really need to get this issue handled as soon as possible. Also you asked for a FTP account, I do not have one of those.
Hi,
So, do you have cpanel account? Please share me any method so that I can access the theme folder and debug the site by edit the code.
Regards
I do not have a cpanel account..But i did create an account on my wordpress profile for you..Could I email you the username and password?
Hi
So please email us the WP admin account, we will try on your admin panel and let you know soon
Regards
Hi, even when I updated my theme, the sidebar doesn’t show up.
Please assign the sidebar again in Pagebuilder after you update the theme
Thanks
Thanks for the support.
Hi, i updated to wp 4.4 today, and the sidebar disappeared (also widget “sidebar” disappeared, only “footer sidebar 1,2,3” remain)... Ho do i fix? Thank you
Hi
Please upgrade the theme to the latest version to fix the issue
Thanks a lot
May i only update one or more single files of the theme? Thank you a lot
Hi,
Could you email us the FTP and WP admin account? We will manual fix the issue for you
Thanks
Hello,
I’m wondering what changes were made in the most recent update of the theme.
Hi
We applied the fixes for some issues when WordPress upgrade the core to version 4.4
Best regards
Hello,
I want to ask if there is a sniper code or an css class in order to change the hover colour on main nav menu.
To be exact: In the main nav, I have placed a number of categories and one page. For the categories, I have changed their colours and it appears fine on mouse hover on the main nav. Although, because the primary colour is set to a different one than that of the categories, the page placed in the menu is highlighted on hover by the primary colour. So I need something that will bypass the primary colour and highlight on hover by the preferred one.
Thank you
Please add this snippet code to the custom CSS field in theme options, then change the color code to your desired color
.main-nav .menu > li.menu-item:hover > a {
background-color: #f1284e !important;
}
Best regards
thanks a lot! Could I ask another question? It seems that the social media counter widget has a thing: The Facebook counter works fine. But the twitter one while it redirects to the twitter profile page when clicked, it doesn’t show the number of followers. Is there something I didn’t do correctly?
and also is there any snippet code to align the thumbnails in the slider module in the centre (when for instance I have four and not five to be displayed)?
thanks
Hi,
1) Please make sure the twitter API Token you put to the social counter field is not wrong. You can email us the admin account so we can make a test by apply our Twitter API Token
2) I think it can be done by editing the main js file of the theme, but I think you should create one more post for the slider so that it can be displayed in the best performance
Thanks
Hello and merry Christmas!
I would like to ask if there is a way either to make a custom menu only for the mobile devices or a way to block the responsive feature (so the site appears like on desktop and on mobile devices)
Thank you in advance Nikos
Hi,
I think it’s hard to make a custom menu only for mobile devices. But could you please share us your ideas? I will try and let you know if I have any solution
About the way to block responsive feature. Because we make the theme base on Bootstrap Framework, and this is the responsive framework, so at this time, there is no way to block the responsive feature. We will try to find a way for this. Sorry for this inconvenience
Regards
Hi! Sorry for the late comeback.
By custom menu for mobile devices I mean, a menu like top/main/footer that will be customised like the others but will only be triggered when a user reaches the site from a devise with display less than 991px. Something like the option you offer to set off the sidebar for such devises.
Also, is it possible to have the category background displayed as background at the articles that belong to the category? To be exact: I have one background at category fashion. And another one for the rest of the site. How can I have the fashion background displayed and as background for the posts that belong to fashion category?
Thanks
I just bought the theme and without any further complications with my little knowledge, I would like to setup my website exactly in the same way as it has been shown in the Demo. May I know how do I do it?
Thankyou & regards,
Hi,
There is a xml file come with the theme, please install wordpress importer, then import this file to your site. You can give us the admin account so we will help you install it
Thanks
Thankyou for the quick revert!
I have managed to successfully configure my website and to be very honest it looks killer! Awesome theme you got there bkninja!!
I was just curious once again to get a clear footer like that you have on the demo, is there any template or module to do so?
Loving the theme! Thankyou
Could you email us the admin account? we will do an example look like the demo page for your reference. Please add your request in your email
Thanks
I did send you the email with the admin account. Waiting for your response.
Hi,
Can you send it again? Seem I didn’t receive anything, please include your request in the email
Thanks
I sent you the email from mettlesomegeneris@gmail.com. Please check.
Thanks
Done, Please take a look your homepage
Regards
frist awesome theme, is it possibile to create each category his own color?
Hi,
Thank you for your interest in our theme. Yes, it supports an option that you can select the color for each category
Thanks
Hello, please how do I remove the menu navigation and logo from a specific page?
Hi,
I’m wandering what the best size for the homepage feature image slider it in order to stop the large amount of zooming/clipping of the image?
HI
We recommend the best size for the homepage feature image is at least 1000×600.
Thanks
Hi, is it possible to keep the navigation on top? Like the theme but the header should not scroll outside of the browser window.
Hi
Yes, it’s sticky menu (fixed menu) function, you can easy to enable this function in header settings from theme option panel
Thank you for your interest in our theme
Quick question—what fonts were used on the kami demo header where it says “Creative Magazine Blog” and “Kami”?
Hi
That is Open Sans font from Google Font
Regards