Discussion on Good Games - eSports & Magazine Gaming Template

Discussion on Good Games - eSports & Magazine Gaming Template

By
Cart 1,039 sales
Well Documented

_nK does not currently provide support for this item.

92 comments found.

Hello, may I buy this template and I will convert it to codeigniter then sell it on codecanyon? We can discuss about royalty if needed.

Hi.

First I want to look at your existing works. If you made such ports from HTML to CodeIgniter, please, create a ticket at https://nk.ticksy.com/ (in Pre-Purchase Questions category) with your work example.

Regards, nK.

Recently I bought the template and I get this error wnem I’m trying to install it:

Unpacking the package…

Installing the theme…

The package could not be installed. The theme is missing the style.css stylesheet.

Theme installation failed.

What can I do to solve this problem? Thank you!

Hi.

This is an HTML template.

WordPress theme you can see here – https://themeforest.net/item/squadforce-esports-gaming-wordpress-theme/25000542

p.s. after purchase theme, you may request a refund for the HTML template (as it will not be used).

Regards, nK.

please consider updating to use bootstrap 4

Hi.

Template is using Bootstrap 4 since 9 February 2018 (v1.3.0).

p.s. Today template will be updated with lots of styles changes and Bootstrap 4.3.1

Regards, nK.

Hello, sorry if it was written but possible to change easily the main color #dd163b that you’re using everywhere in this theme for another one ? (to fit our color identity?)

Hi.

Yes, the main colors available as SCSS variables. You can change it and generate your custom styles.

Regards, nK.

Thanks for the previous ansswer, in finally bought it and made a review already on it, because it’s more than pretty good!

Otherwise i’ve another question, are all the images (so the few) you let in the Dev version are free to use? Some background were nice and was thinking about using it for few pages.

Best regards

Hi.

Thank you :)

Looks like some images are not replaced to placeholders on our side. Unfortunately, you can’t use these images, all of them found on Behance CC and Shutterstock.

Regards, nK.

Hi! I have some problems, I removed the nk-contact-top class and all their elements so the nk-navbar nk-navbar-top class became first,but when I reload the page, the elements below the class are positioned at the top of the page for a brief moment and it looks bad.

Hi.

Could you show me your page online? Better to create a support ticket in https://nk.ticksy.com/

Regards, nK.

Is it possible to get the color palette for this theme ?

Hi.

You can find all used colors in SCSS variables in /src/css/_variables.scss

Regards, nK.

Hello , from where i can get icons ?

Hi.

For icons used FontAwesome, so you can use it. https://fontawesome.com/

Regards, nK.

i am talking about this icons : http://prntscr.com/o7vkz0

thank you i found it ..

I need the version for wp

