Discussion on Neon - Bootstrap Admin Theme

Discussion on Neon - Bootstrap Admin Theme

Cart 5,189 sales
Well Documented

Laborator supports this item

Supported

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

754 comments found.

  Neon received a 5 star rating from XenBG for Design Quality.

Are you using Neon too? Don’t forget to rate it!.

Would really like to see a pricing table soon, I’ve seen a few requests for it starting a year ago. Great job

Hi there,

we have promised we will add a pricing table but we couldn’t do it because of the deadlines with other themes, now we’re more free to work on the bug fixes and new features of the other themes.

Kind Regards,
Art

Hi, I am interested in licensing Neon, but I would need some info about the new update which you are mentioning here regularly. When will it be available?

Thanks

Thanks, helpful for planning.

Hi, any news on this planned update?

Hi there,

We haven’t any ETA when it will be released, we were working on other themes and as soon as we find some free time to work around we will update Neon too.

Kind Regards,
Art

Hi man. We have a problem.

We adapt ajax code ourselves in this way but #addcustomer form when submit, submitHandler not detected and directly post. Where is the mistake?

You can check: https://drive.google.com/file/d/0B-FhXE_bZwQ5akZHcjUyMklEUW8/view?usp=sharing

Hi tatuner

If you want to set up a jQuery Validate form, then you need to import jquery validate class.

I see that you already did * assets/js/jquery.validate.min.js* have this imported. So now please check whether any error is being generated in error console which might prevent the form validation from executing.


Arlind

Hi, Thanks for answer. But problem does not appear on the ” assets/js/jquery.validate.min.js”. There are only something like neon-custom.js related to the console; http://prntscr.com/6xkzv5

Hi

So, please remove “validate” class from that form and your custom code will be applied.


Arlind

Hello, I have problem with fixed sidebar on mobile.

Hi

Please download these files:

http://d.pr/f/bPrr

Replace them in assets/css/ folder and you will have this problem fixed.


Arlind

Hello,

In form Sliders(Fill the field). I want to change text between two values. Now text is ”,”. I want change to ”-”. How do I do?

Excuse me. I’m not good english.

Hi dorankseo

Sure, you can change this, follow these steps:

1. Open this file: /assets/js/neon-custom.js 2. On line 481 and 496 change the:

','
to
'-'

And you will see the change.

Hopefully this will help you.


Arlind

Thank you very much.

You’re welcome :)

Hello,

We have purchased developers license. Great theme!

Except…

On Neon Demo, fixed sidebar layout looks good on mobile. Have re-downloaded the package yesterday, the fixed sidebar layout included does not work when resizing below 768px.

Am I missing something here? I cannot find a fix for this issue.

Hi DigitalGlue

I’ve now saw that this is an issue that has not been fixed, so I’ve added the fix by editing this file:

/assets/css/neon-less/menu.less – (download)

Or you can replace the entire generated CSS Files:

http://d.pr/f/14I9n

in assets/css/ folder.

Hopefully this will work for you.


Arlind

Thank you for the fix. I will let you know if I have any further problems with this issue.

Great :)

Arlind

Hi, Great theme and working brilliantly. On the Forgot password, email field doesn’t allow emails with more than one dots after the domain name. For Eg: xx@example.co.uk is not allowed.

Appreciate your help.

Hi there,

thanks for reporting this issue we will check it and the fix will be available on the next update.

Kind Regards,
Art

hey, its a nice theme .. i want to ask from where we can set our forgot password mail or how can we link it up with our database?

Will wait for yours response.

Thanks, Shayan

Thanks for your reply!! i already linked up database connection with some other modules.. just “forgot password” mail isn’t setting down, so was asking, if you able to help .. Anyhow i can do it myself.. And btw its a nice working from you guys on this theme ..!!

Regards, Shayan

Hi Shayan

Thans for your kind words. Best regards


Arlind

mine pleasure..!! :)

Im implementing theme in Asp.Net Project. When i add Update Panel.. Date picker control is working by default but as soon as any post back happens.. Date picker stops working..

Suggest what to do.

Hi devashreenaik

Do you get any error in JavaScript console (via Inspect Element)?

If so please forward that to me. Also does this issue happens also in our demo or just your site? If it also happens to us, it is related to Neon, and we will try to find the fix. If it only happens to you, it all depends how you have implement and the framework+server you use.


Arlind

Hi,

I bought NEON theme. and using frontend version for developing the pages..

I added form fileds and trying to add data validatoin but it’s not working like as http://demo.neontheme.com/forms/validation/

Can you let me know what files I need to add in the page so this will work.

Thanks Govind

Hi Govind

In order to properly use the Validation feature you must include jquery validate library in the footer (or header) but before the neon-custom.js file, like shown here:

<script src="assets/js/jquery.validate.min.js"></script>

<!-- JavaScripts initializations and stuff -->
<script src="assets/js/neon-custom.js"></script>

This will make field validation work.


Arlind

Hi, where can i change the interval for the main slider (in your front end app) thnx in advance

Hi Cengiz87

Please edit this file:

/assets/frontend/js/neon-custom.js on line 252 you can change “autoSwitch” value to your own desired.

$sliders.neonSlider({
    itemSelector: '.slide',
    autoSwitch: 5
});


Arlind

it works, thnx :)

Glad to hear that :)

Arlind

This is fantastic. But I’m a beginner at this, and only used to “uploading theme”

This seems so advanced. Is there anyone who can help set this up for me.

Robin

Hi Robin,

