263 comments found.
hi my licence not work !! i have paid today 
Hi.
I see you already activated the theme. If you still have troubles with it, please, create a ticket here https://nk.ticksy.com/ with detailed information.
Hi! The tittle logo don’t appear on the mobile version but it appear on desktop and iPad version. I recently installed the theme from 0 importing the demo.
Hi.
You can change the option for hiding logo in WordPress Admin > Appearance > Customize > Navigation > Main Navigation > Logo hide on mobile.
Regards, nK.
I did it but it’s still the same. In the web of your demo there is also the same problem:
https://photos.app.goo.gl/oM5yu8idX4JKgPUy6And here my wp-admin:
https://photos.app.goo.gl/RXNYJPhpB9SSscpdAOn your screenshot this option is still 360. Change it to 0.
I did it before, but it’s still the same:
https://photos.app.goo.gl/LTjFTJHVpxTbNBnN9Hmm, it worked before. I have moved this issue to the developer, will be fixed in the next theme update.
For now, you can try custom CSS:
@media (max-width: 420px) {
.nk-navbar.nk-navbar-top .nk-nav-table .nk-nav-logo {
display: table-cell;
}
}
Thank you.
Dear Support! The theme is safe for wordpress 5.0 update? If not, when will be?
Hi.
Yeah, you can update it and use an old editor (if you want to use theme shortcodes and WPBakery Page Builder). Read more here – https://nk.ticksy.com/article/14098/
Also, don’t forget to update the theme to 2.7.0 (added a small fix for WP 5).
Regards, nK.
Does it work with wordpress 5.0?
Hi. Please, read this article – https://nk.ticksy.com/article/14098/
Hi, great theme! I’ve been using it everyday since I bought it and it really is awesome. I just need one info. Could you please explain how to translate the ‘Back’ button on a dropdown menu. I have translated everything with no problems, but this one word keeps giving me troubles. So, I have a dropdown menu, and when i click on the first item it shows other items and on the top of them is a button to go one step back. I’ve tried everything but I was unable to translate that “back” button in my language. Thank you for this great theme!
Thanks a lot! It works now 
I seem to be having a problem as no images are appearing in the header regardless of what image I have.
Where do you go to make sure a header image appears when someone is looking at their buddypress profile?
Hi.
Could you create a ticket here https://nk.ticksy.com/. The theme developer will help you with this. URL to your site will be helpful in resolving the issue.
Hi, Would there be a way to have the Fire Video background load async? I had to turn it off because it makes the loading time of my page very slow.
Hi.
It is not possible yet. Added async option in TODO list for the future update.
Regards, nK.
Hello, I set sound to autoplay but its not playing. I have the activly click the button. How to fix it?
Hi. I don’t think it is possible to easy fix, unfortunately, because of this https://developers.google.com/web/updates/2017/09/autoplay-policy-changes
Great Theme,
What’s the size of the preloader sprites? I can’t figure it out. Its somewhere near 710 to 711 but all my calculations are wrong. Whats the size per frame?
Thank you.
Seems like missed 1px in sprites image width. Should me 16353×400 and the sprite size is 711×400.
Hello.
My account button don´t works when login.
https://www.dream-figures.comImage: https://ibb.co/f2q4FA
Please, can you help us?
Thanks a lot.
Hi.
You can try to disable LWA dropdown here:
Then you will see dropdown with Profile and Log Out links.
If you need support, please, create a ticket here – https://nk.ticksy.com/ . The theme developer will help you.
Regards, nK.
Hi, I just want to align single product image to top, to be align with single product title. Single product image try to center and when you add more info like short description, tags, sku, picture of image go down. Is it possible ?
Hi.
It is possible, but we don’t provide such customizations, you need to make it by yourself or with 3rd-party help.
It so hard to write what css code is in your theme? Is it nk.single-product-image or how ?
Ty
Whoops, I misunderstood your question, thinking it is something complex… It is simple to change with custom CSS:
.nk-store-product > .row {
-webkit-box-align: start !important;
-ms-flex-align: start !important;
align-items: flex-start !important;
}
Awesome, It worked. Thank you so much. 
Good day, clan member bought this theme and now I’m trying to set it up.I installed using wamp so i can configure the site before uploading. When I install required plugins, the site stops working. I’m about to try load the site onto the main server to see what happens. My thinking is some of the plugins aren’t compatible? I also see a lot of plugins don’t exist anymore.I’ve manually done a search for them. Could you please tell me what plugins i can use in place of sociality, nk theme editor, theme helper. There are 3 other plugins which also cause issues. Can you assist please?
i managed to upload it to a live server, all plugins installed except the slider revolution. As soon as i activated that one, i was unable to access the site. Any idea why slider revolution is causing problems? I’m currently reinstalling the whole website now. I’ll try install all other plugins and leave slider revolution. I’m trying to see the demo and the demo keeps saying i need all plugins installed. How do i see the demo when 1 plugin is missing?
i see i can’t edit my comment. I tried a reinstall on a live server and the plugins just don’t work with the theme. wordpress is the latest install. 4.9.8 and the plugins should be using the latest ones as I’m just clicking “install all”. i didn’t install slider revolution this time. I try click customize and i get a blank page, not even an error. I can access some parts of the admin panel and not others. What is going on? i had the same problem on wamp and i thought it was just the install.
if i activate the theme, can i still move the site to another domain later or am i stuck on the same domain? If i don’t activate the theme, seems i can’t customize anything. What stopped me from customizing was i had the theme customizer on, as soon as i turned it off, it loaded the custom menu.
Hi.
To get help, please, write in our support system https://nk.ticksy.com/
You can try to increase server config values such as max_execution_time and memory_limit. Revolution Slider is a huge plugin, that requires more resources than others.
You can move your theme to another domain at any time, it is not a problem. Custom Styles feature disable for non-active themes. I don’t know what the problem with custom menu, please, write in our support system with more info. Theme developer will help you.
Regards, nK.
There is a line in /inc/extra.php inside the age check fonction that literally says, if its a bot, don’t show the page.. Googlebot returns a blank page for my home page which is terrible for SEO. Do not use this template if you want to appear on Google until the devs fix it:
//At the begining of the page.php you can see that
if(godlike_age_check()) { return; }
//Then inside the godlike_age_check these is:
if (isset($_SERVER[‘HTTP_USER_AGENT’]) && preg_match(’/bot|crawl|slurp|spider/i’, $_SERVER[‘HTTP_USER_AGENT’])) { return true; }
This is supposed to be a function for the age check but if you look at its logic its also like saying if its a bot/crawler. Do not show the page. The purpose of this comment is that both customers/devs are aware of it. Thank you 
Seems like you right. The theme developer will quickly check this function and theme will be updated, thank you.
Hello.
At changing the account password of users, appears this warning advice: DISPLAY NAME IS A REQUIRED FIELD And the change, failes.
Screemshot: https://tmpsee.com/Mi9veVdrZUtRQ3lUMThpM2J5cU5KZz09
https://www.dream-figures.comPlease, can you help us?
Thanks a lot.
Hi.
I can’t see the screenshot. Have you resolved the issue?
Better to write on our ticket system to get support https://nk.ticksy.com/
Regards, nK.
Please, update the theme. You use really old version.
Hello.
Ok, understood. Thanks.
Now, can you tell me if this update will affect to template desing, modules or the current web organization?
Thanks again.
You can find changelog here – https://nkdev.info/downloads/godlike-game-theme-wordpress/#changelog
There were a lot of changes and additions, so better to make backup first and then update the theme (and plugins).
Thanks for the help.
The update of the theme fixed the problem.
Other question, how to desactivate the fire loader? https://ibb.co/h2d7EK
Best regards.
Hi.
You can disable it in Admin > Appearance > Customize > Pre-Loader.
Regards, nK.
Hi, the issue continues in this web: https://www.dream-figures.com/
We made the update as you recommended us and It has cause two errors: - logo reduced in user account (screenshoot 1) - Account detalis-> save changes button, don´t works (screenshot 2) - Account button (menu) don´t works at logged in (screenshot 3)
https://ibb.co/iCRZyeCan you help us?
Thank a lot.
Have you updated all the required and recommended plugins? If yes, try to change one of custom colors in Admin > Appearance > Customize > Styles.
Yes, the plugins were updated at the time of theme update. We do not want to change the colours or skin, it has to be the one configured, if possible. Please, any other advise than can help us?
Thanks a lot.
Just change it once, wait for the preview loaded with new color and change the color back to your previous value. Need to test this, if the problem will still remain, create a private ticket in https://nk.ticksy.com/ in Bug Reports category and provide a temporary admin login.
Hello.
We are experiencing excessive loading time in this web. Can you help us?
https://www.dream-figures.comThanks a lot.
Hello again, after yesterday theme update I my posts don’t work. They don’t load on site. What should be done to repair this?
Hi.
Please, create a ticket in https://nk.ticksy.com/ with bug details. Will be good if you provide admin access to you site.
Regards, nK.
Hi. Cant update the new theme. Got this error “Download link could not be retrieved” /Peter
Hi.
Please, reactivate the theme in dashboard.
I havnt deactivate it. How do u mean?
You need to go in wp_admin > Godlike and Deactivate theme. Then you need to activate it again and updates should work ok.
Thanks. Now it works 
May I ask when next update will be ready? I want to buy this theme but I would like to have buddypress already updated. I understand that BBpress and buddypress are inserted into theme and will be lodaded by one click?
Hi.
It will be available in coming days.
The theme supports BuddyPress and bbPress plugins and override some default templates to look in Godlike style. You just need to install these plugins and start work with it.
Regards, nK.
Thank you.
So… I couldn’t wait for long
. This theme is so beautiful, so I bought it already
I’m still changing all settings I need. But I can’t manage with background picture on main page, this above slider – where can I change it? Please help 
Thank you for purchase 
This is Header. Global settings available in Appearance > Customize, but for the main page these settings changed using Meta Boxes – https://nkdev.info/docs/godlike-wp/theme-options/meta-boxes/
Regards, nK.
Thank you for answer, it helped me a lot. But I have one more problem
I don’t know why youtube movies on global site and in posts (when I use Video Format) don’t work. If I put youtube link in text by TinyMCE it works, but in header it doesn’t. Could you please advice what could be wrong?
This will be fixed in coming update (in 1-2 days). Please, wait for it.
It appears that the theme is outdated with Buddpress which it comes packaged with as it is calling for a function that no longer exists.
Fatal error: Uncaught Error: Call to undefined function bp_is_user_forums() in /home3/
Hi.
We are working on the theme update, where will be supported latest BuddyPress.
For now, you can manually remove this function usage from the code.
Regards, nK.
Hi,
I wanna report a bug but my support just expired so its impossible on ticksy. We can not see anymore the notifications on my forum. It’s written I have 36 notification waiting but I cant access them.
Can I contact you guys via email so I can show you a screenshot? Can you help me with that?
Hi.
You can create a ticket in “Bug Reports” category in https://nk.ticksy.com/ . Purchase is not required in this category.
Regards, nK.