We too :( Still in development…

Hey.

Finally released GoodGames for WordPress https://themeforest.net/item/squadforce-esports-gaming-wordpress-theme/25000542 (named SquadForce).

Regards, nK.

I just purchased this theme and it’s nice but how I can change the language for the summernote.js?

Hi.

You can try to override initialization method. Insert you custom code after goodgames.js and before goodgames-init.js. Script example:

window.GoodGames.initPluginSummernote = function() {
    if (typeof $.fn.summernote === 'undefined') {
        return;
    }

    $('.nk-summernote').summernote({
        height: 300,
        dialogsInBody: true,
        toolbar: [
            // [groupName, [list of button]]
            ['style', ['bold', 'italic', 'underline']],
            ['fontsize', ['fontsize']],
            ['color', ['color']],
            ['insert', ['link', 'picture', 'video']],
            ['para', ['ul', 'ol', 'paragraph']],
            ['height', ['height']],
            ['misc', ['codeview']],
        ],
    });

    // fix after load popovers are visible
    $('.note-popover').hide();
};

And now you will have custom initialization code and you can change any Summernote options. How to change language: https://summernote.org/getting-started/#language

Regards, nK.

It doesnt work, can you tell me exactly where can I put my code?

Insert your custom script in HTML files after “goodgames.js” and before “goodgames-init.js” placement.

Hi! Very nice theme btw. I just have one question: Are there any plans to release updates in the future to make sure it’s compatible with the latest versions of WP? Also, is this fully (100%) compatible with the latest WP release?

Oh never mind, I realize now it’s just an HTML template. Great work still!

Hey. Yes, this is HTML template. WordPress theme is still in development :(

Hey.

Finally released GoodGames for WordPress https://themeforest.net/item/squadforce-esports-gaming-wordpress-theme/25000542 (named SquadForce).

p.s. I know it looks like a joke, because a lot of time has passed, but just letting you know.

Regards, nK.

Hey, good job with the template. I’m mostly a backend dev (low frontend exposure). Tell me something, is this full package needed or can I use html pieces from the theme and replace the content? I mean can I just use a html/css/js parts? If so point me to the right direction (based on folder structure).

Hi.

Thank you. If you will use Webpack, you need to use files from /goodgames/src/ folder. If no, you need to use /goodgames/dist/.

Awesome, i don’t need the webpack, so i’ll only use the DIST.

Great theme, however I have one concern before buying. On my iPhone the top logo does not show in vertical (upright) mode, only if I flip the phone to landscape mode. Can you fix this?

Hi.

This could be easily changed by custom CSS.

@media (max-width: 420px) {
    .nk-navbar.nk-navbar-top .nk-nav-logo {
        display: block;
    }
}

p.s. this is a static HTML template, not a WordPress theme.

Nice, thanks. I know it’s HTML, was just wondering if that was a bug.

how to post content and i can get admin panel with this

You need to write backend code, also, you can try to convert it to work with WordPress, but you need to make it by yourself or with 3rd-party help, we don’t provide it.

it would be amazing if this was also a WordPress theme. It looks awesome!

Thank you

Hey.

Finally released GoodGames for WordPress https://themeforest.net/item/squadforce-esports-gaming-wordpress-theme/25000542 (named SquadForce).

Regards, nK.

Hello, the theme can not be installed without the style css, would you have the folder thank you

hello, an error of purchase would have the same theme in wordpress version. not having time to edit html files.

We don’t have the WP theme yet for GoodGames. Look at our others gaming themes.

Hello, thank you very much, I find this extremely commercial. Big advertisement for you.

Is this a easy install or have a admincp to allow easy changes

Hi.

No, there is no any administration panel, you able only change HTML files using the code editor.

editred, wrong page

So I purchased this theme a few days ago and everytime I change or tweak something and push it to my repo it just reverts back to what it was before I changed it. How do I go about customizing the site without it reverting back?

Hi.

Seems like you changed files in /dist/ folder and run NPM tasks to build /src/ folder. Npm tasks work with /src/ folder to build the template and save it in /dist/ folder.

If you don’t use NPM, I have no idea how you reset the files you’ve changed before. Give me more information about your actions with the template.

Regards, nK.

Ugh, I feel so dumb, you are correct I was using the Dist folder , thanks for the prompt reply.

Hello, I will like to change the general layout of the page to a boxed layout, can you give recommendations about how to do it?

Thanks!

Hey yeah, I believed this might be a good customization to share as might not be that hard to develop.

I did this change:

.kn-page-background-fixed { position: absolute; top: 0px; left: 320px; width: 1170px; height: auto; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: -1; }

But I want to make it dynamic, I’m attaching a picture to show you what I want.

Maybe we can share this simple change across the users, might be an interesting change.

Here is a picture, https://imgur.com/a/BPBXlb8 the thing is that if fixed and not responsive.

I never used the support, so can you help me with this?

Thanks.

No worries, I already sorted it out, thanks!

I’m glad that you sorted it out :)

Error in video gallery

I bought the pack but in the video gallery the videos are not preproduced by giving it play. Any solution?

https://imgur.com/JYKrYVQ.png

Regards. :grin:

Hi. Answered in ticket system.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey