Discussion on Nexgen - Consulting WordPress Theme

Discussion on Nexgen - Consulting WordPress Theme

Cart 871 sales
Recently Updated
Well Documented

Themeasy supports this item

Supported

This author's response time can be up to 1 business day.

408 comments found.

hello, i had to reinstall WordPress due to an error, however after installing the them again i cant register it as it says the key is being used on another website (the one i deleted) what do i do?

Hi,

Before migrating or deleting a site, don’t forget to deactivate your license on the Nexgen Dashboard ;)

I’ve already made it available to you here on our servers, just activate it again on your website.

If you need help with anything, let us know.

thanks, couple questions:

1) how do i make the page title text smaller? 2) why if i save a section and add it as a template to the home page it screws up the formatting? i tried on other pages and seems ok, just the home page. i send email for more details.

Hi, it looks like this request was answered by email.

Solution: Edit your page and change the template to “Nexgen Full Width” ;)

If there’s something missing from the answer or if you have more questions, please let us know ;)

Hi! Is there a way to add my own icon to the top bar in the header?

Hi,

Unfortunately this is not available. But we have an alternative that can help you.

First, upload “your own icon” to the WordPress media library, click on the file and “copy” its File URL.

Go to Theme Settings > Header > Top Bar and add an item by selecting the “circle” icon, see an example: https://prnt.sc/1y6g9o6

Once that’s done, save the changes and go to Theme Settings > Advanced and add it in Custom Script (JS):

Note in the code that you need to “paste” the address of your image and give it a name.

jQuery(function($) {
  'use strict';

  let src = 'https://URL_OF_YOUR_IMAGE_HERE.png';
  let alt = 'NAME OF YOUR IMAGE HERE';

  $('.fas.fa-circle').replaceWith('<img src="'+src+'" alt="" />');
})

This will replace the “circle” icon with your media file.

You can control the size of your icon add this in Custom Style (CSS):

.navbar.top img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

I hope this helps :)

Hello,

Thanks for the good support you have already provided.

How do I manipulate the text in the bottom bar of the footer with CSS.  How for example, do I make all the bottom bar  text larger and bold.  Also, how can I increase the height of the bottom bar and have the text be at the bottom ?

Thanks.

Hi,

In Theme Settings > Footer. you have many options to customize it your way. (No CSS required).

Editing, link and text: https://prnt.sc/1xvwyva

Adjusting the layout size: https://prnt.sc/1xvxd60

Changing the typography of texts: https://prnt.sc/1xvxi1o

If you need a CSS to make the bottom bar higher, this will do fine:
footer .bottom-bar {
    padding: 35 px 0;
}

This is one of the only WordPress themes that lets you customize absolutely everything! I hope this helps.

If you have any questions let us know :)

Thank you for such a quick response to my last question! Another issues I am experience is the text for some of my buttons aren’t in the middle. I can’t find the CSS to fix it. https://www.new.sparkgroup.io/

Hi,

The irregular style of the buttons is from Elementor. Edit your page and remove the border styles, leave it empty to be the theme’s default.

Example: https://prnt.sc/1xnia6t

Also check that you have enabled these options in the Elementor settings: https://prnt.sc/1xni15p

This is important so that Elementor does not force styles.

If you have any questions let us know.

Thank you. That worked for the solid button but if I put the border to none for the outline button then the border goes away.

Glad it worked!

Typing 0px will remove the border, so leave “empty”.

;)

also we tried importing the demo data it got imported but without images and videos we actually wanted the import to work as ur demo do help us out…

Hi,

The slider automatically moves by default.

When you have the mouse over the slider, it will not move because it is understood that the content is being read by the user. Test by reloading the page keeping the mouse away from the slider, to make it move automatically ;)

Is there a way we can remove the mouse option so that the slider keeps scrolling automatically after 6 seconds…

Hi,

The slider will only stop if the user clicks on it, or drags, taps, etc. When hovering the mouse it does not stop.

The automatic paging speed can be adjusted with an additional script.

Go to Theme Settings > Advanced > Custom JS and add this:

Note that 6000 is in milliseconds (6 seconds). You can adjust this if you wish.

jQuery(function ($) {
  'use strict';

  let speed = 6000;

  $('.full-slider').each(function() {
    $(this).attr('data-speed', speed)
  })
})

I hope this helps :)

I cannot get the text color of the top bar links white, I have tried several times and am able to get them different colors, just not white. Any ideas what to do ?

Hi,

There is a purposeful opacity in the “Top Bar” links to maintain a visual balance.

You can disable this, add this CSS in Theme Settings > Advanced > Custom CSS:

body .navbar-expand.top .navbar-nav .nav-item a:not(.btn) {
    opacity: 1;
}

I hope this helps :)

how do i remove the main part of the footer completely ?

Hi,

We have in our backlog some improvements to the [Nexgen] that will have an option in Theme Settings to disable the footer.

Alternative: Go to Theme Settings > Advanced > Custom Style (CSS) and add this.

footer .footer.main {
    display: none;
}

You can continue with the bottom bar as usual and customize it in Theme Settings > Footer.

It should work.

Hi, I have installed the theme at www.prachihota.in

I want to reduce the height of homepage banner (slider), please let me know how to do that.

Hi,

It looks like your website is not available. I couldn’t see it, this is the error “DNS_PROBE_FINISHED_NXDOMAIN”.

The height of the “Banner/Slider” can be adjusted.

See an example:

Elementor: https://prnt.sc/1x9ctky

Classic Builder: https://prnt.sc/1x9cvn5

I hope this helps :)

Please support i’m getting the below error,

Purchase code is already in use. Make sure you have not activated on another website.

Hi,

Before migrating or deleting a site, don’t forget to deactivate your license on the Nexgen Dashboard ;)

I’ve already made it available to you here on our servers, just activate it again on your website.

If you need help with anything, let us know.

Thank you very much for your 5 star rating :)

you mentioned in a previous comment: “For the Navbar not to be transparent, it is necessary to disable the “Hero Section” by editing your page and going to Page Settings which is on the lower right side, check the option “Disable Hero Section”.

Where is “Page Settings which is on the lower right side, check the option “Disable Hero Section” ? I cannot find it.

I only see hero section under “theme settings/single page/”. Disabling this, then adding the code in “theme settings/advanced/JS/ jQuery(function($) { $(’#header’).after(‘ ‘); }) then adding “Background Color (Holder)” did not give my navbar a solid background color.

what am i doing wrong ?

Hi,

It is only possible to disable the hero section, if the template “Default” is active.

See a screenshot: https://prnt.sc/1wwcxql

When using the “Nexgen Full Width” template, you don’t need a “Hero Section”, as this can be added with the “Banner” widget.

To make things easier…

Could you please email us at adm.codings@gmail.com with screenshots of how your Navbar is currently and if possible tell us your website address?

With that we will look carefully and tell you what needs to be done to get the “Navbar” transparent.

Thanks :)

Hello, i want to import demos but i have a problem with Header part. I did not change anything in header and footer but the header does not imported.

https://prnt.sc/1webg31

Hey, the box model fixed but add to cart button still showing on products page and related product lists.

Hi,

There was a missing detail in the CSS we sent you. Sorry!

Remove this:

.products .product .btn-icon {
    display: none;
}

And add this:

.woocommerce .products .product .btn-icon {
    display: none;
}

I hope this helps :)

It worked thanks a lot <3

Hi, I need help. In Theme settings > Header > Link with icon.

I just want text, no URL. If I leave it blank, he won’t accept my saving. How to proceed?

The same applies to the Icon List Element.

Follow images attached! britoelouzada.com.br/Link.png britoelouzada.com.br/Link2.png britoelouzada.com.br/Link3.png britoelouzada.com.br/ElementorIconLIST.png

Thanks.

Hi,

I understand, the ideal would be to have a “Text” option so that it doesn’t need a link and thus doesn’t require a click. We will do this in the next version that will be available in a few days.

For now, if you have urgency about this, type the following link ”#no-link”.

e.g. https://prnt.sc/1winbcn

And add this script in Theme Settings > Advanced > Custom Script (JS).

jQuery(function($) {
  $('a[href="#no-link"]').removeAttr('href');
})

This will remove the link from the item that has ”#no-link”.

It should work fine.

hello support, A help, please! I cannot activate the RESPONSIVE MENU! How to proceed? Link: https://britoelouzada.com.br/

Hi,

I did some tests on your website and the responsive menu is there.

Screenshots:

https://prnt.sc/1ydxyfz
https://prnt.sc/1ydxyzq

If you don’t see the same as us, it could be your browser’s cache. Try viewing the site from an anonymous window ;)