which theme are you referring?

If you’re talking for Neon, it does not need an installation process, simply drop the files in the server and it will work.

Regards,
Art

What plugins are used to create this? :D Do they come with the theme?

Robin

Hi Robin,

the theme is based in Boostrap 3, all the features presented in the demo and presentation come with the theme, also please try to make all your questions in a single comment by replying to it.

Regards
Art

There is a problem with sidebar menu follow these steps to reproduce the problem at your end. 1. Load Dashboard Page 2. In Sidebar Menu Click on “Mailbox” Option it will show you sub categories of Mailbox Menu. 3. Now Click on Expand/Collapse Button on Sidebar Menu on Top near Logo to Collapse the Menu 4. Now When you will click any Menu Item you wont be able to see the sub items of that menu you will be only able to see the sub items of Mailbox Menu only as you expanded that menu when sidebar was not collapsed.

Please give a fix to the issue..

Hi

Thanks for suggestion, here is the fix:

1. Open ~assets/js/neon-api.js 2. After line 125 add this code:

public_vars.$mainMenu.find('.has-sub > ul').attr('style', '');

It will solve your issue.


Arlind

Can we limit number of image that can be uploaded in drop-zone of forms -file upload

Hi there,

for questions about the dropzone you can ask the developer directly because they know better:

http://www.dropzonejs.com/

Kind Regards,
Art

Ya right, thanks I found it

Glad to hear that :)

It would help us a lot if you could rate Neon on themeforest from your Downloads tab, if you don’t know how just open this link :)

Art

I just purchase NEON theme. Installation failed due to “style.css” file is missing. Please help. Thanks

Hi there,

Neon is a admin theme and it can’t install, can you please read our Neon Documentation. It will help you to understand how Neon works, and how you can extend it.

Kind Regards,
Ylli

Hi Ylli It seems I bought this package by mistake. I thought it is regular wordpress theme. I don’t have any knowledge in “admin theme”. Since there is no way I can use it – is it possible to get refund or use the amount to get regular wordpress theme ?

Hi there, we are sorry about this mistake by you, unfortunately we can’t refund you, but please read this link from Envato https://help.market.envato.com/hc/en-us/articles/202821460-Can-I-Get-A-Refund i think that they can help you.

Cheers!
Ylli

Hi,

I am struggling a bit to integrate the theme into rails. Is there a tutorial to help me out or a way to leverage bower to get it installed.

Theme looks great.

Thanks.

Hi there, in case that you haven’t saw, here is the link for Neon documentation link.

Thank you for your kind words :)

Kind Regards,
Ylli

Hey Arlind.

Before I pull the trigger and purchase this incredible theme … I have a quick question. How easy is it to use what you’ve built with just the default styling that comes with a fresh download of Bootstrap? As in, are the styles you’ve created for this theme contained in completely separate LESS files that sit on top of Bootstrap? Hope that makes sense.

Thanks—Eric

Hi Eric

Firstly thanks for your kind words, I am very happy to hear them.

About your question, its very easy to update to the new bootstrap, all you have to do is to replace the assets/less/bs/ folder files with the new bootstrap less files except only one file which is * assets/less/bs-less/variables.less*

So you copy variables of this files save somewhere else, then compile bootstap.less in assets/less/ and everything is done.

If you have other questions I would be happy to answer.


Arlind

Thanks. Just bought it. :)

Thank you for purchasing our theme :)

Art

Hey there,

still love this theme and everything i have still two problems:

1) We already discussed this a few months ago, when you arrive at the end (or beginning) of a scrollbox, you can’t continue scrolling to the end of the page but have to move the cursor outside that box and scroll. Could you please find a way to fix this ? This becomes an imperative for me and I’m sure other people have that problem too (especially on tablets).

2) I would like to implement the data validation for the register form and for legal reasons (france has probably the heaviest laws ever), I need to have a password with a minimum of 8 caracters, including one letter, one number and one special character. How can I do this?

Thanks a lot for everything !!!

Hi

Thanks for your kind words buddy, I am glad to hear that!

1. Currently the ScrollBox that we use is outdated plugin and thus we are thinking to switch to this one: http://noraesae.github.io/perfect-scrollbar/ because it supports wheelPropagation and works just fine.

2. For your second issue this is the solution:

<input type="text" class="form-control" name="min_field" data-validate="minlength[8]" placeholder="Minimun Length Field" />

I hope it will work for you.

Cheers


Arlind

Thanks for the quick reply,

1. When will you implement it? Or how can I implement it so that it looks the same way Scrollbox does ?

2. Yes that solves the problem of the minimum length but unfortunately not the secure format of having at least 1 of each 3 types of character (alpha, numeric & special).

3. Just one last thought, is it possible to download the frontend template somewhere? I couldn’t find it and it’s quite nice to keep the same layout. I could of course create a similar one but if there’s a possibilité to get it – it would save a lot of precious time !

Hi ygery

1. To implement perfect scroll box you must download and include css and js file provided by plugin, then to enable it just call it in this way:

$("#element").perfectScrollbar();

Note that #element must have set these default css properties:

#element {
overflow: hidden;
position: relative;
height: 300px; /* or max-height: 300px  */
}

2. Ah I understand, please just fix that in by adding required rule:

<input type="text" class="form-control" name="min_field" data-validate="required,minlength[8]" placeholder="Minimun Length Field" />

3. Sure, neon frontend template is located in this location in download file: html/neon-frontend/

This is the file path for frontend template.


Arlind

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