Hi, I need help. In Theme settings > Header > Link with icon.

I just want text, no URL. If I leave it blank, he won’t accept my saving. How to proceed?

The same applies to the Icon List Element.

Follow images attached! britoelouzada.com.br/Link.png britoelouzada.com.br/Link2.png britoelouzada.com.br/Link3.png britoelouzada.com.br/ElementorIconLIST.png

Thanks.

Hi,

In Theme Settings > Header choose “Link” instead of “Link with Icon” and in the URL field type #

This should work fine ;)

Hi.

I bought the theme but I’m making the website on my test domain, if I enter the purchase code then I can change the domain?

Hi,

Yes. You can activate your purchase code on the test site, and when you migrate to the production site, go to the Nexgen menu (from the test site) and deactivate the license, so you can activate it again on the new site.

If you have any questions let us know ;)

Hello! Help needed here: I installed the theme on a website and i had to reinstall WP. After reinstalling WP i installed the theme again and when i inserted the purchase code to activate the theme i got the message attached in the attachments. What can i do to reactivate the theme? Thanks!

Hi,

Before migrating or deleting a site, don’t forget to deactivate your license on the Nexgen Dashboard ;)

I’ve already made it available to you here on our servers, just activate it again on your website.

If you need help with anything, let us know.

I just purchased this theme, have it installed, none of my CSS style changes are showing – using theme settings and the like. I can do “custom css” changes one by one, but not how it should be done out the gate. Please help. Yes – I have flushed cache, cleared cookies and the like. =)

Hi,

Check if you have any cache plugin installed and try to disable it temporarily.

Check with your hosting service if you have any CDN enabled, CloudFlare or something like that. This will prevent you from seeing immediate changes, so you’ll have to enable developer mode or clear caches.

If none of this resolves, please let us know the address of your website so we can inspect it and find out what’s going on.

Our email is adm.codings@gmail.com.

Thanks :)

Hi, this is a beautiful theme! I have an issue however. I’d like to duplicate the “Home page 11”. I do this so that in case i make some kind of mistake I can always revert to the original design. But when i duplicate the page everything looks different. Here’s a screenshot of the full page : https://prnt.sc/1upodhk Can you please help me so that everything stays the same ? The plugin i used is called “Duplicate Page” by mndpsingh287.

Thanks!

Hi,

This is an inefficiency of the “Duplicate Page” plugin that, when duplicating the page, does not generate the style (CSS) that the Elementor needs. Therefore, it is necessary that after duplicating a page, edit it with Elementor and publish it again, so that the CSS is generated for it. It’s relatively easy to do ;)

I did try to publish it but it didn’t work. I found a solution though. I open the Demo page i want in Elementor, then I save the page as template. After i use that template to create new pages. It works well. Thanks for responding though.

Hi,

Glad it went right!

Thanks for sharing this workaround.

Greetings.

Hello there, I just want to ask is the theme support RTL before purchasing.

Hi,

Yes! You can transform any demo into RTL. Just adjust the text alignment in the Elementor controls.

Our support can also help you if you need additional CSS.

If you have more questions please let us know :)

Big Thanks for your quick response!

Hi, i have a problem with licence key.

i deleted another webpage and can’t reactivate this code. the domain of my website

https://code8digital.eu/

thanks a lot for the feedback! Krista

info@digitaldigimon.eu

Hi,

Before migrating or deleting a site, don’t forget to deactivate your license on the Nexgen Dashboard :)

I’ve already made it available to you here on our servers, just activate it again on your website.

If you need help with anything, let us know.

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